Skip to content

Releases: digao-dalpiaz/DzHTMLText

DzHTMLText 6.13

24 Jan 02:01

Choose a tag to compare

  • Fix line break detection for Android platform.

DzHTMLText 6.12

18 Jan 02:59

Choose a tag to compare

  • Add Justify align supporting.
  • New FullWidth property.

DzHTMLText 6.11

22 Nov 12:39

Choose a tag to compare

  • Fixed Delphi 10.3 and below compiling (TImageList.IsScaled only available in Delphi 10.4)

DzHTMLText 6.10

22 Nov 12:22

Choose a tag to compare

  • Fixed Lazarus compiling (TImageList.IsScaled only available in Delphi)

DzHTMLText 6.9

16 Aug 20:05
2f4a75a

Choose a tag to compare

  • Fixed full VCL Themes support
  • Fixed images scaling in VCL when using ImageList with Scaled=True
  • Fixed internal builder order in VCL to avoid incorrect construction when loading form with scaling

DzHTMLText 6.8

15 Mar 21:50
79ce4d3

Choose a tag to compare

  • Right-to-left (RTL) text supporting.
  • When using a Div without "keep properties" (default), now Horizontal Text Alignment get the same value as component pre-defined Horizontal Alignment.

DzHTMLText 6.7

27 Jan 00:52

Choose a tag to compare

  • Fixed Lazarus compiling (GDI+ units)

DzHTMLText 6.6

15 Nov 01:08
d8adbb5

Choose a tag to compare

  • Use GDI painting from Windows API when using VCL + Windows to draw rounded div
  • Fix access violation when DPI Scaling in VCL (early access to TForm.Monitor)

DzHTMLText 6.5

14 Oct 11:34

Choose a tag to compare

  • New Corner Radius ("radius") property for Div tag

DzHTMLText 6.4

27 Mar 02:18

Choose a tag to compare

  • Fix Delphi XE3 compiling (Design packages and FMX FillRect)