Skip to content

Releases: AuHau/select-picker

Fixing placeholder

07 Nov 16:14
Compare
Choose a tag to compare

Thanks to @taavs for fixing placeholder behavior.

Limit support and jQuery version update

10 Sep 15:02
Compare
Choose a tag to compare
0.3.1

Merge branch 'master' of github.com:AuHau/picker

0.3.0 - Test coverage & events support

10 May 12:09
Compare
Choose a tag to compare

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

08 Nov 22:26
Compare
Choose a tag to compare

0.1.0 - First release

20 Oct 17:08
Compare
Choose a tag to compare

First release which is introducing Select Picker.