Skip to content

Latest commit

 

History

History
141 lines (61 loc) · 4.16 KB

CHANGELOG.md

File metadata and controls

141 lines (61 loc) · 4.16 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.5.0 (2017-10-29)

Bug Fixes

  • Fix oblong collapse/expand button appearance on mobile safari (62dfdec)

Features

  • enable the use of themes for simplified appearance customization (d07c6a7)

1.4.0 (2017-10-13)

Features

  • Add path argument to onVisibilityToggle callback (25cd134)

1.3.1 (2017-10-03)

Bug Fixes

1.3.0 (2017-09-20)

Features

  • Provide more row parameters in rowHeight callback (1b88b18)

1.2.2 (2017-09-12)

Bug Fixes

  • Specify version of react-dnd-html5-backend to avoid invalid package installs (a09b611)

1.2.1 (2017-09-06)

Bug Fixes

  • Allow children function in default renderer (6f1dcac)

1.2.0 (2017-08-12)

Features

  • Add shouldCopyOnOutsideDrop prop to enable copying of nodes that leave the tree (d6a9be9)

1.1.1 (2017-08-06)

Bug Fixes

  • tree-to-tree: Fix node depth when dragging between trees (323ccad)

1.1.0 (2017-08-05)

Features

  • node-renderer: Make title and subtitle insertable via props (fff72c6)

1.0.0 (2017-08-05)

Bug Fixes

  • External node offset was shifted (d1ae0eb)

Code Refactoring

  • get rid of dndWrapExternalSource api (d103e9f)

Features

  • tree-to-tree: Enable tree-to-tree drag-and-drop (6986a23)
  • Display droppable placeholder element when tree is empty (2cd371c)
  • Add prevPath and prevTreeIndex to the onMoveNode callback (6986a23)

BREAKING CHANGES

  • Trees that are empty now display a placeholder element in their place instead of being simply empty.
  • dndWrapExternalSource api no longer exists. You can achieve the same functionality and more with react-dnd APIs, as demonstrated in the storybook example.

0.1.21 (2017-07-15)

Bug Fixes

  • Remove console.log left in after development (da27c47)

See the GitHub Releases for information on updates.