| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-03 | 4.7 kB | |
| v9.1.0 source code.tar.gz | 2026-03-03 | 6.3 MB | |
| v9.1.0 source code.zip | 2026-03-03 | 8.1 MB | |
| Totals: 3 Items | 14.4 MB | 0 | |
What's Changed
Breaking Changes
- MudChart: Remove width adjustment by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12714
- Charts: Fix radial rendering, alignment, and padding issues by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12736
- MudForm: Obsolete
Validatein favor of newValidateAsyncby @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12713
New Features
- MudTabs: Add accessibility labels to icon buttons by @nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12646
- MudCarousel: Add ArrowsColor parameter by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12709
Bug Fixes
- MudVirtualize: Fix MaxItemCount runtime crash on .NET 8 by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12701
- MudFileUpload: Remove mt-1 spacing when SelectedTemplate is set by @sean-mcl in https://github.com/MudBlazor/MudBlazor/pull/12700
- MudDataGrid: Fix CellClass ordering to allow style overrides by @pine919 in https://github.com/MudBlazor/MudBlazor/pull/12662
- MudMenu: Fix nested submenu arrow direction in RTL mode by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12706
- MudBaseInput: Fix OnlyValidateIfDirty with non-default initial Value by @rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12716
- MudTooltip: Fix Unnecessary Tooltip Content Re-render by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12724
- MudTimePicker: Fix closed-value formatting to honor AmPm / TimeFormat by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12726
- Build: Mitigate JS parse collisions by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12728
- MudSelect, MudAutocomplete: Fix pointer cursor shown on readonly by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12704
- MudDebouncedInput: Fix DebounceInterval doesn't update its initial value if set by async operation by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12735
- MudColorPicker: render initial
@bind-Textvalue in input on first render by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12749 - MudRadialChart: Prevent tooltips from disappearing during parameter updates by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12751
- MudSelect: Prevent default(T) preselection in MultiSelection by @Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12743
- MudMenu: Fix mutation-unsafe async enumeration during close by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12757
- MudDateRangePicker: Fix initialization when using
DateTime.MinValueby @xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12668 - MudListItem: Fix disabled items not showing selected state in multi-selection mode by @xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12727
- MudChart: Fix infinite expansion loop with MatchBoundsToSize and relative height by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12760
- MudNumericField: Fix Format being broken by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12766
- MudDatePicker: Clear conversion error when editable field is manually erased by @xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12695
- MudAutocomplete: Fix item template containers rendering padding when empty by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12782
- MudTabs: Fix SliderColor having no visual effect by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12780
- MudTimePicker: Fix wrong cursor in popover/dialog when editable by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12781
- MudSlider: Fix value label position in RTL mode by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12777
- MudStepper: Fix nested steppers with different orientations by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12776
- MudAlert: Fix ContentAlignment ignored on mobile (xs) breakpoint by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12786
- Pickers: Fix ReadOnly not respected in PickerVariant.Static by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12785
- MudTable: Fix loading indicator visibility in mobile layout by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12778
New Contributors
- @sean-mcl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12700
- @pine919 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12662
- @xdaneault made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12668
Full Changelog: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0...v9.1.0