Releases: digao-dalpiaz/DzHTMLText
Releases · digao-dalpiaz/DzHTMLText
DzHTMLText 3.9
Fixed to clear and renew selected link when rebuilding text contents, avoiding access violation when mouse stay at the same previous link (Issue #59).
DzHTMLText 3.8
Delphi 11 auto-install support.
DzHTMLText 3.7
- Fixed access violation error when creating component on iOS (when canvas not present yet).
- Open link support for Mac and iOS.
DzHTMLText 3.6
New HTMLToPlainText function, removing HTML tags and unescaping special HTML identifiers.
DzHTMLText 3.5
Fixed <LI>
tag incorrect overlap painting when using multiple items in the same line of HTML code.
DzHTMLText 3.4
New Borders property, allowing to define the text area margins.
DzHTMLText 3.3
- VCL custom themes supporting.
- Fixed FMX measuring type (now uses Single instead Integer type, avoiding incorrect canvas bounds drawing).
DzHTMLText 3.2
Removed CompInstall.exe from component sources due to AV false positive warning (now you can get it directly from CompInstall repository).
DzHTMLText 3.1
Fixed OnLinkClick event error when returning from event handler, if link is no longer selected.
DzHTMLText 3.0
- FMX support!
- Color notation now supports 6-digit (HTML) and 8-digit (Delphi) format, prefixed
#
or$
. - Transparent support for FMX environment (Use Color = Null).
- Multiple image format when using Resources in FMX environment.
- FMX Remarks:
- Images property (ImageList) only available for Delphi XE8 or higher (using always first Layer in ImageList).
- AutoOpenLink property only works in Windows, Linux and Android environments (not available in iOS and MacOS).
- Warning: VCL unit changed from DzHTMLText to Vcl.DzHTMLText. If you are not using "Vcl" in Unit Scope Names property in Delphi Compiler options, please review your "uses" clauses.
- Removed Delphi XE2 from the list of environments as it was never possible to compile in this version.
- Fixed Linux compatibility (Paint method, platform specific LineBreak, Link Text capture causing error).
- Fixed AutoOpenLink to do nothing when there is no target on link.
- Fixed AutoWidth and AutoHeight to repaint correctly according to calculated text positions.