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

Commit 84ee80f

Browse files
committed
0.2.0
1 parent c2a9244 commit 84ee80f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ All the changes can be found below. Order used:
99
- Fixed
1010
- Security
1111

12+
## v0.2.0
13+
14+
### Added
15+
- Added `monitor` component to get currentItem and position.
16+
- Added `.npmignore`.
17+
18+
### Changed
19+
- Replaced `lodash.merge` with `object-assign`.
20+
- Now children are not cloned inside `ContextMenu` component.
21+
- Updated dev dependencies.
22+
1223
## v0.1.0
1324

1425
- Initial Release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-contextmenu",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Context Menu implemented in React",
55
"main": "modules/index.js",
66
"keywords": [

0 commit comments

Comments
 (0)