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

Releases: vkbansal/react-contextmenu

v1.4.0

26 Oct 15:04
Compare
Choose a tag to compare

Added

  • Added examples for custom wrappers using renderTag.
  • Added support for react v15.0.

v1.3.0

26 Oct 15:04
Compare
Choose a tag to compare

Added

  • Added renderTag prop to customize the wrapper inside ContextMenuLayer.

v1.2.0

26 Oct 15:05
Compare
Choose a tag to compare

Added

  • Added connect helper to render different items based on which component was (right) clicked.

v1.1.1

26 Oct 15:06
Compare
Choose a tag to compare

Fixed

  • Fixed getDefaultProps in <MenuItem/>.

v1.1.0

26 Oct 15:06
Compare
Choose a tag to compare

Added

  • Support for nested sub-menus.
  • More custom styling options.
  • Proper API documentation.

v1.0.1

26 Oct 15:07
Compare
Choose a tag to compare

Changed

  • Internal: use getBoundingClientRect() instead of offsetHeight and offsetWidth.
  • Internal: Update packages and scripts.

Fixed

  • Fix class names (.react-context-menu-link) for links.

v1.0.0

26 Oct 15:07
Compare
Choose a tag to compare

Added

  • Ability to use custom styles.

Changed

  • Use react-bootstap/react-overlays instead of custom logic to render the menu.
  • Make configure of ContextMenuLayer optional.

Removed

  • Dependency on bootstrap styling.

v0.4.0

26 Oct 15:08
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Changed

  • Replace webpack-dev-server with react-hmre.
  • Revert to use createClass.
  • Switch to Redux from Flummox.

Fixed

  • Menu goes outside when closer to edges.

v0.3.0

26 Oct 15:09
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added

  • Compatibility for react-0.14.

Changed

  • Updated to babel 6.

Fixed

  • Fixed unbind event handlers.

v0.2.2

26 Oct 15:10
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Added

  • Add compatibility with IE (Still needed for IE11).

Fixed

  • Better event handling.
  • Only hide the currently visible context menu. On touch screens, the menu closes before the event to click is triggered. This only happened when using multiple context menus.