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
BackgroundColor
that can be used to set the background color of theButton
control.
Bug Fixes 🐛
- #32 - Fixed a bug where the conversion of the
System.Drawing.Color
was not correctly being converted to anImGui
color. - #32 - Fixed an issue with the
Button
control not being rendered correctly when disabled. - #32 - Fixed an issue with the
ComboBox
control 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
ControlGroup
controls. - #17 - Enhanced the
CheckBox.IsChecked
property 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
Label
property value for theComboBox
control. - #16 - Changed the
ComboBox
label from being automatically prefixed with a colon. - #16 - Removed the colon from the default
Text
property value for theComboBox
control. - #16 - Changed the
UpDown
text 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
NoResize
to theIControlGroup
interface andControlGroup
class 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!!