Skip to content

Commit fea527f

Browse files
committed
Release 0.2.3
1 parent f4fa9d0 commit fea527f

File tree

4 files changed

+24
-8
lines changed

4 files changed

+24
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
# Changelog
22

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

5-
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.2.1...0.2.2)
5+
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.2.2...0.2.3)
6+
7+
#### Implemented enhancements
8+
9+
- supports theme css class on anscestors [\#64](https://github.com/eidng8/vue-tree/issues/64)
10+
11+
#### Fixed bugs
12+
13+
- checking/unchecking descendant doesn't set anscestor intermediate state [\#66](https://github.com/eidng8/vue-tree/issues/66)
14+
15+
## [Release-v0.2.2](https://github.com/eidng8/vue-tree/tree/Release-v0.2.2) (2020-05-06)
16+
17+
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.2.1...Release-v0.2.2)
618

719
#### Implemented enhancements
820

RELEASE.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
# Vue-Tree v0.2.2
1+
# Vue-Tree v0.2.3
22

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

66

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

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

1111
#### Implemented enhancements
1212

13-
- \[breaking change\] unify dark theme css class to `g8--dark` [\#61](https://github.com/eidng8/vue-tree/issues/61)
13+
- supports theme css class on anscestors [\#64](https://github.com/eidng8/vue-tree/issues/64)
14+
15+
#### Fixed bugs
16+
17+
- checking/unchecking descendant doesn't set anscestor intermediate state [\#66](https://github.com/eidng8/vue-tree/issues/66)
1418

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "g8-vue-tree",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "A Vue.js tree view component with stable DOM tree.",
55
"repository": "git@github.com:eidng8/vue-tree.git",
66
"bugs": "git@github.com:eidng8/vue-tree/issues",

0 commit comments

Comments
 (0)