Skip to content

Commit 178faa1

Browse files
author
ArthurHub
committed
* update NuGet release notes
1 parent 50139f8 commit 178faa1

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

Build/HtmlRenderer.WinForms.nuspec

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,22 @@ Features and Benefits
2828
* Extendable and configurable.
2929
* Powerful Demo application to explore and learn the library.</description>
3030
<summary>The rich formatting power of HTML in your .NET applications using simple controls or static rendering code with 100% managed C# code.</summary>
31-
<releaseNotes>* Fix invalid table width detection (Thx Nikolay!)
32-
* Fix tooltip popup possition
33-
* Add tooltip CSS class change support
31+
<releaseNotes>* Add GDI+ text rendering support
32+
* Add GDI+ static rendering methods in HtmlRender
33+
* Add RenderToImage on existing image to act as background
34+
* Add support for synchronous image loading, used by HtmlRender.
35+
* Add SelectedText, SelectedHtml to get selected text/html.
36+
* Improve HtmlRender documentation
37+
* Handle relative URLs in downloaded stylesheet.
38+
* Fix html attributes case sensitivity
39+
* Fix element height not respected
40+
* Fix index out of range exception in table layout (thx Kublia)
41+
* Fix error with empty lines and RTL
42+
* Fix floating point values handling
43+
* Fix mm and cm units factor
44+
* Fix table width not respected and incorrect unit handling
45+
* Fix table columns width incorrect unit handling
46+
* Handle when all table cells width is provided but smaller than set table width
3447
</releaseNotes>
3548
<tags>html, renderer, control</tags>
3649
<frameworkAssemblies>

0 commit comments

Comments
 (0)