Skip to content

Releases: KinsonDigital/KdGui

🚀Preview Release - v1.0.0-preview.4

08 Sep 15:21
a74f3ed
Compare
Choose a tag to compare
Pre-release

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 ✨

  1. #32 - Added a new property with the name BackgroundColor that can be used to set the background color of the Button control.

Bug Fixes 🐛

  1. #32 - Fixed a bug where the conversion of the System.Drawing.Color was not correctly being converted to an ImGui color.
  2. #32 - Fixed an issue with the Button control not being rendered correctly when disabled.
  3. #32 - Fixed an issue with the ComboBox control not being rendered correctly when disabled.

Dependency Updates 📦

  1. #28 - Updated the dependency kinsondigital.velaptor to v1.0.0-preview.37.
  2. #29 - Updated the dependency simpleinjector to v5.5.0.
  3. #30 - Updated the dependency microsoft.net.test.sdk to v17.11.1.

🚀Preview Release - v1.0.0-preview.3

18 Jul 09:37
3f1160c
Compare
Choose a tag to compare
Pre-release

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 💎

  1. #21 - Improved the positioning and sizing of ControlGroup controls.
  2. #17 - Enhanced the CheckBox.IsChecked property by adding a property setter to allow users to programmatically set the check box state.
  3. #16 - Removed the colon from text for controls to give users more control.

Breaking Changes 🧨

  1. #16 - Removed the colon from the default Label property value for the ComboBox control.
  2. #16 - Changed the ComboBox label from being automatically prefixed with a colon.
  3. #16 - Removed the colon from the default Text property value for the ComboBox control.
  4. #16 - Changed the UpDown text from being automatically prefixed with a colon.

Dependency Updates 📦

  1. #18 - Updated dependency xunit to v2.9.0
  2. #18 - Updated dependency xunit.runner.visualstudio to v2.9.0
  3. #19 - Updated dependency FluentAssertions.Analyzers to v0.33.0

🚀Preview Release - v1.0.0-preview.2

27 Jun 06:10
Compare
Choose a tag to compare
Pre-release

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 ✨

  1. #12 - Added the property NoResize to the IControlGroup interface and ControlGroup class to enable or disable the resizing of the control group control.

Enhancements 💎

  1. #12 - Enhanced how control groups resize themselves by considering the width of the group title so the title is not clipped.

Other 🪧

  1. #10 - Set up kd-admin dev tool.

🚀Preview Release - v1.0.0-preview.1

07 Jun 12:04
Compare
Choose a tag to compare
Pre-release

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!!