All Versions
19
Latest Version
Avg Release Cycle
80 days
Latest Release
2494 days ago

Changelog History
Page 1

  • v0.4.7 Changes

    June 25, 2017
    • ๐Ÿ›  Fixes react deprecation warnings
    • ๐Ÿ†• New props for customization: treeViewClassName and childrenClassName. See the README for more info.
  • v0.4.6 Changes

    October 29, 2016
    • ๐Ÿ›  Misc fixes.
  • v0.4.5

    April 18, 2016
  • v0.4.4 Changes

    April 18, 2016
    • โฌ†๏ธ Bump React version requirement.
  • v0.4.3 Changes

    February 07, 2016
    • ๐Ÿ‘Œ Support for React 0.14 official.
    • ๐Ÿ†• New prop itemClassName to assign class name on the TreeView node 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
  • v0.4.2 Changes

    September 12, 2015
    • ๐Ÿ‘Œ Support for React 0.14, beta and rc.
  • v0.4.1

    September 12, 2015
  • v0.4.0 Changes

    July 31, 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_item css class, the immediate child of .tree-view, for styling convenience.
  • v0.3.12 Changes

    May 07, 2015
    • โฌ†๏ธ Upgrade React dependency to accept >=0.12.0.
  • v0.3.11 Changes

    December 02, 2014
    • โฌ†๏ธ Upgrade React to 0.12.1.
    • ๐Ÿ›  Fix propTypes warning.