Skip to content

Releases: BorisGerretzen/SimpleBlazorMultiselect

0.3.1

Choose a tag to compare

@BorisGerretzen BorisGerretzen released this 07 Nov 21:46
58a8871

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

Choose a tag to compare

@BorisGerretzen BorisGerretzen released this 28 Aug 20:48
94c8630

Warning

This version has breaking changes. Items in the dropdown are now matched based on their StringSelector value, even if they do not match by reference.
To return to the old behaviour set MatchByReference to true.

What's Changed

  • Fix pre-filled options not being deselectable when using different object instances by @Copilot in #7

New Contributors

  • @Copilot made their first contribution in #7

Full Changelog: 0.2.0...0.3.0

v0.2.0

Choose a tag to compare

@BorisGerretzen BorisGerretzen released this 05 Apr 21:40

SimpleBlazorMultiselect now functions without any bootstrap dependency while keeping the same look and feel and staying compatible with bootstrap styling.

Important

This update contains breaking changes, please see the updated readme for more information.