Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Releases: vkbansal/react-contextmenu

v2.9.0

30 Nov 12:18
Compare
Choose a tag to compare

Added

  • Adding support for SubMenu to have an onClick action (#171)

Fixed

  • Menu doesn't close when press 'Enter' (#170)

v2.8.1

27 Nov 05:20
Compare
Choose a tag to compare

Added

  • Add inline styles as a prop (#166)

v2.8.0

03 Oct 05:18
Compare
Choose a tag to compare

Added

  • Support for react 16

Fixed

  • Preventing propagation with nested menus involving draggable elements #154

v2.7.0

08 Sep 06:21
Compare
Choose a tag to compare

Fixed

  • Fix assign usage for IE11
  • Fix submenu bug (not register hide event) (#145)
  • Fix keyboard navigation within submenus (#141)

Internal

  • Update devDependencies
  • Clean travis scripts

v2.6.5

08 Sep 06:18
Compare
Choose a tag to compare

Added

  • export show/hideMenu methods in order to customize the trigger (#133)

v2.6.4

17 Jul 11:57
Compare
Choose a tag to compare

Fixed

  • Fix keyboard handling issues (#127)

v2.6.3

18 Jun 12:20
Compare
Choose a tag to compare

Fixed

  • Fixed minor uncaught exceptions #121
  • Fixed devDependency #122

v2.6.2

07 Jun 11:50
Compare
Choose a tag to compare

Fixed

  • Text Content Removed from Children #118, #119

Added

  • if props.collect returns Promise, resolve it before showMenu. #120

v2.6.1

26 May 07:18
Compare
Choose a tag to compare

Fixed

  • Remove isRequired from internal props #113
  • Divider MenuItem should be not clickable #114
  • Don't show system context-menu in production #114
  • Wrapping MenuItem or SubMenu wasn't possible any more #115

v2.6.0

18 May 07:48
Compare
Choose a tag to compare

Added

  • Keyboard Support #110
  • TypeScript Typings #111