Releases: thdoan/pretty-dropdowns
Releases · thdoan/pretty-dropdowns
Version 4.17.0
Version 4.15.0
- Improved timestamp to prevent potential
idcollisions - Fixed
aria-activedescendantnot getting updated (issue #13)
Version 4.13.0
Version 4.12.2
- Fixed prefix/postfix issue with
<optgroup>(see comments in #8) - Fixed
scrollTopreturning 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
multiVerbosityoption - Renamed
selectedDelimiteroption 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
sizeattribute (issue #5) - Fixed "undefined" menu item when single select has
sizeattribute - Fixed incorrect height calculation for menus with
sizeattribute - Fixed regression where opened menu was no longer staying within the viewport