Skip to content

Commit 7f21307

Browse files
committed
Release 0.2.2
1 parent 71b80fb commit 7f21307

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Changelog
22

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

5-
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.1.2...0.2.1)
5+
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.2.1...0.2.2)
6+
7+
#### Implemented enhancements
8+
9+
- \[breaking change\] unify dark theme css class to `g8--dark` [\#61](https://github.com/eidng8/vue-tree/issues/61)
10+
11+
## [Release-v0.2.1](https://github.com/eidng8/vue-tree/tree/Release-v0.2.1) (2020-04-30)
12+
13+
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.1.2...Release-v0.2.1)
614

715
#### Implemented enhancements
816

RELEASE.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
1-
# Vue-Tree v0.2.1
1+
# Vue-Tree v0.2.2
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.2.1](https://github.com/eidng8/vue-tree/tree/0.2.1) (2020-04-30 UTC)
7+
## [0.2.2](https://github.com/eidng8/vue-tree/tree/0.2.2) (2020-05-06 UTC)
88

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

1111
#### Implemented enhancements
1212

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)
17-
18-
#### Fixed bugs
19-
20-
- update typings to match source [\#52](https://github.com/eidng8/vue-tree/issues/52)
13+
- \[breaking change\] unify dark theme css class to `g8--dark` [\#61](https://github.com/eidng8/vue-tree/issues/61)
2114

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": "g8-vue-tree",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
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)