Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakezatecky committed Mar 31, 2018
1 parent 4b411b7 commit 1f3d940
Show file tree
Hide file tree
Showing 5 changed files with 15,591 additions and 17,545 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## v1.1.0 (TBA)
## [v1.1.0](https://github.com/jakezatecky/react-checkbox-tree/compare/v1.0.2...v1.1.0) (2018-03-31)

### New Features

Expand Down
8 changes: 8 additions & 0 deletions examples/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ <h2>Pessimistic Toggle Example</h2>
</p>
<div id="pessimistic-toggle-example"></div>

<h2>Hide Checkboxes Example</h2>
<p>
Checkboxes can be hidden on a node-level by setting <code>showCheckbox: false</code> for any given node. They
can also be more broadly hidden by the passing the <code>onlyLeafCheckboxes</code> property, which will force
checkboxes to render only on leaf nodes.
</p>
<div id="hidden-checkboxes-example"></div>

<h2>Large Data Example</h2>
<p>The checkbox tree is capable of supporting a large number of nodes at once.</p>
<div id="large-data-example"></div>
Expand Down
Loading

0 comments on commit 1f3d940

Please sign in to comment.