Releases: ArthurHub/HTML-Renderer
Releases · ArthurHub/HTML-Renderer
Release list
1.4.6.0
Update 1.4.6.2
- Better list-item support (thx ShaLi)
- Fix label auto size height bug (thx jensrodi)
- Fix background color with justify text
- Fix transparent text support
- Fix image layout bugs
Update 1.4.6.0
- Native GDI text rendering (see: The wonders of text rendering and GDI)
- Improved text look
- Performance improvement (60% - 70%)
- Support late image loading
- Delay loading images not in visible rectangle
- Configurable using 'AvoidImagesLateLoading'
- Improve text selection
- General 5%-8% performance improvement
- Fixes to html decoding
- Handle Asian characters wrapping
- Fixed white-space:nowrap handling
- Support links to anchors
- Support size attribute on font element
- Support word-break: break-all (thx Tancy)
- Support dotted/dashed borders (thx Tancy)
- Support background-repeat (thx Tancy)
- Support background-position
- Added 'GetLinkAt' and 'GetAttributeAt' helper methods (thx Tancy)