From e9fc9876e360a72f81f7d4f943f3af4191ddfb68 Mon Sep 17 00:00:00 2001 From: eidng8 Date: Thu, 30 Apr 2020 16:06:02 +0800 Subject: [PATCH] Release 0.2.1 --- CHANGELOG.md | 23 +++++++++++++++++++++-- RELEASE.md | 17 ++++++++--------- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 31 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a992c40..43f06f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/RELEASE.md b/RELEASE.md index c87f3ba..692f6c3 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 89aef5b..038a311 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "g8-vue-tree", - "version": "0.1.2", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8d55686..df56872 100644 --- a/package.json +++ b/package.json @@ -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",