Releases: blazority/support
Releases · blazority/support
2.0.1
2.0.0
Updates ⚡
- Framework: Added support for .NET 7.0 and .NET 8.0 (S#141)
- Framework: Upgraded to Clarity UI v16 and Clarity Icons v13
- Theme updates to support integration of Clarity light and dark theme via a single file
- Accordion: Ability to independently control open & close operation (S#134)
- Button: Added parameter for stop propagation (S#136)
Bug fixes 🐛
- Date Picker: Fixing error icon not showing in correct location (S#140)
- Date Time Picker: Fixing error icon not showing in correct location (S#140)
Breaking Changes 💥
- Dropped support for .NET 5 framework as it is End of Life.
- Clarity light and dark theme are now shipped as single file.
- Developers must now choose either light or dark theme by setting cds-theme="light" or cds-theme="dark" attribute on body element.
- Removed obsolete assets: blazority-dark.css, blazority-dark.min.css, clr-ui-dark.min.css
1.1.1
1.1.0
Features ✨
- Added new File Input control File Input (S#56)
Updates ⚡
- Input Controls: Added new property ToggleButtonTabIndex to control tan index of Toggle button (S#120)
- Datagrid: Added new extension methods (First, Next, Last, Page(pageNumber)) to change current page programmatically (S#121)
- Datagrid: Added support for async row detail load on expand (S#123)
- Icon: Added support for warning badge modifier (S#122)
- Updated Clarity dependency to v13.11.2
Bug fixes 🐛
1.0.4
1.0.3
1.0.3
Updates ⚡
- Calendar based controls (Calendar, RangeCalender, Datepicker, Datetimepicker, DateRangepicker) now support supplying a custom class for a day (S#112)
Bug Fixes 🐛
- Combobox: Enter key is not replacing selected item in single selection mode (S#108)
- Dropdown: Position does not work correctly (S#113)
- Datagrid: Inline filter scrolls on top of column header when header height changes (S#115)
- Datagrid: Patching server-side row doesn't maintain/update selection (S#116)
1.0.2
1.0.1
1.0.0
Features ✨
- Added support for .NET 6.0 (#81)
Updates ⚡
- Datagrid: Added support for expand row detail by default (#105)
- Timepicker: Updates to style, made time inputs and switching arrows consistent
Bug Fixes 🐛
- App won't start after Blazority upgrade due to Alerts changes (#103
- DateTimePicker 'OK' button is enabled even when date is not selected #101
Breaking Changes: 💥
- Dropped support for .NET Standard 2.1 framework