Releases: digao-dalpiaz/DzHTMLText
Releases Β· digao-dalpiaz/DzHTMLText
DzHTMLText 6.13
- Fix line break detection for Android platform.
DzHTMLText 6.12
- Add Justify align supporting.
- New FullWidth property.
DzHTMLText 6.11
- Fixed Delphi 10.3 and below compiling (TImageList.IsScaled only available in Delphi 10.4)
DzHTMLText 6.10
- Fixed Lazarus compiling (TImageList.IsScaled only available in Delphi)
DzHTMLText 6.9
- 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
- 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
- Fixed Lazarus compiling (GDI+ units)
DzHTMLText 6.6
- 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
- New Corner Radius ("radius") property for Div tag
DzHTMLText 6.4
- Fix Delphi XE3 compiling (Design packages and FMX FillRect)