Skip to content

Commit 2df1630

Browse files
committed
Make positive changes more prominent
1 parent b9d35bb commit 2df1630

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## v2.0.0 (TBA)
44

5+
### New Features
6+
7+
* Add `checkKeys` property to allow specification of JavaScript keys to trigger check behavior
8+
* Add `onContextMenu` property, which will trigger whenever a user right-clicks a node (#237)
9+
* The tree will now preserve original node properties (accessible via `onCheck`/`onExpand`) (#421)
10+
511
### Breaking Changes
612

713
#### Accessibility
@@ -29,12 +35,6 @@
2935

3036
* Drop support for React before v16.8
3137

32-
### New Features
33-
34-
* Add `checkKeys` property to allow specification of JavaScript keys to trigger check behavior
35-
* Add `onContextMenu` property, which will trigger whenever a user right-clicks a node (#237)
36-
* The tree will now preserve original node properties (accessible via `onCheck`/`onExpand`) (#421)
37-
3838
## [v1.8.0](https://github.com/jakezatecky/react-checkbox-tree/compare/v1.7.3...v1.8.0) (2022-09-06)
3939

4040
### Other

0 commit comments

Comments
 (0)