Skip to content

Releases: szhsin/react-menu

v1.2.2

20 Dec 12:24
93c66aa
Compare
Choose a tag to compare
  • Finish testing on React 17; update peer dependencies.
  • Resolve issues for IE 11 support.

v1.2.0

13 Dec 10:13
b543aea
Compare
Choose a tag to compare

Add portal prop: allowing menu to be rendered as a direct child of document.body

v1.1.0

06 Dec 13:19
ecc3005
Compare
Choose a tag to compare

Forward additional props and event handlers to underlining DOM node in all components.

v1.0.3

29 Nov 04:33
Compare
Choose a tag to compare

Get around a warning when using useLayoutEffect on the server. #14927

v1.0.2

15 Nov 05:54
Compare
Choose a tag to compare

Don’t capture pointer when menu items are pressed; enables link to be clickable in menu items

v1.0.1

10 Nov 02:51
Compare
Choose a tag to compare

• FocusableItem testing
• Increase test coverage

v1.0.0

09 Nov 12:26
Compare
Choose a tag to compare

Release with all testing completed.

v0.11.1

28 Oct 13:30
Compare
Choose a tag to compare

Fix a bug causing loss of hovering state in FocusableItem.

v0.11.0

22 Oct 13:13
Compare
Choose a tag to compare

Add positioning related props:
• position: controls the position of menu related to its anchor element.
• overflow: makes the menu list scrollable when there is not enough viewport space to display all menu items.
• viewScroll: controls the behaviour of menu and any of its descendent submenus when window is scrolling.

v0.10.8

15 Oct 06:31
Compare
Choose a tag to compare

• Add menu alignment support for left and right direction.
• Close a menu when window is resized.