Skip to content

Commit

Permalink
Release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eidng8 committed May 15, 2020
1 parent 1fb1e66 commit d9a7734
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 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.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

Expand Down
12 changes: 4 additions & 8 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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)

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.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",
Expand Down

0 comments on commit d9a7734

Please sign in to comment.