Releases: ghiscoding/multiple-select-vanilla
Releases · ghiscoding/multiple-select-vanilla
v0.2.1
0.2.1 (2023-02-25)
Bug Fixes
- multiple fixes identified after adding it to external project (5e78f68) - by @ghiscoding
v0.2.0
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
v0.1.0 - First Official Release 🎉
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