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

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbansal committed Aug 13, 2015
1 parent c2a9244 commit 84ee80f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ All the changes can be found below. Order used:
- Fixed
- Security

## v0.2.0

### Added
- Added `monitor` component to get currentItem and position.
- Added `.npmignore`.

### Changed
- Replaced `lodash.merge` with `object-assign`.
- Now children are not cloned inside `ContextMenu` component.
- Updated dev dependencies.

## v0.1.0

- Initial Release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-contextmenu",
"version": "0.1.0",
"version": "0.2.0",
"description": "Context Menu implemented in React",
"main": "modules/index.js",
"keywords": [
Expand Down

0 comments on commit 84ee80f

Please sign in to comment.