Releases: patrickkunka/easydropdown
Releases · patrickkunka/easydropdown
Release v4.2.0
- Fixes issue where native select UI would be shown on iOS, regardless of whether
behavior.useNativeUiOnMobile
was set tofalse
. - Adds a
.validate()
method to programmatically validate an instance, and a new demo (#16). - Adds a new callback
onOptionClick
.
Release v4.1.1
- Fixes issue introduced in 4.1.0 where UI no longer closed on select by default
- Fixes issue introduced in 4.1.0 where clicking an option while
behavior.openOnFocus
set would close the UI without selecting any option.
Release v4.1.0
- Fixes a styling issue in Beanstalk and Ivy themes where native select element was discoverable on click to the left of the head element.
- Fixes the
behavior.closeOnSelect
configuration option which not previously implemented internally. - Ensures that when
behavior.openOnFocus
is set, that selects also close onblur
. - Updates and locks dependencies.
v4.0.5
- Fixes a styling issue with Firefox which caused a long scrolling page to scroll to the top when a dropdown is focused.
v4.0.4
Fixes a styling issue with Firefox which caused the head element to jump when focused.
v4.0.3
- Fixes case insenstive
config
npm ignore that accidentally excludeddist/Config
from npm package, and resulted in broken package when importing as a module.
v4.0.2
- Fix to
edd-root-native
class name, affecting fallback to native UI on mobile devices.
v4.0.1
Minor optimisations to NPM package contents.
v4.0.0
Initial v4 release.
This is complete rewrite from the previous public jQuery v2 and private vanilla-JS v3 versions, with a new API and generated markup structure. Please read the documentation to get started.