Skip to content

Releases: digao-dalpiaz/DzHTMLText

DzHTMLText 6.6

15 Nov 01:08
d8adbb5
Compare
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
Compare
Choose a tag to compare
  • New Corner Radius ("radius") property for Div tag

DzHTMLText 6.4

27 Mar 02:18
Compare
Choose a tag to compare
  • Fix Delphi XE3 compiling (Design packages and FMX FillRect)

DzHTMLText 6.3

25 Mar 16:32
Compare
Choose a tag to compare
  • VCL font scaling review (Height is calculated by default screen PPI)

DzHTMLText 6.2

24 Mar 15:26
Compare
Choose a tag to compare
  • 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

26 Feb 21:37
Compare
Choose a tag to compare
  • Opacity supporting in FMX environment.

DzHTMLText 6.0

23 Feb 21:34
Compare
Choose a tag to compare
  • 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

21 Feb 04:03
Compare
Choose a tag to compare
  • 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

21 Jan 17:41
216f3e5
Compare
Choose a tag to compare
  • 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

12 Jan 22:34
Compare
Choose a tag to compare
  • Improved VCL x FMX x HTML color notation. Please read Color Notation topic.