Skip to content

Releases: digao-dalpiaz/DzHTMLText

DzHTMLText 3.9

04 Nov 01:06
Compare
Choose a tag to compare

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

12 Sep 22:46
8750643
Compare
Choose a tag to compare

Delphi 11 auto-install support.

DzHTMLText 3.7

05 Aug 23:24
b9e1f6d
Compare
Choose a tag to compare
  • Fixed access violation error when creating component on iOS (when canvas not present yet).
  • Open link support for Mac and iOS.

DzHTMLText 3.6

13 Jun 21:50
addee85
Compare
Choose a tag to compare

New HTMLToPlainText function, removing HTML tags and unescaping special HTML identifiers.

DzHTMLText 3.5

21 Apr 18:10
9ed998d
Compare
Choose a tag to compare

Fixed <LI> tag incorrect overlap painting when using multiple items in the same line of HTML code.

DzHTMLText 3.4

31 Mar 21:09
fe38ec8
Compare
Choose a tag to compare

New Borders property, allowing to define the text area margins.

DzHTMLText 3.3

22 Mar 00:25
ff22159
Compare
Choose a tag to compare
  • VCL custom themes supporting.
  • Fixed FMX measuring type (now uses Single instead Integer type, avoiding incorrect canvas bounds drawing).

DzHTMLText 3.2

13 Mar 13:55
Compare
Choose a tag to compare

Removed CompInstall.exe from component sources due to AV false positive warning (now you can get it directly from CompInstall repository).

DzHTMLText 3.1

06 Mar 01:55
33bad54
Compare
Choose a tag to compare

Fixed OnLinkClick event error when returning from event handler, if link is no longer selected.

DzHTMLText 3.0

10 Feb 21:49
Compare
Choose a tag to compare
  • 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.