Skip to content

Commit 8380a12

Browse files
committed
Release v1.3.0
1 parent 0f3f214 commit 8380a12

File tree

5 files changed

+64
-7
lines changed

5 files changed

+64
-7
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.3.0 (TBA)
3+
## [v1.3.0](https://github.com/jakezatecky/react-checkbox-tree/compare/v1.2.4...v1.3.0) (2018-09-05)
44

55
### New Features
66

examples/dist/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ <h2>Hide Checkboxes Example</h2>
7373
</p>
7474
<div id="hidden-checkboxes-example"></div>
7575

76+
<h2>Expand All/Collapse All Example</h2>
77+
<p>
78+
By passing in the <code>showExpandAll</code> property, two additional options will appear at the top of the tree
79+
allow the user to easily expand or collapse all parent nodes.
80+
</p>
81+
<div id="expand-all-example"></div>
82+
7683
<h2>Large Data Example</h2>
7784
<p>The checkbox tree is capable of supporting a large number of nodes at once.</p>
7885
<div id="large-data-example"></div>

0 commit comments

Comments
 (0)