Releases: szhsin/react-menu
Releases · szhsin/react-menu
v4.3.0
- Fixed compatibility issues with React 19 #1464
- Removed
propTypes
- Added
onMenuChange
prop to useMenuState
v4.2.4
- Fix focus element accessibility (axe) violation #1458
v4.2.2
- Fix aria errors in the latest Chrome update (v127) #1366
v4.2.1
- Reposition menu after anchor size has changed #1363
- Fix infinite repositioning when overflow causes menu to resize
v4.2.0
- fix: normalize menu dimension when css-transformed #1353
- feat: include
align
into menu modifiers
- feat: add a zooming animation (available at dist/transitions/zoom.css)
v4.1.0
- feat: export all types from package type declarations #1105
- fix: do not set focus on menu after unmounted #1106
v4.0.3
- Fix: menu cannot be closed after losing focus #1040
v4.0.2
- Fix menu misaligning with anchor on the first open in some cases #1018
v4.0.1
- Prevent default action from "Enter" key events #1008