Skip to content

Commit f4d59ee

Browse files
committed
Release 0.1.1
1 parent 60fd73c commit f4d59ee

File tree

4 files changed

+32
-8
lines changed

4 files changed

+32
-8
lines changed

CHANGELOG.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
11
# Changelog
22

3-
## [0.0.27](https://github.com/eidng8/vue-tree/tree/0.0.27) (2020-04-24 UTC)
3+
## [0.1.1](https://github.com/eidng8/vue-tree/tree/0.1.1) (2020-04-27 UTC)
44

5-
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.0.26...0.0.27)
5+
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.0.27...0.1.1)
6+
7+
#### Implemented enhancements
8+
9+
- \[breaking change\] pass $event instead of the item entry [\#43](https://github.com/eidng8/vue-tree/issues/43)
10+
11+
#### Implemented features
12+
13+
- \[breaking change\] add slots [\#42](https://github.com/eidng8/vue-tree/issues/42)
14+
15+
#### Fixed bugs
16+
17+
- middle & right click events are intercepted but not bubbled up [\#41](https://github.com/eidng8/vue-tree/issues/41)
18+
19+
## [Release-v0.0.27](https://github.com/eidng8/vue-tree/tree/Release-v0.0.27) (2020-04-24)
20+
21+
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.0.26...Release-v0.0.27)
622

723
#### Implemented features
824

RELEASE.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
1-
# Vue-Tree v0.0.27
1+
# Vue-Tree v0.1.1
22

33
A Vue tree view component with stable DOM structure.
44
Released under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).
55

66

7-
## [0.0.27](https://github.com/eidng8/vue-tree/tree/0.0.27) (2020-04-24 UTC)
7+
## [0.1.1](https://github.com/eidng8/vue-tree/tree/0.1.1) (2020-04-27 UTC)
88

9-
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.0.26...0.0.27)
9+
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.0.27...0.1.1)
10+
11+
#### Implemented enhancements
12+
13+
- \[breaking change\] pass $event instead of the item entry [\#43](https://github.com/eidng8/vue-tree/issues/43)
1014

1115
#### Implemented features
1216

13-
- add middle & right click support [\#29](https://github.com/eidng8/vue-tree/issues/29)
17+
- \[breaking change\] add slots [\#42](https://github.com/eidng8/vue-tree/issues/42)
18+
19+
#### Fixed bugs
20+
21+
- middle & right click events are intercepted but not bubbled up [\#41](https://github.com/eidng8/vue-tree/issues/41)
1422

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "g8-vue-tree",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A Vue.js tree view component with stable DOM tree.",
55
"repository": "git@github.com:eidng8/vue-tree.git",
66
"bugs": "git@github.com:eidng8/vue-tree/issues",

0 commit comments

Comments
 (0)