Skip to content

Commit bde5443

Browse files
committed
Release v0.6.0
1 parent b48a712 commit bde5443

File tree

4 files changed

+24982
-7230
lines changed

4 files changed

+24982
-7230
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-
## (TBD)
3+
## [v0.6.0](https://github.com/jakezatecky/react-checkbox-tree/compare/v0.5.2...v0.6.0) (2017-05-06)
44

55
### New Features
66

examples/dist/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,16 @@ <h2>Pessimistic Toggle Example</h2>
3232
<p>Try clicking a partially-checked node. Instead of select all children, the pessimistic model will uncheck them.</p>
3333
<div id="pessimistic-toggle-example"></div>
3434

35+
<h2>Large Data Example</h2>
36+
<p>The checkbox tree is capable of supporting a large number of nodes at once.</p>
37+
<div id="large-data-example"></div>
38+
3539
<footer class="site-footer">
3640
<span class="site-footer-owner">
3741
<a href="https://github.com/jakezatecky/react-checkbox-tree">React Checkbox Tree</a> is maintained by <a href="https://github.com/jakezatecky">jakezatecky</a>.
3842
</span>
3943
<span class="site-footer-credits">
40-
This page is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
44+
This page is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
4145
</span>
4246
</footer>
4347
</section>

0 commit comments

Comments
 (0)