-
Notifications
You must be signed in to change notification settings - Fork 328
Previous version changes
Robert DeLuca edited this page May 7, 2014
·
3 revisions
- CSS clean up
- Added support for using css classes for option list positioning
- Add autoWidth default
- Type-to-change bug fix for WebKit.
Changes thanks to acemir!
- 'refresh' method now updates only '.dk_options_inner', instead of destroy and rebuild the whole dropkick instance
- Clicking a label now focus the respective select dropkick
- Ability to set a placeholder that is hidden from the options by setting 'disabled selected' to the first select option
- Corrects border-radius when the dropkick opens on top by adding '.dk_open_top' class to container
- This version of DropKick was tested and confirmed that works with jQuery 1.7+
Changes thanks to acemir!
- ADDITION : DK now reverts to the orginal selects on mobile while still maintaining styled ".dk_toogle"
- ADDITION : Ability to force dropkick normal mobile through setting {nativeMobile : false }
- IMPROVES : performance through chaining some operations
- IMPROVES : reset method
- FIX : setValue method now assesses the existence of the option in the before applying
- CLEAN : reload/refresh duplicated methods, now is just refresh
- CLEAN : things unused and redundant
- Fixes the theme and refresh methods to work both if or dk_container are called
- Bring back filter gradients for themes in IE < 8
- Fixed weird problems in IE and improves performance by minimizing DOM Traversing operations [Issues: #134, #109, #54, #11]
- Fixed IE7 covering by other DropKick containers [Issues: #35]
- Suggests a change to fit common validation scripts [Issues: #126]
- Fixed 'setValue' method
- Fixed throwing error ('Maximum call stack size exceeded') when syncReverse = true.
- Prevents window scroll when scrolling through dk_options, simulating native behaviour.
- Prevents IE back to top when an option is clicked and the user opens the dropdown again
- File name now doesn't show DK version. This is so pull requests are easier to go through even when we release new versions.
- dk_container now has the same classes applied to as the original select had
- DK now reverts to the orginal selects on mobile
- Minified version supplied
- SCSS theme supplied
- Disabled feature added
- Selects drop up now when there isn't enough space below
- Trigger changes on orignal selects
- Keypress navigation works
- Fix for touching scrollbar in IE8/9, and losing the dropdown.
- Remove unused variables, small cleanup
- Added SCSS Theme
- Added native iOS support without Scrollability.js
- 2 selects now can have the same name
- JSLinted the code