Skip to content

Commit adfbe16

Browse files
committed
Release v0.5.0
1 parent 1bb116b commit adfbe16

File tree

5 files changed

+1198
-1029
lines changed

5 files changed

+1198
-1029
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## v0.5.0
3+
## [v0.5.0](https://github.com/jakezatecky/react-checkbox-tree/compare/v0.4.2...v0.5.0) (2017-03-12)
44

55
### Breaking Changes
66

@@ -11,7 +11,7 @@
1111
* [#2]: Allow customization of icons via CSS
1212
* [#26]: Allow icon customization at node level
1313

14-
## [v0.4.2](https://github.com/jakezatecky/react-checkbox-tree/compare/v0.4.1...v0.4.2) (2016-02-27)
14+
## [v0.4.2](https://github.com/jakezatecky/react-checkbox-tree/compare/v0.4.1...v0.4.2) (2017-02-27)
1515

1616
### Bug Fixes
1717

examples/dist/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<body>
1515
<section class="page-header">
1616
<h1 class="project-name">React Checkbox Tree</h1>
17-
<h2 class="project-tagline">A simple, yet elegant checkbox treeview for React</h2>
17+
<h2 class="project-tagline">A simple and elegant checkbox tree for React</h2>
1818
<a href="https://github.com/jakezatecky/react-checkbox-tree" class="btn">View on GitHub</a>
1919
<a href="https://github.com/jakezatecky/react-checkbox-tree/zipball/master" class="btn">Download .zip</a>
2020
<a href="https://github.com/jakezatecky/react-checkbox-tree/tarball/master" class="btn">Download .tar.gz</a>
@@ -25,6 +25,9 @@ <h1>Examples</h1>
2525
<h2>Basic Example</h2>
2626
<div id="basic-example"></div>
2727

28+
<h2>Custom Icons Example</h2>
29+
<div id="custom-icons-example"></div>
30+
2831
<h2>Pessimistic Toggle Example</h2>
2932
<p>Try clicking a partially-checked node. Instead of select all children, the pessimistic model will uncheck them.</p>
3033
<div id="pessimistic-toggle-example"></div>

0 commit comments

Comments
 (0)