Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0abba80

Browse files
committedAug 5, 2017
chore(release): 1.0.0
1 parent d1ae0eb commit 0abba80

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed
 

‎CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="1.0.0"></a>
6+
# [1.0.0](https://github.com/fritz-c/react-sortable-tree/compare/v0.1.21...v1.0.0) (2017-08-05)
7+
8+
9+
### Bug Fixes
10+
11+
* External node offset was shifted ([d1ae0eb](https://github.com/fritz-c/react-sortable-tree/commit/d1ae0eb))
12+
13+
14+
### Code Refactoring
15+
16+
* get rid of `dndWrapExternalSource` api ([d103e9f](https://github.com/fritz-c/react-sortable-tree/commit/d103e9f))
17+
18+
19+
### Features
20+
21+
* **tree-to-tree:** Enable tree-to-tree drag-and-drop ([6986a23](https://github.com/fritz-c/react-sortable-tree/commit/6986a23))
22+
* Display droppable placeholder element when tree is empty ([2cd371c](https://github.com/fritz-c/react-sortable-tree/commit/2cd371c))
23+
* Add `prevPath` and `prevTreeIndex` to the `onMoveNode` callback ([6986a23](https://github.com/fritz-c/react-sortable-tree/commit/6986a23))
24+
25+
26+
### BREAKING CHANGES
27+
28+
* Trees that are empty now display a placeholder element
29+
in their place instead of being simply empty.
30+
* `dndWrapExternalSource` api no longer exists.
31+
You can achieve the same functionality and more with react-dnd
32+
APIs, as demonstrated in the storybook example.
33+
34+
35+
536
<a name="0.1.21"></a>
637
## [0.1.21](https://github.com/fritz-c/react-sortable-tree/compare/v0.1.20...v0.1.21) (2017-07-15)
738

‎package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-sortable-tree",
3-
"version": "0.1.21",
3+
"version": "1.0.0",
44
"description": "Drag-and-drop sortable component for nested data and hierarchies",
55
"scripts": {
66
"build": "npm run clean && cross-env NODE_ENV=production TARGET=umd webpack --bail",

0 commit comments

Comments
 (0)
Failed to load comments.