Releases: EtheaDev/StyledComponents
Releases · EtheaDev/StyledComponents
Official 3.1.0 version
- Fixed FlatButton when disabled
- Fixed Autosize/Wrapable for TStyledToolbar
- Fixed Background Drawing
- Fixed default registration for StyledTaskDialogStd form
- Relesed on GetIt Package Manager
Official 3.0.0 version
- Complete refactoring using TStyledButtonRender to Render both TStyledGraphicButton and TStyledButton
- Removed "invisible" TStyledButtonFocusControl present in 2.x version: "Focus" and "TabStop" now works as in standard VCL Button
- Storing of properties in dfm are optimized with ActionLink
- Added support for Accelerator Keys and Keyboard Shortcuts
- Added new TStyledDbNavigator component
- Addeed "Flat" support to StyledButtons, StyledToolbar
- Added Glyph support (for retro-compatibility with TSpeedButton and TBitBtn)
- Fixed "Cancel" and "Default" click and focus
- Fixed flickering problems (using DoubleBuffering)
Official 2.1.0 version
version 2.1.0 - Added support for Delphi 12 - new "SplitButton" Style for Buttons and Toolbar, as in VCL, with DropDownMenu: - Added property Style to TStyledGraphicButton/TStyledButton as in VCL TButton - Added DropDownMenu for Style "bsSplitButton" - Changed type TStyledToolButtonStyle to TToolButtonStyle (now uses the VCL type) - Removed type TStyledButtonStyle, now uses the VCL type: TButtonStyle - Renamed StyledToolbar.AutoWrap property to Wrapable (as in VCL Toolbar) - Update VCL Styled Button Demo with more rendering options - Fixed some problems with StyledToolbar and VCL-styled
Official 2.0.0 version
version 2.0.0 - Added two StyleFamily options: "Basic-Color" and "SVG-Color" - Added new component: TStyledToolbar with Component-Editor - Updated "Classic" family with full support of every VCL-Styles - Updated "Component-Editor" and "Property-Editors" - Added "WordWrap" property - Added more Demos, like StyledToolbarDemo and StyledButtonsVCLStyled
official 1.0.0 version
version 1.0.0 StyledButton: - Removed FontName from Specific Style - Added PopUpMenu - Automatic Style changing ModalResult - Fixed Button Border size changing DPI of screen - Fixed Outlined Appearance of "Classic" buttons - Demo updated to show Buttons with ModalResult StyledDialog: - Fixed width of Dialog changing DPI of screen - Styles of buttons selectable by "Family" - Fixed tabstop and focus of buttons