Releases: thdoan/pretty-dropdowns
Releases · thdoan/pretty-dropdowns
Version 4.17.0
Version 4.15.0
- Improved timestamp to prevent potential
id
collisions - Fixed
aria-activedescendant
not getting updated (issue #13)
Version 4.13.0
Version 4.12.2
- Fixed prefix/postfix issue with
<optgroup>
(see comments in #8) - Fixed
scrollTop
returning zero, throwing off menu direction calculation
Version 4.12.0
- Added prefix/suffix support for
<optgroup>
(issue #8)
Version 4.11.0
- Fixed multi-select with nothing selected (issue #7)
Version 4.10.0
- Added
multiVerbosity
option - Renamed
selectedDelimiter
option tomultiDelimiter
- Fixed open menu hidden beyind another layer
- Fixed not able to open menu if first item is disabled
Version 4.9.5
- Optimized menu item click handler
- Fixed screen jumping isues with
scrollIntoView()
Version 4.9.4
- 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