Skip to content

Commit 08fd7c7

Browse files
version 3.8.5
- Fixed StyledComponents_Setup.exe
1 parent 2c5bb98 commit 08fd7c7

File tree

7 files changed

+12
-11
lines changed

7 files changed

+12
-11
lines changed

Demos/source/MainDemoForm.vlb

Lines changed: 0 additions & 3 deletions
This file was deleted.

Demos/source/StyledDbNavigatorForm.vlb

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.htm

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</style>
3232
<h1>Delphi VCL StyledComponents <a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg" alt="License"/></a></h1>
3333
<h2>Components similar to Delphi VCL Buttons, Toolbar, DbNavigator, BindNavigator, ButtonGroup and CategoryButtons with Custom Graphic Styles, and an advanced, full-customizable TaskDialog, also with animations!</h2>
34-
<h3>Actual official version: 3.8.4</h3>
34+
<h3>Actual official version: 3.8.5</h3>
3535
<hr />
3636
<h2>New Setup for Installation of Components</h2>
3737
<p>From 3.8.1 version a new &ldquo;Installer&rdquo; read-to-use is located in the Release area: <a href="https://github.com/EtheaDev/StyledComponents/releases/latest/download/StyledComponents_Setup.exe">Download the Installer</a>.</p>
@@ -344,6 +344,10 @@ <h3>Available from Delphi XE6 to Delphi 13 (32bit and 64bit platforms)</h3>
344344
<p><img src="./Images/SupportingDelphi.jpg" alt="Delphi Support"/></p>
345345
<p>Related links: <a href="https://www.embarcadero.com">embarcadero.com</a> - <a href="https://learndelphi.org">learndelphi.org</a></p>
346346
<h3>RELEASE NOTES</h3>
347+
<p>31 Aug 2025 - version 3.8.5</p>
348+
<ul>
349+
<li>Fixed StyledComponents_Setup.exe</li>
350+
</ul>
347351
<p>26 Aug 2025 - version 3.8.4</p>
348352
<ul>
349353
<li>TStyledTaskDialog enhanced and fixed:</li>

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Components similar to Delphi VCL Buttons, Toolbar, DbNavigator, BindNavigator, ButtonGroup and CategoryButtons with Custom Graphic Styles, and an advanced, full-customizable TaskDialog, also with animations!
44

5-
### Actual official version: 3.8.4
5+
### Actual official version: 3.8.5
66

77
---
88
## New Setup for Installation of Components
@@ -396,6 +396,9 @@ If you are have Skia4Delphi installed, you can also try the AnimatedTaskDialogDe
396396
Related links: [embarcadero.com](https://www.embarcadero.com) - [learndelphi.org](https://learndelphi.org)
397397

398398
### RELEASE NOTES
399+
31 Aug 2025 - version 3.8.5
400+
- Fixed StyledComponents_Setup.exe
401+
399402
26 Aug 2025 - version 3.8.4
400403
- TStyledTaskDialog enhanced and fixed:
401404
- > Uses png with transparency for Icons

packages/D12/StyledComponents.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<ProjectGuid>{F870FD7C-4984-4784-8B29-4CDB55E64524}</ProjectGuid>
44
<MainSource>StyledComponents.dpk</MainSource>
5-
<ProjectVersion>20.3</ProjectVersion>
5+
<ProjectVersion>20.2</ProjectVersion>
66
<FrameworkType>VCL</FrameworkType>
77
<Base>True</Base>
88
<Config Condition="'$(Config)'==''">Release</Config>

packages/D12/dclStyledComponents.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<ProjectGuid>{03F938E4-4CBD-4FD4-86A2-084115D91AA9}</ProjectGuid>
44
<MainSource>dclStyledComponents.dpk</MainSource>
5-
<ProjectVersion>20.3</ProjectVersion>
5+
<ProjectVersion>20.2</ProjectVersion>
66
<FrameworkType>VCL</FrameworkType>
77
<Base>True</Base>
88
<Config Condition="'$(Config)'==''">Release</Config>

source/Vcl.ButtonStylesAttributes.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ interface
5555
;
5656

5757
const
58-
StyledComponentsVersion = '3.8.4';
58+
StyledComponentsVersion = '3.8.5';
5959
DEFAULT_RADIUS = 6;
6060
RESOURCE_SHIELD_ICON = 'STYLED_BUTTON_SHIELD_ADMIN';
6161
DEFAULT_MAX_BADGE_VALUE = 99;

0 commit comments

Comments
 (0)