Releases: vkbansal/react-contextmenu
Releases · vkbansal/react-contextmenu
v2.5.2
Fixed
- Properly call mousedown, mouseup, touchstart, touchend, mouseout and contextmenu event handlers if they're specified (#107).
- Updated devDependencies.
v2.5.1
Fixed
- Fix invalid ARIA attribute #103
- Better handling of context menu on mobile #102 #98
v2.5.0
Fixed
- Deprecation warnings for React
v15.5.0+
v2.4.1
Fixed
- Update docs structure
- Minor internal fixes in
ContextMenu
v2.4.0
Added
- Accessibility support using
aria-*
attributes
Fixed
- Update devDependencies
- Update README
- Update examples site
v2.3.1
Fixed
- Accept functions as a valid prop type in
renderTag
(#85)
- Build on windows (#86)
Added
- Initial
connectMenu
helper. (Will be refactored later) (Use at your own risk).
v2.3.0
Added
onMouseLeave
and hideOnLeave
to <ContextMenu/>
#74
- styling to item divider #81
Fixed
onHide
being triggered along with onShow
#78
- make
closeOnEscape
work with older browsers
- Fix tests
v2.2.1
Fixed
- Fix build issue for webpack 2
v2.2.0
Added
- Added support for webpack 2
- Added prop to ignore right-clicks #71
- Added close on
esc
press #75
v2.1.0
Fixed
- Fix bug for menu not showing when page is scrolled #69
Added
- Support for className in
ContextMenu
and SubMenu