Skip to content

Releases: thdoan/pretty-dropdowns

Version 4.17.0

09 Jun 22:47

Choose a tag to compare

  • Added ability to keep menu open using hoverIntent: -1 (issue #15)
  • Fixed option group out of sync with widget if multiple options with same text (issue #16)

Version 4.15.0

09 Jun 04:38

Choose a tag to compare

  • Improved timestamp to prevent potential id collisions
  • Fixed aria-activedescendant not getting updated (issue #13)

Version 4.13.0

07 Sep 18:12

Choose a tag to compare

  • Added width option (#9)
  • Fixed value="" breaking classic mode (issue #10)

Version 4.12.2

26 Apr 00:59

Choose a tag to compare

  • Fixed prefix/postfix issue with <optgroup> (see comments in #8)
  • Fixed scrollTop returning zero, throwing off menu direction calculation

Version 4.12.0

16 Apr 08:57

Choose a tag to compare

  • Added prefix/suffix support for <optgroup> (issue #8)

Version 4.11.0

16 Mar 20:20

Choose a tag to compare

  • Fixed multi-select with nothing selected (issue #7)

Version 4.10.0

12 May 09:04

Choose a tag to compare

  • Added multiVerbosity option
  • Renamed selectedDelimiter option to multiDelimiter
  • Fixed open menu hidden beyind another layer
  • Fixed not able to open menu if first item is disabled

Version 4.9.5

04 Apr 11:15

Choose a tag to compare

  • Optimized menu item click handler
  • Fixed screen jumping isues with scrollIntoView()

Version 4.9.4

04 Apr 08:47

Choose a tag to compare

  • Added auto-focus to selected item when opening classic menu
  • Rewrapped comments to 100 columns
  • Fixed some menus misaligned when there is a size attribute (issue #5)
  • Fixed "undefined" menu item when single select has size attribute
  • Fixed incorrect height calculation for menus with size attribute
  • Fixed regression where opened menu was no longer staying within the viewport

Version 4.9.0

31 Mar 11:48

Choose a tag to compare

  • Added: <select size> attribute is now honored (issue #3)
  • Fixed: values containing spaces can break script (issue #4)