Skip to content

Commit 4bf4ec2

Browse files
committed
Merge branch 'master' into v1.0-dev
2 parents bdc3430 + d640419 commit 4bf4ec2

File tree

10 files changed

+3596
-2939
lines changed

10 files changed

+3596
-2939
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/lib
22
/node_modules
3+
yarn.lock

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## [v0.6.4](https://github.com/jakezatecky/react-checkbox-tree/compare/v0.6.3...v0.6.4) (2017-07-22)
4+
5+
### Bug Fixes
6+
7+
* [#42]: Fix npm package not aligning with Git version
8+
39
## [v0.6.3](https://github.com/jakezatecky/react-checkbox-tree/compare/v0.6.2...v0.6.3) (2017-05-30)
410

511
The **v0.6.x** series will likely be the last series before the **v1.0** release. The API is not expected to significantly change, but new features will not be added to pre-1.0 versions.

examples/dist/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ <h2>Basic Example</h2>
3434
<h2>Custom Icons Example</h2>
3535
<div id="custom-icons-example"></div>
3636

37+
<h2>Disabled Example</h2>
38+
<div id="disabled-example"></div>
39+
3740
<h2>No Cascading Example</h2>
3841
<p>
3942
By default, the check state of a parent is determined by the check state of its children. Similarly, checking or

0 commit comments

Comments
 (0)