- Fix build output not showing. Sorry!
- Bump React version requirement.
- Support for React 0.14 official.
- New prop
itemClassNameto assign class name on theTreeViewnode itself. #28 - Arrow symbol is now styled via CSS instead of hard-coded inside the DOM. This means you can now use your own styling for the arrow! #27
- Support for React 0.14, beta and rc.
- Repo revamp. No breaking change beside the change in directory structure. New location for npm:
lib/. Location for bower & others:build/. The CSS is on root level. - Expose
tree-view_itemcss class, the immediate child of.tree-view, for styling convenience.
- Upgrade React dependency to accept >=0.12.0.
- Upgrade React to 0.12.1.
- Fix
propTypeswarning.
- Perf improvement.
- Bump React to 0.12.
- Make AMD with Webpack work.
- Bump React version to 0.11.2.
- Support for AMD.
- Fix case-sensitive
requirefor Linux.
- Fix bug where
onClickdoesn't trigger.
- New API. Breaking. It's a superset of the previous API, so everything should be reproducible.The new only Only exposes a
TreeViewand let natural recursion construct the tree. - Bump React version.
- Stable API.
- Initial release.