New Component
- MudCodeViewer - Download and install CodeBeam.MudBlazor.Extensions.Code package.
Stability
- Removed all dependencies except MudBlazor.
- Arranged base classes properly to align MudBlazor better.
New Features
- MudSelectExtended: Searchbox is now working with RenderFragment approach.
- MudSelectExtended: Fix selected item style when virtualize is true.
- MudChipField: Now working on mobile.
- MudSelectExtended & MudCombobox: Added Modal parameter (Introduced in MudBlazor core before) to control background click behavior.
Bug Fixes
- MudCodeInput: Fix visual that input text was not centered properly.
- MudStepperExtended: Fix Custom Action Content doesn't show when remove all buttons.
Docs
- Code view sections in examples changed with new MudCodeViewer component.
Other
- Several code quality improvements.