Releases: CodeBeamOrg/CodeBeam.MudBlazor.Extensions
Releases · CodeBeamOrg/CodeBeam.MudBlazor.Extensions
v 6.3.0
Breaking Change
- Change Script File Name: Now MudExtensions uses min.js. So the script line in html body should be:
<script src="_content/CodeBeam.MudExtensions/MudExtensions.min.js"></script>
Features
- MudStepper: MobileView and ActionIconButtons parameters.
- MudListExtended & MudSelectExtended: SearchBox enhancements, added SearchFunc and SearchBoxPlaceholder parameters.
- MudTransferList: Can transfer items with double click.
- MudInputStyler: LabelStyle parameter for all kind of label styles.
- MudSpeedDial: ActivatorContent parameter for custom render fragments.
Bug Fixes
- MudTransferList: Fixes wrong selected item color when transfer multiple items to the end list.
- MudSplitter: Fixes cursor on disabled state and remove unnecessary styles.
Docs
- Improved landing page, can search between components.
v 6.2.7
v 6.2.6
Features
- MudSelectExtended: Chip enhancement. Chips are closeable, can show in multiline and their variant and size changeable.
- MudSelectExtended: SelectAll item's position is changeable.
- All Inputs: Added ForceUpdate method that should call after users change value programmatically.
- All Inputs: Added ForceShrink property that always shrink the label.
Docs
- Docs uses .NET 7.
v 6.2.5
v 6.2.4
Features
- MudListExtended & MudSelectExtended: Ctrl + Shift + F key combination show/hide the searchbox.
Bug Fixes
- MudSelectExtended: Fixed escape key doesn't close popover when item clicked on MultiSelection.
- MudSelectExtended: Fixed unnecessary input margin on text variant.
Other
- Code quality improvements.
- Docs improvements.