Skip to content

Commit 454634a

Browse files
committed
Merge branch 'master' into v1.1-dev
# Conflicts: # CHANGELOG.md
2 parents 483a1d4 + 77d0cda commit 454634a

File tree

7 files changed

+19041
-20640
lines changed

7 files changed

+19041
-20640
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node_js:
33
- '6'
44
- '7'
55
- '8'
6+
- '9'
67
before_script:
78
# Remove ./node_modules/.bin from PATH so node-which doesn't replace Unix which and cause RVM to barf. See https://github.com/travis-ci/travis-ci/issues/5092
89
- PATH=${PATH//:\.\/node_modules\/\.bin/}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
### New Features
66

77
* [#53]: Add `nativeCheckboxes` property to allow use of native browser checkboxes instead of pseudo-checkbox icons
8+
* [#72]: Add the node that triggers `onCheck` or `onExpand` as a second parameter
9+
10+
## [v1.0.2](https://github.com/jakezatecky/react-checkbox-tree/compare/v1.0.1...v1.0.2) (2017-10-24)
11+
12+
### Bug Fixes
13+
14+
* [#57]: Fix an issue where node values with spaces in them would cause validation errors
815

916
## [v1.0.1](https://github.com/jakezatecky/react-checkbox-tree/compare/v1.0.0...v1.0.1) (2017-09-30)
1017

0 commit comments

Comments
 (0)