Releases: vkbansal/react-contextmenu
Releases · vkbansal/react-contextmenu
v2.5.2
12 May 02:23
Compare
Sorry, something went wrong.
No results found
Fixed
Properly call mousedown, mouseup, touchstart, touchend, mouseout and contextmenu event handlers if they're specified (#107 ).
Updated devDependencies.
v2.5.1
28 Apr 02:35
Compare
Sorry, something went wrong.
No results found
Fixed
Fix invalid ARIA attribute #103
Better handling of context menu on mobile #102 #98
v2.5.0
17 Apr 13:50
Compare
Sorry, something went wrong.
No results found
Fixed
Deprecation warnings for React v15.5.0+
v2.4.1
14 Apr 03:35
Compare
Sorry, something went wrong.
No results found
Fixed
Update docs structure
Minor internal fixes in ContextMenu
v2.4.0
26 Mar 13:49
Compare
Sorry, something went wrong.
No results found
Added
Accessibility support using aria-* attributes
Fixed
Update devDependencies
Update README
Update examples site
v2.3.1
20 Mar 05:14
Compare
Sorry, something went wrong.
No results found
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
24 Feb 18:49
Compare
Sorry, something went wrong.
No results found
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
15 Feb 03:13
Compare
Sorry, something went wrong.
No results found
Fixed
Fix build issue for webpack 2
v2.2.0
14 Feb 15:19
Compare
Sorry, something went wrong.
No results found
Added
Added support for webpack 2
Added prop to ignore right-clicks #71
Added close on esc press #75
v2.1.0
02 Feb 05:21
Compare
Sorry, something went wrong.
No results found
Fixed
Fix bug for menu not showing when page is scrolled #69
Added
Support for className in ContextMenu and SubMenu