Releases: CodeBeamOrg/CodeBeam.MudBlazor.Extensions
Releases · CodeBeamOrg/CodeBeam.MudBlazor.Extensions
v 9.0.3
v 9.0.2
v 9.0.1
v 9.0.0
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.
v 9.0.0-rc.1
Compatible with MudBlazor 9.0.0-rc.1
v 9.0.0-preview.5
BugFixes
- Fix input components crash on Firefox on blazor WASM.
Others
- Several stability and code quality enhancements. (Thanks for @ScarletKuro)
v 9.0.0-preview.4
- Sync with MudBlazor v 9.0.0-preview.2
Features
- MudSelectExtended & MudCombobox: Added Modal parameter to control background click behavior.
Bug Fixes
- MudStepperExtended: Fix Custom Action doesn't show when remove all buttons.
v 9.0.0-preview.3
Bug Fixes
- MudSelectExtended: Fix initialized text that doesn't shown in Virtualize & MultiSelection
v 9.0.0-preview.2
Bug Fixes
- MudPasswordField: Fixed value bind.
v 9.0.0-preview.1
Major Update Preview: CodeBeam.MudBlazor.Extensions v 9.0.0-preview.1
Supports .NET 10 and Mud 9-preview
Removed all dependencies except MudBlazor.
Features
- MudSelectExtended: Searchbox is now working with RenderFragment approach.
- MudChipField: Now working on mobile.
BugFixes
- MudCodeInput: Fix visual that input text was not centered truly.