Skip to content

Commit 1f3d940

Browse files
committed
Release v1.1.0
1 parent 4b411b7 commit 1f3d940

File tree

5 files changed

+15591
-17545
lines changed

5 files changed

+15591
-17545
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-
## v1.1.0 (TBA)
3+
## [v1.1.0](https://github.com/jakezatecky/react-checkbox-tree/compare/v1.0.2...v1.1.0) (2018-03-31)
44

55
### New Features
66

examples/dist/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ <h2>Pessimistic Toggle Example</h2>
5252
</p>
5353
<div id="pessimistic-toggle-example"></div>
5454

55+
<h2>Hide Checkboxes Example</h2>
56+
<p>
57+
Checkboxes can be hidden on a node-level by setting <code>showCheckbox: false</code> for any given node. They
58+
can also be more broadly hidden by the passing the <code>onlyLeafCheckboxes</code> property, which will force
59+
checkboxes to render only on leaf nodes.
60+
</p>
61+
<div id="hidden-checkboxes-example"></div>
62+
5563
<h2>Large Data Example</h2>
5664
<p>The checkbox tree is capable of supporting a large number of nodes at once.</p>
5765
<div id="large-data-example"></div>

0 commit comments

Comments
 (0)