| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-05 | 6.9 kB | |
| v9.8.0 source code.tar.gz | 2026-08-05 | 6.5 MB | |
| v9.8.0 source code.zip | 2026-08-05 | 8.4 MB | |
| Totals: 3 Items | 15.0 MB | 0 | |
What's Changed
Breaking Changes
- MudInput, MudMask: Do not apply user Class to input adornment by @Adham-Kiwan in https://github.com/MudBlazor/MudBlazor/pull/13456
- MudDataGrid, MudTable: Add TableAttributes parameter by @NoahS2003 in https://github.com/MudBlazor/MudBlazor/pull/12993
- MudDrawer: Make mini drawers temporary on mobile by default by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13026
- MudSwitch: Stop applying label class to text by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13502
- MudNavLink: Forward user attributes to the anchor element by @connorjjarvis in https://github.com/MudBlazor/MudBlazor/pull/13524
New Features
- MudChart: Add value labels (ShowValues) to Bar and StackedBar charts by @jakubreznak in https://github.com/MudBlazor/MudBlazor/pull/13450
- MudDatePicker: Add optional adjacent month day visibility by @Firzen2nd in https://github.com/MudBlazor/MudBlazor/pull/12887
- MudNavMenu: Allow only one MudNavGroup to be expanded at a time by @corvinsz in https://github.com/MudBlazor/MudBlazor/pull/13452
- MudInput: Bind floating label typography to theme Subtitle1 by @Adham-Kiwan in https://github.com/MudBlazor/MudBlazor/pull/13467
- DialogService: Add title-less ShowAsync<T> overloads for options and parameters by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13501
- MudDataGrid: Add inline row editing by @mmaestro16 in https://github.com/MudBlazor/MudBlazor/pull/13058
- MudStepper: Add ActionsClass by @AmirTahan80 in https://github.com/MudBlazor/MudBlazor/pull/13503
- MudChart: Allow clicking legend label to toggle series visibility by @Welchen in https://github.com/MudBlazor/MudBlazor/pull/13522
- MudNavLink: Add a Rel parameter by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13558
- MudPagination: Allow a BoundaryCount of zero by @zhengyazhao in https://github.com/MudBlazor/MudBlazor/pull/13424
- MudFab: Add Filled, Text, and Outlined variants by @Welchen in https://github.com/MudBlazor/MudBlazor/pull/13549
Bug Fixes
- MudDatePicker, MudDateRangePicker: Fix StartMonth ignored on initial render when Static by @codingisads in https://github.com/MudBlazor/MudBlazor/pull/13455
- MudPicker: Fix freeze when a literal Text is set with a bound value by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13459
- MudDataGrid: Raise FilterChanged for Simple mode set value/operator by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13458
- MudTable: Fix RowsPerPage reset when the parameter is re-applied on re-render by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13464
- Localization: Avoid satellite assembly probing under non-English cultures by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13466
- MudTable: Fix one-way CurrentPage reset by parent re-render by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13465
- MudSelect: Hide clear button when value equals default by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13457
- MudDataGrid: Hide columns panel when filtering by @omarkurtovic in https://github.com/MudBlazor/MudBlazor/pull/13460
- MudToggleGroup: Match outlined group height to MudButton by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13480
- MudTable: Do not show progress bar and loading content together by @Adham-Kiwan in https://github.com/MudBlazor/MudBlazor/pull/13468
- MudChart: Renormalise Sankey node column indices by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13546
- MudChart: Render an empty Sankey chart when every node is filtered out by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13548
- MudChart: Stop non-finite tooltip coordinates from looping the renderer by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13547
- MudTabs: Fix panel show/hide when an element wraps the panels by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13507
- MudDrawer: Fix CSS classes when using composite breakpoints by @infisble in https://github.com/MudBlazor/MudBlazor/pull/13527
- Inputs: Prevent scrolling during AutoFocus by @mindysport in https://github.com/MudBlazor/MudBlazor/pull/13434
- MudIconButton: Keep padding consistent between variants by @Guflly in https://github.com/MudBlazor/MudBlazor/pull/13563
- MudSwitch: Fix cursor briefly changing to
pointerwhen hovering over disabled switch by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/13577 - MudTablePager: Fix navigation icons displaying outside container when minimized by @boukenka in https://github.com/MudBlazor/MudBlazor/pull/13573
Other Changes
- MudDialog: Log guidance when no MudDialogProvider is present by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13485
- Core: Degrade gracefully when the MudBlazor script isn't loaded by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13509
- MudThemeProvider: Log guidance when the MudBlazor script is missing by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13518
- MudColorPicker: Skip registering the pointermove event when DragEffect is disabled by @SaifAqqad in https://github.com/MudBlazor/MudBlazor/pull/13526
- Core: Give every regex a match timeout by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13540
New Contributors
- @codingisads made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13455
- @jakubreznak made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13450
- @Adham-Kiwan made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13456
- @NoahS2003 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12993
- @Firzen2nd made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12887
- @AmirTahan80 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13503
- @SaifAqqad made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13526
- @connorjjarvis made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13524
- @bm1016bm-svg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13552
- @zhengyazhao made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13424
- @infisble made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13527
- @mindysport made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13434
- @Guflly made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13563
Full Changelog: https://github.com/MudBlazor/MudBlazor/compare/v9.7.0...v9.8.0