Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eidng8 committed Apr 30, 2020
1 parent 0098fa8 commit e9fc987
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 13 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
# Changelog

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

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

#### 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)

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

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

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

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

#### Implemented enhancements

Expand Down
17 changes: 8 additions & 9 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
# Vue-Tree v0.1.2
# Vue-Tree v0.2.1

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


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

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

#### Implemented enhancements

- \[breaking change\] pass $event instead of the item entry [\#43](https://github.com/eidng8/vue-tree/issues/43)

#### Implemented features

- \[breaking change\] add slots [\#42](https://github.com/eidng8/vue-tree/issues/42)
- \[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

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

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.0",
"version": "0.2.1",
"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 e9fc987

Please sign in to comment.