- 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_item
css 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
propTypes
warning.
- 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
require
for Linux.
- Fix bug where
onClick
doesn't trigger.
- New API. Breaking. It's a superset of the previous API, so everything should be reproducible.The new only Only exposes a
TreeView
and let natural recursion construct the tree. - Bump React version.
- Stable API.
- Initial release.