Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit 9f3008f

Browse files
committed
missing 1.0.11 doc updates
1 parent 868c6e4 commit 9f3008f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.0.11
2+
-------------------
3+
4+
## Bugs
5+
- [Support for Multiple Nodes @ Root Level](https://github.com/alexcurtis/react-treebeard/issues/4)
6+
- Fixed non-critical animation errors in tests.
7+
8+
9+
110
1.0.10
211
-------------------
312

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ ReactDOM.render(<TreeExample/>, content);
8080
### Prop Values
8181

8282
#### data
83-
`React.PropTypes.object.isRequired`
83+
`React.PropTypes.oneOfType([React.PropTypes.object,React.PropTypes.array]).isRequired`
8484

85-
Data that drives the tree view. State-driven effects can be built by manipulating the attributes in this object. An example can be found in `example/data.js`
85+
Data that drives the tree view. State-driven effects can be built by manipulating the attributes in this object. Also supports an array for multiple nodes at the root level. An example can be found in `example/data.js`
8686

8787
#### onToggle
8888
`React.PropTypes.func`

0 commit comments

Comments
 (0)