Skip to content

Releases: CodeBeamOrg/CodeBeam.MudBlazor.Extensions

v 7.0.1

14 Aug 08:19
Compare
Choose a tag to compare

Features

MudChipField: Several improvements.

v 7.0.0

19 Jul 12:02
Compare
Choose a tag to compare

Major Release - CodeBeam.MudBlazor.Extensions 7

  • Check the migration guide here.

New Docs

  • Docs completely redesigned. Check out here. (Press Ctrl + f5 to refresh cache if you visit website before.)
  • Added a button that navigates component's source code on GitHub.
  • Each example has an anchor now. Added a button that copy example's link to visit an specific example after.
  • Added ability to copy example code with a button.
  • Each component's API now also can be visible at the end of component page.
  • Several performance improvements.

New Component

  • MudJsonTreeView: A treeview for display json data. (Thanks for jperson2000)

Features & Bug Fixes

  • MudAnimate: Consistency improvements.
  • MudBarcode: Fixed incorrect display on some barcode formats.
  • MudchipField: Non-char keys (like enter) are allowed to trigger make chips.
  • MudCodeInput: Several enhancements. Working on mobile now.
  • MudDateWheelPicker: Several performance improvements.
  • MudRangeSlider: Several improvements.

Known Issues & Roadmap

MudComboBox is continued to development. We know it's abilities are not fully completed. But it's working consistently for main usage. Let's work together for this component.

Planned to working on a redesign of inputs.

Planned to add more components in MudExtensions 7 process also.

v 7.0.0-preview.4

28 May 14:47
Compare
Choose a tag to compare
v 7.0.0-preview.4 Pre-release
Pre-release
  • Compability to Mud core 7.0.0-preview.4
  • Enhanced RangeSlider's slide ability.
  • Fix MudBarcode's height on some barcode formats.
  • MudCodeInput now works on mobile devices.

v 7.0.0-preview.3

16 May 19:26
Compare
Choose a tag to compare
v 7.0.0-preview.3 Pre-release
Pre-release

Compatible with Mud7 Core preview 3

v 7.0.0-preview.1

02 May 20:45
Compare
Choose a tag to compare
v 7.0.0-preview.1 Pre-release
Pre-release
  • Dropped .NET 6 support.
  • Compatibility with Mud core v7-preview.

v 6.9.2

07 Apr 09:32
Compare
Choose a tag to compare

New Features

MudStepper: Order property for MudStep. Added CSS classes for accessibility, action button placement and other minor enhancements.

v 6.9.1

10 Mar 20:16
Compare
Choose a tag to compare

New Features

  • MudRangeSlider: ValueLabels' are now customizable.

Bug Fixes

  • MudSelectExtended: Fix space key not working on searchbox.

v 6.9.0

08 Feb 12:18
Compare
Choose a tag to compare

Bug Fixes

  • MudRangeSlider: Fix active selection style when Min value set different than 0.

v 6.8.0

09 Jan 12:17
Compare
Choose a tag to compare

Added .NET 8 support.

Docs also working with .NET 8.

v 6.7.0

15 Dec 18:27
Compare
Choose a tag to compare

Features

  • MudStepper: Added TargetIndex parameter into PreventStepChangeAsync func. Now func will detect that which step will user want to change.
  • MudListExtended & MudSelectExtended: Added OnSearchStringChange Method.