Releases: KinsonDigital/KdGui
Releases · KinsonDigital/KdGui
🚀Preview Release - v1.0.0-preview.4
KdGui Preview Release Notes - v1.0.0-preview.4
Quick Reminder
As with all software, there is always a chance for issues and bugs, especially for preview releases, so your input is greatly appreciated. 🙏🏼
New Features ✨
- #32 - Added a new property with the name
BackgroundColorthat can be used to set the background color of theButtoncontrol.
Bug Fixes 🐛
- #32 - Fixed a bug where the conversion of the
System.Drawing.Colorwas not correctly being converted to anImGuicolor. - #32 - Fixed an issue with the
Buttoncontrol not being rendered correctly when disabled. - #32 - Fixed an issue with the
ComboBoxcontrol not being rendered correctly when disabled.
Dependency Updates 📦
🚀Preview Release - v1.0.0-preview.3
KdGui Preview Release Notes - v1.0.0-preview.3
Quick Reminder
As with all software, there is always a chance for issues and bugs, especially for preview releases, so your input is greatly appreciated. 🙏🏼
Enhancements 💎
- #21 - Improved the positioning and sizing of
ControlGroupcontrols. - #17 - Enhanced the
CheckBox.IsCheckedproperty by adding a property setter to allow users to programmatically set the check box state. - #16 - Removed the colon from text for controls to give users more control.
Breaking Changes 🧨
- #16 - Removed the colon from the default
Labelproperty value for theComboBoxcontrol. - #16 - Changed the
ComboBoxlabel from being automatically prefixed with a colon. - #16 - Removed the colon from the default
Textproperty value for theComboBoxcontrol. - #16 - Changed the
UpDowntext from being automatically prefixed with a colon.
Dependency Updates 📦
🚀Preview Release - v1.0.0-preview.2
KdGui Preview Release Notes - v1.0.0-preview.2
Quick Reminder
As with all software, there is always a chance for issues and bugs, especially for preview releases, so your input is greatly appreciated. 🙏🏼
New Features ✨
- #12 - Added the property
NoResizeto theIControlGroupinterface andControlGroupclass to enable or disable the resizing of the control group control.
Enhancements 💎
- #12 - Enhanced how control groups resize themselves by considering the width of the group title so the title is not clipped.
Other 🪧
- #10 - Set up kd-admin dev tool.
🚀Preview Release - v1.0.0-preview.1
KdGui Preview Release Notes - v1.0.0-preview.1
Quick Reminder
As with all software, there is always a chance for issues and bugs, especially for preview releases, so your input is greatly appreciated. 🙏🏼
Initial Release!!