mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
1.8 KiB
1.8 KiB
0.4.7 (June 25th 2017)
- Fixes react deprecation warnings
- New props for customization:
treeViewClassNameandchildrenClassName. See the README for more info.
0.4.6 (October 29 2016)
- Misc fixes.
0.4.4 (April 18th 2016)
- Bump React version requirement.
0.4.3 (February 7th 2016)
- 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
0.4.2 (September 12th 2015)
- Support for React 0.14, beta and rc.
0.4.0 (July 31th 2015)
- 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.
0.3.12 (May 7th 2015)
- Upgrade React dependency to accept >=0.12.0.
0.3.11 (December 2nd 2014)
- Upgrade React to 0.12.1.
- Fix
propTypeswarning.
0.3.10 (November 9th 2014)
- Perf improvement.
0.3.9 (November 8th 2014)
- Bump React to 0.12.
0.3.8 (September 29th 2014)
- Make AMD with Webpack work.
- Bump React version to 0.11.2.
0.3.7 (September 17th 2014)
- Support for AMD.
0.3.3-0.3.5 (July 8th 2014)
- Fix case-sensitive
requirefor Linux.
0.3.2 (May 12th 2014)
- Fix bug where
onClickdoesn't trigger.
0.3.1 (May 12th 2014)
- 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.
0.2.1 (September 21st 2013)
- Stable API.
0.0.0 (July 13th 2013)
- Initial release.