Skip to content

Commit e9fc987

Browse files
committed
Release 0.2.1
1 parent 0098fa8 commit e9fc987

File tree

4 files changed

+31
-13
lines changed

4 files changed

+31
-13
lines changed

CHANGELOG.md

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

3-
## [0.1.2](https://github.com/eidng8/vue-tree/tree/0.1.2) (2020-04-27 UTC)
3+
## [0.2.1](https://github.com/eidng8/vue-tree/tree/0.2.1) (2020-04-30 UTC)
44

5-
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.0.27...0.1.2)
5+
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.1.2...0.2.1)
6+
7+
#### Implemented enhancements
8+
9+
- \[breaking change\] rename the component and its tag name to match package name [\#51](https://github.com/eidng8/vue-tree/issues/51)
10+
- add more specific scss variables for different colors \(not related theming\) [\#50](https://github.com/eidng8/vue-tree/issues/50)
11+
- cater for css overflow ellipsis [\#49](https://github.com/eidng8/vue-tree/issues/49)
12+
- \[breaking change\] fix css naming according to BEM [\#48](https://github.com/eidng8/vue-tree/issues/48)
13+
14+
#### Fixed bugs
15+
16+
- update typings to match source [\#52](https://github.com/eidng8/vue-tree/issues/52)
17+
18+
## [Release-v0.1.2](https://github.com/eidng8/vue-tree/tree/Release-v0.1.2) (2020-04-27)
19+
20+
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.1.1...Release-v0.1.2)
21+
22+
## [Release-v0.1.1](https://github.com/eidng8/vue-tree/tree/Release-v0.1.1) (2020-04-27)
23+
24+
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.0.27...Release-v0.1.1)
625

726
#### Implemented enhancements
827

RELEASE.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
# Vue-Tree v0.1.2
1+
# Vue-Tree v0.2.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.1.2](https://github.com/eidng8/vue-tree/tree/0.1.2) (2020-04-27 UTC)
7+
## [0.2.1](https://github.com/eidng8/vue-tree/tree/0.2.1) (2020-04-30 UTC)
88

9-
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.0.27...0.1.2)
9+
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.1.2...0.2.1)
1010

1111
#### Implemented enhancements
1212

13-
- \[breaking change\] pass $event instead of the item entry [\#43](https://github.com/eidng8/vue-tree/issues/43)
14-
15-
#### Implemented features
16-
17-
- \[breaking change\] add slots [\#42](https://github.com/eidng8/vue-tree/issues/42)
13+
- \[breaking change\] rename the component and its tag name to match package name [\#51](https://github.com/eidng8/vue-tree/issues/51)
14+
- add more specific scss variables for different colors \(not related theming\) [\#50](https://github.com/eidng8/vue-tree/issues/50)
15+
- cater for css overflow ellipsis [\#49](https://github.com/eidng8/vue-tree/issues/49)
16+
- \[breaking change\] fix css naming according to BEM [\#48](https://github.com/eidng8/vue-tree/issues/48)
1817

1918
#### Fixed bugs
2019

21-
- middle & right click events are intercepted but not bubbled up [\#41](https://github.com/eidng8/vue-tree/issues/41)
20+
- update typings to match source [\#52](https://github.com/eidng8/vue-tree/issues/52)
2221

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.2.0",
3+
"version": "0.2.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)