Skip to content

Commit

Permalink
Release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eidng8 committed May 8, 2020
1 parent f4fa9d0 commit fea527f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Changelog

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

[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.2.1...0.2.2)
[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)

#### Fixed bugs

- checking/unchecking descendant doesn't set anscestor intermediate state [\#66](https://github.com/eidng8/vue-tree/issues/66)

## [Release-v0.2.2](https://github.com/eidng8/vue-tree/tree/Release-v0.2.2) (2020-05-06)

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

#### Implemented enhancements

Expand Down
12 changes: 8 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Vue-Tree v0.2.2
# Vue-Tree v0.2.3

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


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

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

#### Implemented enhancements

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

#### Fixed bugs

- checking/unchecking descendant doesn't set anscestor intermediate state [\#66](https://github.com/eidng8/vue-tree/issues/66)

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.2",
"version": "0.2.3",
"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 fea527f

Please sign in to comment.