What's Changed
Addition of net8.0 target
- There is now a
net8.0
native version of the library in addition to the existingnet7.0
andnet6.0
versions in the package. This is automatically selected depending on your applications target framework. - Note you can still use older versions of the package in
net8.0
without issue.
New Features
- MudAvatarGroup: Add MaxAvatarsTemplate by @Kaerlon in #7896
- New Component: MudToggleGroup by @mckaragoz in #7309
- New Component: MudToggleGroup by @mckaragoz in #7948
Bug Fixes
- mudHelpers.js: Add missing closing bracket by @REDECODE in #7940
- MudDataGrid: Fix ItemDrop Event Trigger Issue with Disabled ColumnsPanelReordering by @peterthorpe81 in #7934
- MudTabs: Rightmost tab is not fully scrolled into view when active by @TDroogers in #7876
- MudDatePicker: Setting date null doesn't clear invalid text by @jacob7395 in #7866
- ToggleGroup: Improvements by @mckaragoz in #7975
New Contributors
- @Kaerlon made their first contribution in #7896
- @REDECODE made their first contribution in #7940
- @jacob7395 made their first contribution in #7866
Full Changelog: v6.11.2...v6.12.0