Skip to content

Commit 567d62f

Browse files
committed
chore(release): 2.0.0
1 parent 7c47a24 commit 567d62f

File tree

2 files changed

+41
-3
lines changed

2 files changed

+41
-3
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 2.0.0 (2020-06-11)
6+
7+
8+
### Features
9+
10+
* **base tree, draggable plugin:** RTL support ([bbdcba4](https://github.com/phphe/he-tree-vue/commit/bbdcba4b1eceef6596e3628f1dd5180ddc4dc090)), closes [#17](https://github.com/phphe/he-tree-vue/issues/17)
11+
* **draggable plugin:** add option triggerBySelf ([b0be699](https://github.com/phphe/he-tree-vue/commit/b0be699d27f309d634a25aa2a88a074d5d6693b4))
12+
* **draggable plugin:** edge scroll ([843510e](https://github.com/phphe/he-tree-vue/commit/843510e1d66e1e66abf4c9643490fd8d65fe514e))
13+
14+
15+
### Bug Fixes
16+
17+
* **base tree, draggable plugin:** update the usage of hp.binarySearch and hp.strRand ([877afc3](https://github.com/phphe/he-tree-vue/commit/877afc30983e1049d66438814f514e6ac5b27e51))
18+
* **draggable plugin:** add event before-drop, move drop event to correct position ([2bad9f7](https://github.com/phphe/he-tree-vue/commit/2bad9f7ea91ae70380a6015acd4a3c1bfc109b62))
19+
* **draggable plugin:** fix logic ([3ca59ea](https://github.com/phphe/he-tree-vue/commit/3ca59eae745a1ebca79a4054b896fed9288d0bd3))
20+
* **type definition:** update type definition for v2 ([f66a38a](https://github.com/phphe/he-tree-vue/commit/f66a38a0131a8b42375f88f9fc75c8a906ed18e7))
21+
22+
## 2.0.0 (2020-06-11)
23+
24+
25+
### Features
26+
27+
* **base tree, draggable plugin:** RTL support ([bbdcba4](https://github.com/phphe/he-tree-vue/commit/bbdcba4b1eceef6596e3628f1dd5180ddc4dc090)), closes [#17](https://github.com/phphe/he-tree-vue/issues/17)
28+
* **draggable plugin:** add option triggerBySelf ([b0be699](https://github.com/phphe/he-tree-vue/commit/b0be699d27f309d634a25aa2a88a074d5d6693b4))
29+
* **draggable plugin:** edge scroll ([843510e](https://github.com/phphe/he-tree-vue/commit/843510e1d66e1e66abf4c9643490fd8d65fe514e))
30+
31+
32+
### Bug Fixes
33+
34+
* **base tree, draggable plugin:** update the usage of hp.binarySearch and hp.strRand ([877afc3](https://github.com/phphe/he-tree-vue/commit/877afc30983e1049d66438814f514e6ac5b27e51))
35+
* **draggable plugin:** add event before-drop, move drop event to correct position ([2bad9f7](https://github.com/phphe/he-tree-vue/commit/2bad9f7ea91ae70380a6015acd4a3c1bfc109b62))
36+
* **draggable plugin:** fix logic ([3ca59ea](https://github.com/phphe/he-tree-vue/commit/3ca59eae745a1ebca79a4054b896fed9288d0bd3))
37+
* **type definition:** update type definition for v2 ([f66a38a](https://github.com/phphe/he-tree-vue/commit/f66a38a0131a8b42375f88f9fc75c8a906ed18e7))

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "he-tree-vue",
3-
"version": "1.2.4-beta",
3+
"version": "2.0.0",
44
"description": "A draggable sortable nested vue tree component.",
55
"main": "dist/he-tree-vue.cjs.js",
66
"module": "dist/he-tree-vue.esm.js",
@@ -35,6 +35,7 @@
3535
"vue-runtime-helpers": "^1.1.2"
3636
},
3737
"devDependencies": {
38+
"@vue/babel-preset-app": "^4.2.3",
3839
"@vue/cli-plugin-babel": "^4.1.0",
3940
"@vue/cli-service": "^4.1.0",
4041
"commitizen": "^4.1.2",
@@ -49,11 +50,11 @@
4950
"sass-loader": "^8.0.0",
5051
"standard-version": "^8.0.0",
5152
"vue": "^2.6.10",
52-
"vue-property-decorator": "^8.4.0",
5353
"vue-template-compiler": "^2.6.10"
5454
},
5555
"peerDependencies": {
56-
"vue": "^2.6.10"
56+
"vue": "^2.6.10",
57+
"vue-property-decorator": "^8.4.0"
5758
},
5859
"license": "MIT",
5960
"config": {

0 commit comments

Comments
 (0)