Releases: AuHau/select-picker
Releases · AuHau/select-picker
Fixing placeholder
Limit support and jQuery version update
0.3.1 Merge branch 'master' of github.com:AuHau/picker
0.3.0 - Test coverage & events support
In this release two main things were added:
- Events support - support for three events: sp-change, sp-open and sp-close
- Test coverage - using Karma & Jasmine, now this plugin is tested with so far 29 unit tests
Important
I removed the possibility to override the single/multiple mode configuration using a parameter "multiple" in the plugin options. I did it because it doesn't make sense to have multiple mode with single selectbox, because it won't allow to set multiple items. Therefore from now on the decision on single/multiple mode is done based on the attribute "multiple" on the selectbox entity.
Restructuralizing folder + bug fixing + README
0.2.0 Update README.md
0.1.0 - First release
First release which is introducing Select Picker.