We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514c04c commit 1b30368Copy full SHA for 1b30368
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## [v1.0.2](https://github.com/jakezatecky/react-checkbox-tree/compare/v1.0.1...v1.0.2) (2017-10-24)
4
+
5
+* [#57]: Fix an issue where node values with spaces in them would cause validation errors
6
7
## [v1.0.1](https://github.com/jakezatecky/react-checkbox-tree/compare/v1.0.0...v1.0.1) (2017-09-30)
8
9
### Dependencies
package.json
@@ -1,6 +1,6 @@
{
"name": "react-checkbox-tree",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "A simple and elegant checkbox tree for React.",
"author": "Jake Zatecky",
"license": "MIT",
0 commit comments