CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.

MIT License

Stars
346
Committers
33

Bot releases are hidden (Show)

CodeBeam.MudBlazor.Extensions - v 6.4.13

Published by mckaragoz over 1 year ago

Features

  • MudStepper: Added grey-out option to non-completed step headers.
  • MudColorProvider: Added neutral and custom color support.

Bug Fixes

  • MudStepper: Fix vertical header when height value is higher.
CodeBeam.MudBlazor.Extensions - v 6.4.12

Published by mckaragoz over 1 year ago

New Component

  • MudTeleport

Features

  • MudStepper: Remake stepper header for better visual. Added Vertical support.
  • MudCsvMapper: Added Delimiter parameter.

Bug Fixes

  • MudSelectExtended: Fix chips doesn't show when ItemCollection approach used.
CodeBeam.MudBlazor.Extensions - v. 6.4.11

Published by mckaragoz over 1 year ago

Features

  • MudBarcode: Added Color, BackgroundColor and StrokeWidth parameter.
  • MudCssManager: Added overridden variants for the methods for more flexible options.

Bug Fixes

  • MudPasswordField: Fix adornment icon doesn't show.
CodeBeam.MudBlazor.Extensions - v 6.4.10

Published by mckaragoz over 1 year ago

New Utility

  • MudCssManager

Features

  • MudScrollbar: Added ContainerHoverColor parameter to more flexible solutions.

Bug Fixes

  • MudListExtended: Fix selected items doesn't show properly on disabled component.
CodeBeam.MudBlazor.Extensions - v 6.4.9

Published by mckaragoz over 1 year ago

Support

  • Support MudBlazor 6.2.1 and after.

Features

  • MudWheel: Support multiple value changes per one swipe on mobile devices.
  • MudBarcode: Created instead of MudQrCode and performance improvements.
CodeBeam.MudBlazor.Extensions - v. 6.4.8

Published by mckaragoz over 1 year ago

New Component

  • MudQrCode

Bug Fixes

  • MudStepper: Fixed action buttons not show as icon button properly on some situations.
CodeBeam.MudBlazor.Extensions - v 6.4.7

Published by mckaragoz over 1 year ago

Features

  • MudSelectExtended: Added enhanced keyboard navigation while focused on searchbox.

Bug Fixes

  • MudStepper: Fix PreventStepChangeAsync called twice on some situations.
  • MudSelectExtended: Fix SearchBox's slightly move on scroll.
CodeBeam.MudBlazor.Extensions - v 6.4.6

Published by mckaragoz over 1 year ago

Features

  • MudStepper: Added Loading and StaticContent parameters.
  • MudStepper: PreventStepChange now obsoleted and PreventStepChangeAsync added for async capabilities.

Bug Fixes

  • MudSelectExtended: Fixed chips doesn't close with complex types and does not show on initialize.

Docs

  • Added loading indicator on initialize.
CodeBeam.MudBlazor.Extensions - v 6.4.5

Published by mckaragoz over 1 year ago

Bug Fixes

  • MudSelectExtended: Chips primarily shows text instead of value, like the other value presentation options.
CodeBeam.MudBlazor.Extensions - v 6.4.4

Published by mckaragoz over 1 year ago

Features

  • MudFontPicker: Updated Google fonts.
  • MudStepper: Added SetActiveStepByIndex Method for Programmatically Change.
CodeBeam.MudBlazor.Extensions - v 6.4.3

Published by mckaragoz over 1 year ago

Features

  • MudDateWheelPicker: Added PopoverClass and PopoverStyle parameters.
  • MudListExtended & MudSelectExtended: Added SearchBox Clearable parameter.

Bug Fixes

  • MudStepper: Fixed ActiveStepChange doesn't pass index parameter.
  • MudListExtended & MudSelectExtended: Fixed Ctrl + A key doesn't work on searchbox.
CodeBeam.MudBlazor.Extensions - v 6.4.2

Published by mckaragoz over 1 year ago

Features

  • MudListExtended & MudSelectExtended: Fix space key doesn't work on SearchBox.
CodeBeam.MudBlazor.Extensions - v 6.4.1

Published by mckaragoz over 1 year ago

Features

  • MudTransferList: Added ToStringFunc parameter to support complex types.

Bug Fixes

  • MudListExtended & MudSelectExtended: Fix Wrong Selected Style When Scrolling Virtualized Components
  • MudSplitter: Changed disabled splitter bar cursor to default.
CodeBeam.MudBlazor.Extensions - v 6.4.0

Published by mckaragoz over 1 year ago

Move On

The project has a new NuGet package, named CodeBeam.MudBlazor.Extensions. The old one is deprecated.

Breaking Change

Installation steps changed for css and js file references.

CodeBeam.MudBlazor.Extensions - v 6.3.0

Published by mckaragoz over 1 year ago

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.
CodeBeam.MudBlazor.Extensions - v 6.2.7

Published by mckaragoz over 1 year ago

New Component

  • MudTransferList

Features

  • MudListExtended: SelectAllTemplate parameter.

Other

  • Some minor bug fixes and docs improvements.
CodeBeam.MudBlazor.Extensions - v 6.2.6

Published by mckaragoz over 1 year ago

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.
CodeBeam.MudBlazor.Extensions - v 6.2.5

Published by mckaragoz over 1 year ago

New Component

  • MudChipField

Features

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

Other

  • Some minor docs improvements.
CodeBeam.MudBlazor.Extensions - v 6.2.4

Published by mckaragoz over 1 year ago

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.
CodeBeam.MudBlazor.Extensions - v 6.2.3

Published by mckaragoz over 1 year ago

New Component

  • MudTextFieldExtended

New Feature

  • MudListExtended & MudSelectExtended: Search function supports complex types.
Badges
Extracted from project README
GitHub Repo stars GitHub last commit Contributors NuGet version NuGet downloads
Related Projects