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 1
1
# CHANGELOG
2
2
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)
4
4
5
5
### Breaking Changes
6
6
11
11
* [ #2 ] : Allow customization of icons via CSS
12
12
* [ #26 ] : Allow icon customization at node level
13
13
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)
15
15
16
16
### Bug Fixes
17
17
Original file line number Diff line number Diff line change 14
14
< body >
15
15
< section class ="page-header ">
16
16
< 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 >
18
18
< a href ="https://github.com/jakezatecky/react-checkbox-tree " class ="btn "> View on GitHub</ a >
19
19
< a href ="https://github.com/jakezatecky/react-checkbox-tree/zipball/master " class ="btn "> Download .zip</ a >
20
20
< a href ="https://github.com/jakezatecky/react-checkbox-tree/tarball/master " class ="btn "> Download .tar.gz</ a >
@@ -25,6 +25,9 @@ <h1>Examples</h1>
25
25
< h2 > Basic Example</ h2 >
26
26
< div id ="basic-example "> </ div >
27
27
28
+ < h2 > Custom Icons Example</ h2 >
29
+ < div id ="custom-icons-example "> </ div >
30
+
28
31
< h2 > Pessimistic Toggle Example</ h2 >
29
32
< p > Try clicking a partially-checked node. Instead of select all children, the pessimistic model will uncheck them.</ p >
30
33
< div id ="pessimistic-toggle-example "> </ div >
You can’t perform that action at this time.
0 commit comments