Skip to content

Releases: szhsin/react-menu

v4.3.0

22 Jan 09:55
3ed56ba
Compare
Choose a tag to compare
  • Fixed compatibility issues with React 19 #1464
  • Removed propTypes
  • Added onMenuChange prop to useMenuState

v4.2.4

08 Jan 10:35
e7f7424
Compare
Choose a tag to compare
  • Fix focus element accessibility (axe) violation #1458

v4.2.3

19 Nov 09:58
14a1997
Compare
Choose a tag to compare

v4.2.2

05 Aug 13:33
31bd25e
Compare
Choose a tag to compare
  • Fix aria errors in the latest Chrome update (v127) #1366

v4.2.1

01 Aug 10:35
59ee65e
Compare
Choose a tag to compare
  • Reposition menu after anchor size has changed #1363
  • Fix infinite repositioning when overflow causes menu to resize

v4.2.0

23 Jul 12:37
441fc5b
Compare
Choose a tag to compare
  • 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

10 Oct 09:04
85210a6
Compare
Choose a tag to compare
  • feat: export all types from package type declarations #1105
  • fix: do not set focus on menu after unmounted #1106

v4.0.3

13 Aug 12:16
63fb2ed
Compare
Choose a tag to compare
  • Fix: menu cannot be closed after losing focus #1040

v4.0.2

19 Jul 12:49
b95b792
Compare
Choose a tag to compare
  • Fix menu misaligning with anchor on the first open in some cases #1018

v4.0.1

09 Jul 13:46
d5ce299
Compare
Choose a tag to compare
  • Prevent default action from "Enter" key events #1008