multiple-select-vanilla

This lib allows you to select multiple elements with checkboxes

MIT License

Downloads
12.4K
Stars
12

Bot releases are hidden (Show)

multiple-select-vanilla - v0.2.9

Published by ghiscoding over 1 year ago

0.2.9 (2023-04-15)

Bug Fixes

  • deps: update all non-major dependencies (#38) (dd0998e) - by @renovate-bot
multiple-select-vanilla - v0.2.8

Published by ghiscoding over 1 year ago

0.2.8 (2023-03-23)

Bug Fixes

  • calling open() method multiple times should keep drop (re)open (#33) (c36cf45) - by @ghiscoding
multiple-select-vanilla - v0.2.7

Published by ghiscoding over 1 year ago

0.2.7 (2023-03-11)

Bug Fixes

  • VirtualScroll and drop auto-width should work without timeout delay (d030ecb) - by @ghiscoding
multiple-select-vanilla - v0.2.6

Published by ghiscoding over 1 year ago

0.2.6 (2023-03-11)

Bug Fixes

  • VirtualScroll and drop auto-width should work without timeout delay (d030ecb) - by @ghiscoding
multiple-select-vanilla - v0.2.5

Published by ghiscoding over 1 year ago

0.2.5 (2023-03-11)

Bug Fixes

  • single select radio should work with empty label select option (9b5c7ea) - by @ghiscoding
multiple-select-vanilla - v0.2.4

Published by ghiscoding over 1 year ago

0.2.4 (2023-03-04)

Bug Fixes

  • when data array is null it shouldn't throw (184dffa) - by @
multiple-select-vanilla - v0.2.2

Published by ghiscoding over 1 year ago

0.2.2 (2023-02-26)

Bug Fixes

multiple-select-vanilla - v0.2.1

Published by ghiscoding over 1 year ago

0.2.1 (2023-02-25)

Bug Fixes

  • multiple fixes identified after adding it to external project (5e78f68) - by @ghiscoding
multiple-select-vanilla - v0.2.0

Published by ghiscoding over 1 year ago

0.2.0 (2023-02-22)

Features

  • add sanitizer callback option to sanitize html code (308a5fe) - by @ghiscoding
  • add new useSelectOptionLabel option (145e955) - by @ghiscoding
  • add optional OK button for multiple selection (13ed051) - by @ghiscoding
  • add SASS and CSS variables (93ca2c2) - by @ghiscoding
  • add string pattern options as alternative to override text formats (c72148e) - by @ghiscoding
  • auto-adjust height by available space & width by text content (33df39f) - by @ghiscoding
  • provide demo with Font-Awesome checkbox/radio icons (b6c0bae) - by @ghiscoding
  • separate all locales into separate files for better tree shaking (da064e6) - by @ghiscoding
multiple-select-vanilla - v0.1.0 - First Official Release πŸŽ‰

Published by ghiscoding almost 2 years ago

0.1.0 (2023-01-13)

First Official Release πŸ“£

This is the first release of Multiple-Select-Vanilla, importing Locale might change in the future but that is about the only upcoming breaking change expected. It should be pretty stable, feel free to reach if it doesn't work as expected.

Bug Fixes

  • calling ms() twice should only create 1 instance, also fix destroy (c397f30) - by @ghiscoding

Features

  • initial commit rewritten & working in pure JS (0b7f69b) - by @ghiscoding