Releases: digao-dalpiaz/DzHTMLText
Releases Β· digao-dalpiaz/DzHTMLText
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)
DzHTMLText 6.3
- VCL font scaling review (Height is calculated by default screen PPI)
DzHTMLText 6.2
- Better FMX design-time border (using the Delphi pattern).
- Keep Canvas properties state in FMX (font changes and other Canvas properties were retained and could affect the painting of other controls on the form)
DzHTMLText 6.1
- Opacity supporting in FMX environment.
DzHTMLText 6.0
- New Design packages (build all packages and install only design packages).
- New Syntax Errors list (right click on component in design mode and choose "Show Syntax Errors"). The component border will appear red when syntax errors.
- Fixed word bounds size calculation for some platforms in FMX environment, like Android. The component was using MeasureCanvas to calculate bounds before canvas becomes available. Some platforms return wrong size (smaller) when using generic MeasureCanvas. Now we are using original Canvas, building tokens when Canvas becomes available. This fix resolves the issue of characters cut in half at the end of the word.
- Fixed Tab margin on first line and Tab x Line Item x Paragraph Indent margin overload.
- Reintroduced
<FLOAT>
tag (as obsolete tag).
DzHTMLText 5.3
- Reorganization of component folders (Please completely delete the previous component folder). WARNING! DCU output folder changed. Now output directory is
Lib\{Platform}\{Config}
. Please review your Library Paths. - Auto-install now supports Delphi 12.
DzHTMLText 5.2
- Fixed left margin after List tags (Unordered and Ordered lists).
- Reintroduced
<T>
and<TF>
tags. - New PlainText and GeneratePlainText properties (public) - removed HTMLToPlainText method.
DzHTMLText 5.1
- Improved VCL x FMX x HTML color notation. Please read Color Notation topic.