| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-23 | 7.6 kB | |
| v9.9.0 source code.tar.gz | 2026-08-23 | 6.5 MB | |
| v9.9.0 source code.zip | 2026-08-23 | 8.5 MB | |
| Totals: 3 Items | 15.0 MB | 0 | |
What's Changed
Breaking Changes
- Inputs: Trigger OnBlur for readonly inputs by @Sushanth012 in https://github.com/MudBlazor/MudBlazor/pull/13523
- MudExpansionPanel: Stop greying icons in body when panel is disabled by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13599
New Features
- MudDataGrid: Add CellClick and CellContextMenuClicked events by @Welchen in https://github.com/MudBlazor/MudBlazor/pull/13489
- MudFabMenu, MudFabMenuItem: Add Filled, Text, and Outlined variants by @Welchen in https://github.com/MudBlazor/MudBlazor/pull/13628
- MudDataGrid: Add insert mode to column drag and drop by @Nik-not-thicc in https://github.com/MudBlazor/MudBlazor/pull/12889
Bug Fixes
- MudDataGridPager: Fix page-size select absorbing toolbar space by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13583
- MudCarousel: Select the first item added after an empty first render by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13589
- MudDataGrid: Fix group header alignment on small viewports by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13590
- MudDataGrid: Render grouped rows again after a filter matches nothing by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13592
- MudDataGrid: Honor a custom Comparer in the live selection set by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13593
- MudDrawer: Fix render delay when updating size parameters by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13594
- MudDataGrid: Honor a custom Comparer for hierarchy expansion state by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13595
- MudDataGrid: Fix select-all checkbox never reaching checked state with disabled rows by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13596
- MudPicker: Commit the pending value when tabbing out by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13597
- MudMask: Refresh the displayed text when the value is cleared from code by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13600
- MudDataGrid: Scope group footer select-all to its own group by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13601
- MudTablePager, MudDataGridPager: Keep pagination updates stable during translation by @Sakshamm-Goyal in https://github.com/MudBlazor/MudBlazor/pull/13586
- MudTable: Fix loading bar offset when the header row is missing or empty by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13607
- MudDateRangePicker: Enforce MinDays for same-day selection by @ColumbusLabs in https://github.com/MudBlazor/MudBlazor/pull/13616
- MudTable: Keep empty table page index non-negative by @KirschBluteX in https://github.com/MudBlazor/MudBlazor/pull/13622
- MudInput: Let UserAttributes override computed ARIA attributes by @phmatray in https://github.com/MudBlazor/MudBlazor/pull/13613
- Various components: Stop erasing caller-supplied attributes by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13641
- Various components: Let UserAttributes override generated ARIA attributes by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13642
- MudTr, MudMenu: Fix ARIA token formatting by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13643
- MudCheckBox, MudSwitch, MudRadio: Fix aria-hidden on overridden labels by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13644
- MudDebouncedInput: Fix issues syncing Immediate state to wrapped input component by @sconosciute in https://github.com/MudBlazor/MudBlazor/pull/13610
- MudDataGrid: Fix Virtualization with sticky columns and column resizer by @SinisterMaya in https://github.com/MudBlazor/MudBlazor/pull/13648
- MudFabMenu: Fix open menu z-index lower than trigger index by @LarsBehl in https://github.com/MudBlazor/MudBlazor/pull/13650
- MudAutocomplete: Fix invalid state after clear by @aaronleev in https://github.com/MudBlazor/MudBlazor/pull/13529
- MudDebouncedInput: Fix DebounceInterval ignored when set in a derived component by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/13653
- MudSelect: Preserve disabled selections with SelectAll by @Sushanth012 in https://github.com/MudBlazor/MudBlazor/pull/13603
- MudNumericField: Preserve terminal Pattern quantifiers by @roian6 in https://github.com/MudBlazor/MudBlazor/pull/13651
- MudList: Treat an unsupplied SelectedValue as no selection by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13510
- MudDatePicker: Fix Text becoming null instead of empty after clearing by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13665
- MudColorPicker: Fix ClearAsync not clearing the color by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13666
- MudTimePicker: Clear text that failed to convert by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13668
- MudDateRangePicker: Fix Text not tracking user input by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13667
- MudDrawer: Keep mini drawer nav link text accessible to screen readers by @connorjjarvis in https://github.com/MudBlazor/MudBlazor/pull/13525
- MudFabMenu: Fix click event propagation by @LarsBehl in https://github.com/MudBlazor/MudBlazor/pull/13687
Performance
- MudDataGrid: Reduce per-cell allocations on every render by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13664
- MudDataGrid: Stop re-rendering grid while typing in column filter menu by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13663
- MudDataGrid: Stop scanning every filtered row for select-all state by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13669
- MudDataGrid: Stop allocating handlers for events nobody wired by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13670
- MudDataGrid: Remove dead field that renders every header cell twice by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13678
- MudTable: Stop copying the filtered list once per rendered row by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13683
- MudMenu, MudBadge: Do not register handlers that can never fire by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13684
- Localizer: Prevent components re-rendering when localized text is unchanged by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13677
New Contributors
- @latent-9 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13585
- @Sushanth012 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13523
- @Sakshamm-Goyal made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13586
- @ColumbusLabs made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13616
- @floze-the-genius made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13624
- @KirschBluteX made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13622
- @sconosciute made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13610
- @LarsBehl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13650
- @Nik-not-thicc made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12889
Full Changelog: https://github.com/MudBlazor/MudBlazor/compare/v9.8.0...v9.9.0