Skip to content

Releases: CodeBeamOrg/CodeBeam.MudBlazor.Extensions

v 8.2.4

12 Jul 09:47
Compare
Choose a tag to compare

MudTransferList

  • Added Dense and Padding parameter.
  • The 2 lists has the same height now.
  • Fixed the bug when transfer wrong item after transfer all in some situations.

MudPasswordField

  • Fix regression about AdornmentStart. Now it placed properly.

v 8.2.3

22 Jun 13:08
Compare
Choose a tag to compare

Enhancements for MudSignaturePad

  • Working on mobile properly.
  • Partial resizing support.
  • Some other refactoring.

v 8.2.2

08 Jun 13:09
Compare
Choose a tag to compare

Several Improvements for Inputs (MudSelectExtended, MudComboBox, MudTextField)

  • Support MudGlobal.
  • Fix adornment margin inconsistency.
  • Fix nowrap doesn't work for chip visualiser.

v 8.2.1

15 May 15:55
Compare
Choose a tag to compare

Bug Fixes

  • MudChipField: Fix regression that crashed the component completely.
  • MudSelectExtended & MudComboBox: Added adornment renderfragment support.
  • MudTextFieldExtended: Fixed label shrink doesn't work.

v 8.2.0

01 May 12:10
Compare
Choose a tag to compare

New Features & Enhancements

  • MudDateWheelPicker: Added option to change adornment position and icon.
  • MudBarcode: Added ChildContent parameter that allows to show some icon or image at the center of the QR code.
  • MudAnimate: Added AnimateSensitivity parameter to control quick refresh stability.
  • MudChipField: Added Mask parameter.

Bug Fixes

  • MudSelectExtended: Fix tab key behavior.
  • MudTransferList: Fix that transferall button only transfers the searched items instead of all items.
  • MudPage: Fix sections can't span the 12th column or row properly.
  • MudStepperExtended: Fix crash when Animate parameter set to false.
  • MudComboBox: Fix the chips can't close on click.
  • MudGallery: Fix that same images causes to loop on navigation.

Docs

  • MudSignaturePad example is enhanced.

v 8.1.0

23 Apr 06:48
Compare
Choose a tag to compare

Bug Fixes

  • MudSelectExtended: Fix crash while searching.
  • MudListExtended & MudSelectExtended: Fix space key doesn't work in searchbox.
  • Inputs: Fixed component height. Now they have same height compared with core input components.
  • MudJsonTreeView: Fix crash on null values and other refactorings.

v 7.1.0

27 Nov 19:51
f65ab98
Compare
Choose a tag to compare
  • Minor enhancements.
  • Last v7 release. (Next releases will follow MudBlazor v8)

v 7.0.2

14 Oct 07:09
Compare
Choose a tag to compare

Breaking Changes

  • MudRangeSlider: Each thumbs' min and max values are now set individually.

Features

  • MudComboBox: Added MaxLength parameter.
  • MudSelectExtended: Static content can also be placed at the end of popover content.
  • MudSelectExtended: Popover's open state can get by GetOpenState method.

Bug Fixes

  • MudJsonTreeView: Fixed rendering double values.
  • MudJsonTreeView: Fixed array value's display and ability to directly setting values with Root parameter.
  • MudSelectExtended: Escape key now closes popover even focused on searchbox.

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.