Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakezatecky committed Mar 13, 2017
1 parent 1bb116b commit adfbe16
Show file tree
Hide file tree
Showing 5 changed files with 1,198 additions and 1,029 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

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

### Breaking Changes

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

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

### Bug Fixes

Expand Down
5 changes: 4 additions & 1 deletion examples/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<body>
<section class="page-header">
<h1 class="project-name">React Checkbox Tree</h1>
<h2 class="project-tagline">A simple, yet elegant checkbox treeview for React</h2>
<h2 class="project-tagline">A simple and elegant checkbox tree for React</h2>
<a href="https://github.com/jakezatecky/react-checkbox-tree" class="btn">View on GitHub</a>
<a href="https://github.com/jakezatecky/react-checkbox-tree/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/jakezatecky/react-checkbox-tree/tarball/master" class="btn">Download .tar.gz</a>
Expand All @@ -25,6 +25,9 @@ <h1>Examples</h1>
<h2>Basic Example</h2>
<div id="basic-example"></div>

<h2>Custom Icons Example</h2>
<div id="custom-icons-example"></div>

<h2>Pessimistic Toggle Example</h2>
<p>Try clicking a partially-checked node. Instead of select all children, the pessimistic model will uncheck them.</p>
<div id="pessimistic-toggle-example"></div>
Expand Down
Loading

0 comments on commit adfbe16

Please sign in to comment.