Skip to content

Commit 03a9de8

Browse files
committed
version 6.2 info
1 parent c81d1c4 commit 03a9de8

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CompInstall.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ IniVersion=2
33

44
[General]
55
Name=Digao Dalpiaz - DzHTMLText component
6-
Version=6.1
6+
Version=6.2
77
DelphiVersions=XE3;XE4;XE5;XE6;XE7;XE8;10;10.1;10.2;10.3;10.4;11;12
88
Packages=DzHTMLText_VCL;DzHTMLText_FMX;DzHTMLTextDesign_VCL;DzHTMLTextDesign_FMX
99
AddLibrary=1

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,18 @@
3636

3737
## What's New
3838

39-
- 02/26/2024 (Version 6.1)
39+
- 03/24/2024 (Version 6.2)
4040

41-
- Opacity supporting in FMX environment.
41+
- Better design-time border (using the Delphi pattern).
42+
- 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)
4243

4344
<details>
4445
<summary>Click here to view the entire changelog</summary>
4546

47+
- 02/26/2024 (Version 6.1)
48+
49+
- Opacity supporting in FMX environment.
50+
4651
- 02/23/2024 (Version 6.0)
4752

4853
- New Design packages (build all packages and install only design packages). *The old packages were transformed into Runtime-only packages, so if you already had the component installed previously, you may receive an error message in Delphi saying that the package cannot be installed as it is Runtime-only. You can ignore this message, as the package will not be installed and will no longer be loaded at Designtime.*

Source/Vcl.DzHTMLText.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ interface
2929
{$ENDIF}
3030
{$ENDIF};
3131

32-
const DZHTMLTEXT_INTERNAL_VERSION = 711; //Synchronizes TDam component
32+
const DZHTMLTEXT_INTERNAL_VERSION = 712; //Synchronizes TDam component
3333

3434
const _DEF_LISTLEVELPADDING = 20;
3535

@@ -679,7 +679,7 @@ implementation
679679
{$ENDIF}
680680
{$ENDIF};
681681

682-
const STR_VERSION = '6.1';
682+
const STR_VERSION = '6.2';
683683

684684
const DEFAULT_PPI = 96;
685685

0 commit comments

Comments
 (0)