Skip to content

Releases: EtheaDev/StyledComponents

Official Version 3.6.5

16 Sep 06:51
Compare
Choose a tag to compare

version 3.6.5

  • Fixed Dialog buttons with with DPI > 100%
  • Added FindDialogButton to TStyledTaskDialog
  • Updated packages for Delphi 12.2

Official 3.6.4 version

26 Aug 08:22
Compare
Choose a tag to compare

Fixed memory leak in Vcl.ButtonStylesAttributes.pas

Official 3.6.3 version

20 Aug 19:23
Compare
Choose a tag to compare
  • Added AutoClick and AutoClickDelay properties to StyledButton and StyledGraphicButton
  • Added AutoClick and AutoClickDelay properties to StyledTaskDialog
  • Added "custom" Width and Height of Buttons for Styled Message Dialogs
  • Added various versions of DoStyledTaskMessageDlg(...) functions and StyledShowMessageFmt procedure
  • Added EStyledAttributesException for any StyleComponent Exceptions
  • Added SortBySortOrder to StyledToolbar
  • Added New AutoClick/Delay Demo for new and old Delphi versions
  • Updated StyledMessageDlg Demo with AutoClick/Delay and ButtonsWidth
  • Fixed drawing outside button borders when border is Rounded or RoundRect
  • Fixed Tag value when Casting to TComponent

Official 3.6.2 version

03 Aug 07:35
Compare
Choose a tag to compare

version 3.6.2

  • Fixed Stack Overflow removing StyledToolButton

Official 3.6.0 version

21 Jun 17:38
Compare
Choose a tag to compare

version 3.6.0
StyledTaskDialog Changes:

  • Refactoring of TaskDialog functions and flags for initialization
  • Added registration of UseCommandLinks for TaskDialogMessages
  • Use of CommandLinks in TaskDialog when asking confirmation operations
  • Refactoring of some function names for StyledTaskDialog
  • Complete update of TaskDialog and AnimatedTaskDialog Demos
  • Redefined default dialog min width to 500px at 96DPI
  • Added properties: DialogButtonsFamily, UseCommandLinks, UseTitleInMessageDlg, AlphaBlendValue to StylesTaskDialog component
    NotificationBadge updates:
  • Added NotificationBadge for StyledCategoryButtons and StyleButtonGroup
  • Updated StyledButton Demos with "emulation" of NotificationBadge via Timer
  • Updated demos for NotificationBadge in StyledButtonGroup and StyledCategoryButtons
    Other changes:
  • Added TStyledButtonItem Assign method
  • Added Packages for Delphi 10
    Fixes:
  • Fixed some packages for build in release mode
  • Fixed assigning the active component if not focused
  • Fixed compilation for DXE6
  • Fixed height for TaskDialog when message in very long...

Official 3.5.3 version

16 May 12:41
Compare
Choose a tag to compare

version 3.5.3

  • Added unit Vcl.TemplateButtonStyles.pas

Official 3.5.2 version

12 May 16:18
Compare
Choose a tag to compare

version 3.5.2

  • Fixed Storing Caption of StyledToolButton

Official 3.5.1 version

03 May 21:31
Compare
Choose a tag to compare

version 3.5.1

  • Added AlphaBlendValue for StyledTaskDialogs
  • Added Assign method for StyledToolbar and StyledDbNavigator
  • Added option to change default Cursor
  • Updated documentation

Official 3.5.0 version

26 Apr 15:53
Compare
Choose a tag to compare

version 3.5.0

  • Added RoundedCorners options for StyledButtons, StyledButtonGroup, StyledCategoryButtons and StyleToolButton
  • Update Component Editor for RoundedCorners options
  • Added RondedCorners Examples and Demo projects
  • Added AllowAllUp, GroupIndex and Down property also to TStyledButton
  • Fixed Drawing Caption for TStyledToolButton and TStyledNavButton
  • Added Gradient... properties and DrawingStyle, to StyledToolbar for backward compatibility

Official 3.4.5 version

23 Apr 14:23
Compare
Choose a tag to compare

version 3.4.5

  • Enabled components into IDE using 64Bit Windows Platform
  • Added ShowCaption property (default true) to StyledButtons