Skip to content

Releases: blazority/support

2.0.1

27 Apr 15:51
d20da07

Choose a tag to compare

Bug fixes 🐛

  • Sidenav: Fixing broken styling due to deprecation in Clarity
  • Alert: Fixing broken multi alert pager
  • Datagrid: Group header hover styling incorrect in dark mode

2.0.0

19 Apr 00:07
5e514e9

Choose a tag to compare

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

07 Feb 06:22
cc0edd1

Choose a tag to compare

Updates ⚡

  • Datagrid: Added ability to set the initial page number for both client and server-side modes (S#131)

Bug fixes 🐛

  • Datagrid: Fixed an issue where skip result during server-side mode was not updating page number (S#131)

1.1.0

23 Jan 04:55
7c13a10

Choose a tag to compare

Features ✨

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 🐛

  • Combobox: Async loading not working (S#124)
  • Grid - Does not support clr-col-auto layout (S#128)

1.0.4

22 Nov 04:51
acd8846

Choose a tag to compare

Updates ⚡

  • Datagrid: Added new event callback FilterChanged for filter value change use-cases

Bug fixes 🐛

  • Missing source maps for dependencies from Nuget package (S#119)
  • Tree View Checkbox - Ancestor nodes are not evaluating properly (S#114)

1.0.3

25 Oct 03:05
661c152

Choose a tag to compare

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

14 Oct 02:10
6c8620e

Choose a tag to compare

Bug Fixes 🐛

Datagrid: Patching any server-side row other than first row throws exception (#110)

1.0.1

07 Oct 01:11
a1c4801

Choose a tag to compare

Updates

  • Datagrid: Added support for row refresh when using server side datagrid (#104)

1.0.0

06 Sep 04:43
0561b79

Choose a tag to compare

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

0.12.3

24 Jun 03:50
4dcfa1a

Choose a tag to compare

Issues

  • Datagrid: Extra whitespace when using hidden columns and fixed table layout (S#97)