Skip to content

v 6.3.0

Choose a tag to compare

@mckaragoz mckaragoz released this 26 Feb 14:32
· 340 commits to dev since this release

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.