Skip to content

Commit b628527

Browse files
committed
Release v0.6.2
1 parent 87fe44f commit b628527

File tree

5 files changed

+994
-781
lines changed

5 files changed

+994
-781
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## v0.6.2 (TBD)
3+
## [v0.6.2](https://github.com/jakezatecky/react-checkbox-tree/compare/v0.6.1...v0.6.2) (2017-05-25)
44

55
### New Features
66

examples/dist/index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,19 @@ <h2>Basic Example</h2>
2828
<h2>Custom Icons Example</h2>
2929
<div id="custom-icons-example"></div>
3030

31+
<h2>No Cascading Example</h2>
32+
<p>
33+
By default, the check state of a parent is determined by the check state of its children. Similarly, checking or
34+
unchecking a parent node will cascade that status to all of its children. To disable this behavior, simply pass
35+
the <code>noCascade</code> property.
36+
</p>
37+
<div id="no-cascade-example"></div>
38+
3139
<h2>Pessimistic Toggle Example</h2>
32-
<p>Try clicking a partially-checked node. Instead of select all children, the pessimistic model will uncheck them.</p>
40+
<p>
41+
Try clicking a partially-checked node below. Instead of cascading a checked state to all children, the
42+
pessimistic model will uncheck children and their descendents.
43+
</p>
3344
<div id="pessimistic-toggle-example"></div>
3445

3546
<h2>Large Data Example</h2>

0 commit comments

Comments
 (0)