Skip to content

Releases: zoltantothcom/vanilla-js-dropdown

v2.3.0 release

23 Jul 21:41
Compare
Choose a tag to compare

[2.3.0] - 2022-07-23

Added

  1. Support for disabled list items

v2.2.0 release

13 Apr 23:07
Compare
Choose a tag to compare

[2.2.0] - 2019-04-13

Added

  1. Support for <optgroup>

v2.1.2 release

11 Mar 16:03
Compare
Choose a tag to compare

[2.1.2] - 2019-03-11

Fixed

  1. Original selected option shown selected in dropdown on page refresh or navigating to page

v2.1.1 release

28 Apr 23:25
Compare
Choose a tag to compare

[2.1.1] - 2018-04-28

Fixed

  1. Invalid id attribute assigned when a DOM element passed

v2.1.0 release

24 Oct 19:11
Compare
Choose a tag to compare

[2.1.0] - 2017-10-21

Added

  1. Ability to provide a direct DOM element (as an alternative to providing an id)

v2.0.0 release

19 Apr 14:31
Compare
Choose a tag to compare

v2.0.0

Added

  1. Ability to create the pseudo-select based on existing selects
  2. SUIT naming convention for CSS

Removed

  • [ BREAKING ] - ability to modify CSS classes through options
  • [ BREAKING ] - ability to set the pseudo-select opened through options (can be done with existing .open() method instead)
  • [ BREAKING ] - the hidden input to store the pseudo-select value (unnecessary with setting and using the value of original select element)