| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-26 | 6.4 kB | |
| v9.6.0 source code.tar.gz | 2026-06-26 | 6.4 MB | |
| v9.6.0 source code.zip | 2026-06-26 | 8.4 MB | |
| Totals: 3 Items | 14.8 MB | 0 | |
What's Changed
New Features
- MudTableSortLabel: Add FullWidth parameter by @Will-thom in https://github.com/MudBlazor/MudBlazor/pull/13240
- MudDataGrid: Focus selected filter when opening simple filter panel by @Jengas2015 in https://github.com/MudBlazor/MudBlazor/pull/13249
- MudTabPanel: Add missing
BadgeMaxby @SnakyBeaky in https://github.com/MudBlazor/MudBlazor/pull/13119 - MudTable: Add Pager Options by @omarkurtovic in https://github.com/MudBlazor/MudBlazor/pull/13176
- MudHotkey: Pass HotkeyEventArgs to OnHotkeyPressed by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13355
- MudRating: Make Ripple opt-in (default false) by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13363
Bug Fixes
- MudDataGrid: Fix mobile loading indicator by @sjh9714 in https://github.com/MudBlazor/MudBlazor/pull/13230
- MudTextField: Adjust max-width of input label for Text variant by @Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/13263
- MudRating: Skip hover effects when ReadOnly or Disabled by @lvupupui in https://github.com/MudBlazor/MudBlazor/pull/13267
- DateMask: Reset stale month/year state when inserting text by @ZacharyGarnier in https://github.com/MudBlazor/MudBlazor/pull/13284
- MudTabs: Fix panel wrapper CSS parity across KeepPanelsAlive modes by @danielchalmers with @Copilot in https://github.com/MudBlazor/MudBlazor/pull/13288
- MudTable: Fix mobile readability when ColGroup is present by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12814
- MudMenu: Fix viewport overflow scrollbar regression by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13147
- MudButtonGroup: Fix tooltip wrapped icon button alignment by @tuncaypeker in https://github.com/MudBlazor/MudBlazor/pull/13292
- MudColorPicker: Add HEX mode support for unbound color picker by @Welchen in https://github.com/MudBlazor/MudBlazor/pull/13301
- MudNumericField: Don't reformat text while typing with Immediate by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13311
- Inputs: Don't re-validate on the
@bind-Valueecho by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13312 - MudDialog: Revert close button
preventDefaultthat dropped input on close by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13316 - MudMenu: Fix JSInterop focus crash on WebView when closing/navigating by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13317
- Inputs: Don't reformat managed-format text while typing on Server by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13318
- MudColorPicker: Re-sync spectrum base color on external Value change by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13319
- MudTextField: Reapply Converter/Format when the same value is re-entered by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13315
- MudChart: Fix Sankey hang on circular edge definitions by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13322
- Fix internal element IDs not overridable by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13324
- MudSelect: Honor custom Comparer in value-to-item lookups by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13307
- Inputs, Pickers: Only mark Touched and fire FieldChanged on user interaction by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13328
- MudDialog: Fix open dialogs being recreated when another dialog closes by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13330
- MudSelect: Fix infinite render loop with inline new item Value by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13331
- MudSelect: Mirror combobox semantics onto the hidden-input presenter by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13080
- MudRipple: Clip orphaned ripple to fix scrollbar on disabled items by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13332
- MudDatePicker: Remove unnecessary
Task.Runfrom day-click commit by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13340 - MudMask: Forward OnKeyDown and OnKeyUp for masked text fields by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13346
- MudDataGrid: Fix StartedEditingItem in cell edit mode by @danielchalmers with @Copilot in https://github.com/MudBlazor/MudBlazor/pull/13126
- MudRating: Stop interaction effects when ReadOnly by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13361
- MudRating: Remove the grey block on click and color the ripple by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13362
- MudPopover: Fix duplicate provider false positives when uninitialized by @0xced in https://github.com/MudBlazor/MudBlazor/pull/13366
- MudNumericField: Fire OnKeyUp when ReadOnly by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13367
- MudSelect: Fire OnKeyDown callback when ReadOnly by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13368
- Services: Skip dispose-time JS interop when never initialized by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13338
- MudListItem: Fire OnClick for items with a NestedList by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13373
- MudMenu: Invoke OnClick before closing the menu by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13374
New Contributors
- @sjh9714 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13230
- @Will-thom made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13240
- @lvupupui made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13267
- @Jengas2015 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13249
- @ZacharyGarnier made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13284
- @tuncaypeker made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13292
- @sardar97 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13279
Full Changelog: https://github.com/MudBlazor/MudBlazor/compare/v9.5.0...v9.6.0