v2.1.8 (2016-04-24)
Fixed bugs:
- Disabled state isn't relayed to the screen reader #324
- Empty select causes crash #315
- Trigering change event fails on Internet Explorer #314
Closed issues:
- Demo Page #320
- DropKick errors out when not mounted on mobile. #318
- Using DropKick with form validation. #313
- Select option programattically #312
- Dropkick exclude "option selected" value within drop down #309
- IE11 Issue: Change event. #321
- add() method messes with selection #317
- IE/Edge Scrollbar outside the Dropkick box #316
- Write tests for #310 #311
- mobile: true in the Doc but not in the API #306
- DK always expanded down on IE #301
Merged pull requests:
- Add issue template #322 (Robdel12)
- Fix name of multiselect example (muliselect) #319 (diamondo25)
- Allow use of refresh even on mobile #310 (Korri)
- Updated bower.json and readme #307 (alexgleason)
- Add tests for #310. Fixes #311 #333 (Robdel12)
- Fix IE bug with opening DK select. Fixes #301 #332 (Robdel12)
- Use the built file for modules #331 (Robdel12)
- Fixes #316, fix scrollbar in IE browsers #330 (Robdel12)
- Fixes #306, add mobile documentation to api docs #329 (Robdel12)
- Add
aria-disabled
to dk when disabled. Fixes #324. #328 (Robdel12) - Add a test for no options in a select #327 (Robdel12)
- Fix #315, throw error when no options are in select #326 (Robdel12)
- support requirejs #323 (pecuchet)
- Remove the extra check on location #304 (casr)