Skip to content

Releases: patrickkunka/easydropdown

Release v4.2.0

02 Feb 22:58
96c3730
Compare
Choose a tag to compare
  • Fixes issue where native select UI would be shown on iOS, regardless of whether behavior.useNativeUiOnMobile was set to false.
  • Adds a .validate() method to programmatically validate an instance, and a new demo (#16).
  • Adds a new callback onOptionClick.

Release v4.1.1

31 Mar 22:35
Compare
Choose a tag to compare
  • 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

27 Mar 23:10
2aa4cd7
Compare
Choose a tag to compare
  • 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 on blur.
  • Updates and locks dependencies.

v4.0.5

02 Oct 08:56
1b11306
Compare
Choose a tag to compare
  • 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

01 Oct 09:13
731a18c
Compare
Choose a tag to compare

Fixes a styling issue with Firefox which caused the head element to jump when focused.

v4.0.3

10 May 13:14
Compare
Choose a tag to compare
  • Fixes case insenstive config npm ignore that accidentally excluded dist/Config from npm package, and resulted in broken package when importing as a module.

v4.0.2

08 May 23:04
Compare
Choose a tag to compare
  • Fix to edd-root-native class name, affecting fallback to native UI on mobile devices.

v4.0.1

08 May 22:24
Compare
Choose a tag to compare

Minor optimisations to NPM package contents.

v4.0.0

08 May 22:13
Compare
Choose a tag to compare

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.