What's Changed
New Features
- MudDataGrid: New parameter "SelectOnRowClick" by @DrastamatSargsyan in #6547
- MudMenu: Add IsOpen property (#7266) by @martinstoeckli in #7290
- MudFocusTrap: Add nullable annotation. by @ScarletKuro in #7331
- Optimization: Replace .Count() > 0 with .Any() by @bdebaere in #6809
- MudInputControl: Add nullable annotation. by @ScarletKuro in #7340
- TimePicker: Added MinuteSelectionStep Parameter by @Zingabopp in #7174
- MudRadio: Add nullable annotation. by @ScarletKuro in #7366
Bug Fixes
- MudColor: Change ToString default mode to RGBA (#7275) by @ITCBB in #7303
- MudDataGrid: Fix CurrentPage not working (#7267) by @alasdair-cooper in #7308
- Prerendering: Check if JSRuntime is available by @ScarletKuro in #7333
- Refactor charts, BarChart and LineChart layout fixes by @chausner in #7345
- MudDatePicker: Fix CSP JavaScript issues by @Schaeri in #7295
Other Changes
- DataGridAdvancedExample.razor: Fix typo "gobally" by @hybrid2102 in #7300
New Contributors
- @AlessandroMartinelli made their first contribution in #7294
- @hybrid2102 made their first contribution in #7300
- @ITCBB made their first contribution in #7303
- @alasdair-cooper made their first contribution in #7308
- @DrastamatSargsyan made their first contribution in #6547
- @martinstoeckli made their first contribution in #7290
- @MagicBOTAlex made their first contribution in #7327
- @Zingabopp made their first contribution in #7174
Full Changelog: v6.8.0...v6.9.0