Releases: szhsin/react-menu
Releases · szhsin/react-menu
v1.2.2
- Finish testing on React 17; update peer dependencies.
- Resolve issues for IE 11 support.
v1.2.0
Add portal prop: allowing menu to be rendered as a direct child of document.body
v1.1.0
Forward additional props and event handlers to underlining DOM node in all components.
v1.0.3
Get around a warning when using useLayoutEffect on the server. #14927
v1.0.2
Don’t capture pointer when menu items are pressed; enables link to be clickable in menu items
v1.0.1
• FocusableItem testing
• Increase test coverage
v1.0.0
Release with all testing completed.
v0.11.1
Fix a bug causing loss of hovering state in FocusableItem.
v0.11.0
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
• Add menu alignment support for left and right direction.
• Close a menu when window is resized.