Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eidng8 committed May 6, 2020
1 parent 71b80fb commit 7f21307
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog

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

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

#### Implemented enhancements

- \[breaking change\] unify dark theme css class to `g8--dark` [\#61](https://github.com/eidng8/vue-tree/issues/61)

## [Release-v0.2.1](https://github.com/eidng8/vue-tree/tree/Release-v0.2.1) (2020-04-30)

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

#### Implemented enhancements

Expand Down
15 changes: 4 additions & 11 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
# Vue-Tree v0.2.1
# Vue-Tree v0.2.2

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


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

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

#### Implemented enhancements

- \[breaking change\] rename the component and its tag name to match package name [\#51](https://github.com/eidng8/vue-tree/issues/51)
- add more specific scss variables for different colors \(not related theming\) [\#50](https://github.com/eidng8/vue-tree/issues/50)
- cater for css overflow ellipsis [\#49](https://github.com/eidng8/vue-tree/issues/49)
- \[breaking change\] fix css naming according to BEM [\#48](https://github.com/eidng8/vue-tree/issues/48)

#### Fixed bugs

- update typings to match source [\#52](https://github.com/eidng8/vue-tree/issues/52)
- \[breaking change\] unify dark theme css class to `g8--dark` [\#61](https://github.com/eidng8/vue-tree/issues/61)

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "g8-vue-tree",
"version": "0.2.1",
"version": "0.2.2",
"description": "A Vue.js tree view component with stable DOM tree.",
"repository": "git@github.com:eidng8/vue-tree.git",
"bugs": "git@github.com:eidng8/vue-tree/issues",
Expand Down

0 comments on commit 7f21307

Please sign in to comment.