diff --git a/CHANGELOG.md b/CHANGELOG.md index 4657852..3a88c9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # Changelog -## [0.2.3](https://github.com/eidng8/vue-tree/tree/0.2.3) (2020-05-08 UTC) +## [0.2.4](https://github.com/eidng8/vue-tree/tree/0.2.4) (2020-05-15 UTC) -[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.2.2...0.2.3) +[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.2.3...0.2.4) + +#### Fixed bugs + +- removing nodes may accidentally cause caret to show up in nodes without child [\#68](https://github.com/eidng8/vue-tree/issues/68) + +## [Release-v0.2.3](https://github.com/eidng8/vue-tree/tree/Release-v0.2.3) (2020-05-08) + +[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.2.2...Release-v0.2.3) #### Implemented enhancements diff --git a/RELEASE.md b/RELEASE.md index 6c4e1cc..1fa1ba5 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,18 +1,14 @@ -# Vue-Tree v0.2.3 +# Vue-Tree v0.2.4 A Vue tree view component with stable DOM structure. Released under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html). -## [0.2.3](https://github.com/eidng8/vue-tree/tree/0.2.3) (2020-05-08 UTC) +## [0.2.4](https://github.com/eidng8/vue-tree/tree/0.2.4) (2020-05-15 UTC) -[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.2.2...0.2.3) - -#### Implemented enhancements - -- supports theme css class on anscestors [\#64](https://github.com/eidng8/vue-tree/issues/64) +[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.2.3...0.2.4) #### Fixed bugs -- checking/unchecking descendant doesn't set anscestor intermediate state [\#66](https://github.com/eidng8/vue-tree/issues/66) +- removing nodes may accidentally cause caret to show up in nodes without child [\#68](https://github.com/eidng8/vue-tree/issues/68) diff --git a/package-lock.json b/package-lock.json index 8c9d797..4e2231d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "g8-vue-tree", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a711e48..37bd96e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "g8-vue-tree", - "version": "0.2.3", + "version": "0.2.4", "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",