Skip to content

Releases: EtheaDev/StyledComponents

Official 3.4.4 version

19 Apr 06:43
Compare
Choose a tag to compare

version 3.4.4

  • Fixed StyledDbNavigator icon resize
  • Added TStyledButtonCategory to interposer unit
  • Added packages for Delphi XE7

Official 3.4.3 version

13 Apr 09:02
Compare
Choose a tag to compare

version 3.4.3

  • Fixed internal VirtualImageList for StyledDbNavigator
  • Fixed resize icons for StyledDbNavigator and StyledToolbar changing monitor
  • Added Interposer Unit (Vcl.StyledMessagesHooks.pas) for Messages

Official 3.4.2 version

07 Apr 12:08
Compare
Choose a tag to compare

Version 3.4.2

  • New packages for Delphi 12.1
  • Added support for new Delphi 12.1 Styles (Windows11 Impressive Dark/Light)
  • Added Interposer Unit (Vcl.StyledMessagesHooks.pas) for Messages
  • Fixed StyledButtonGroup e StyledCategoryButtons

Official 3.4.1 version

05 Apr 20:46
Compare
Choose a tag to compare

version 3.4.1

  • Added StyledCategoryButtons Component
  • Added StyledCategoryButtons Demo
  • Fixed size of sample Button in Component Editor for StyledButtonGroup

Official 3.4.0 version

03 Apr 21:59
Compare
Choose a tag to compare

version 3.4.0

  • Added StyledButtonGroup Component
  • Added StyledButtonGroup Demo
  • Fixed Registration of some Components/Properties into IDE
  • Fixed TStyledBitBtn.Caption Stored in dfm as TBitBtn
  • Fixed ResizeButtons after loading StyledToolBar

Official 3.3.3 version

16 Mar 12:50
Compare
Choose a tag to compare
  • Added Notification Badge into all Styled Buttons
  • Fixed apply StyleDrawType in component editor

Official 3.3.2 version

09 Mar 15:28
Compare
Choose a tag to compare

9 Mar 2024: version 3.3.2

  • Added AsVCLComponent property to Buttons to simplify backward compatibility
  • Component Editor redesigned
  • Added component TStyledBindNavigator
  • Updated Packages and Demos
  • Fixed rescaling images of TStyledDBNavigator
  • Fixed GropIndex of TStyledToolButton

Official 3.3.1 version

03 Mar 18:14
Compare
Choose a tag to compare

3 Mar 2024: version 3.3.1

  • New version with three new components and many improvements:
  • Added a more stable version of the Animated Styled Button Component (Using Skia4Delphi)
  • Added a Demo for Animated Styled Button Component
  • Added Packages for Animated Styled Button Component
  • Added new TStyledSpeedButton and TStyledBitBtn, with Drawing using Spacing, Margin and Layout
  • More properties for TStyledButton, for 100% backward compatibili with TButton:
    1. Added CommandLinkHint and "bsCommandLink" mode for Style property
    1. Added ElevationRequired Flag to automatically show "administrator-shield" icon
    1. Added StylusHotImageIndex and StylusHotImageName properties
    1. Added Down and GroupIndex and AllowAllUp to TStyledSpeedButton
  • Added "Transparent" mode for TStyledGraphicButton and TStyledSpeedButton
  • Added CaptionAlignment (LeftJustify, RightJustify and Center) to control Caption position
  • Added Interposer Unit (Vcl.StyledComponentsHooks.pas) to easily replace standard VCL Buttons
  • Added a section in the Wiki to explain how to replace standard VCL Buttons
  • Fixed and optimized DoubleBuffered mode to avoid flickering
  • Fixed Parent-Background painting
  • Fixed minor bugs

Official 3.2.1 version

18 Feb 09:37
Compare
Choose a tag to compare
  • Fixed rendering icons on StyledDbNavigator
  • Fixed rendering Glyph for ImageIndex <> -1
  • Fixed rendering button when placed into Form designer

Official 3.2.0 version

03 Feb 13:32
Compare
Choose a tag to compare
  • Added "full-rounded button" DrawStyle
  • Changed default for StyleDrawType from btRounded to btRoundRect
  • StyleDrawType=btRounded now draw a "full-rounded button" (StyleRadius ignored)
  • StyleDrawType=btRoundRect now draw a "button with rounded corners" (defined by StyleRadius)
  • Added RegisterDefaultRenderingStyle for all classes (to define default rendering)
  • Fixed storing CustomStyles Attributes info into dfm
  • Fixed redraw when Enabled changed
  • Fixed SplitButton triangle for Flat buttons
  • Experimental: New Animated Buttons (Using Skia4Delphi)