Skip to content

Releases: CodeBeamOrg/CodeBeam.MudBlazor.Extensions

v 6.3.0

26 Feb 14:32

Choose a tag to compare

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

22 Feb 13:18

Choose a tag to compare

New Component

  • MudTransferList

Features

  • MudListExtended: SelectAllTemplate parameter.

Other

  • Some minor bug fixes and docs improvements.

v 6.2.6

19 Feb 10:10

Choose a tag to compare

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

16 Feb 17:28

Choose a tag to compare

New Component

  • MudChipField

Features

  • MudStepper: SetActiveIndex method is now public.
  • MudSelectExtended: SearchBox can be autofocus when popover is open.

Other

  • Some minor docs improvements.

v 6.2.4

13 Feb 13:39

Choose a tag to compare

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.

v 6.2.3

06 Feb 19:48

Choose a tag to compare

New Component

  • MudTextFieldExtended

New Feature

  • MudListExtended & MudSelectExtended: Search function supports complex types.

v 6.2.2

05 Feb 10:07

Choose a tag to compare

New Features

  • MudListExtended & MudSelectExtended: SearchBox

v 6.2.1

03 Feb 19:02

Choose a tag to compare

New Extended Component

  • MudSelectExtended

Features

  • MudCsvMapper: Several enhancements.

v 6.2.0

28 Jan 17:25
5c93615

Choose a tag to compare

New Component

  • MudListExtended

Docs

  • Added drawer to website for easier navigation between components.

v 6.1.9

21 Jan 11:00

Choose a tag to compare

New Component

  • MudCodeInput

Features

  • MudStepper: Added directional logic for prevent step change.