File tree Expand file tree Collapse file tree 5 files changed +1198
-1029
lines changed Expand file tree Collapse file tree 5 files changed +1198
-1029
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments