Skip to content

Commit d9a7734

Browse files
committed
Release 0.2.4
1 parent 1fb1e66 commit d9a7734

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Changelog
22

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

5-
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.2.2...0.2.3)
5+
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.2.3...0.2.4)
6+
7+
#### Fixed bugs
8+
9+
- removing nodes may accidentally cause caret to show up in nodes without child [\#68](https://github.com/eidng8/vue-tree/issues/68)
10+
11+
## [Release-v0.2.3](https://github.com/eidng8/vue-tree/tree/Release-v0.2.3) (2020-05-08)
12+
13+
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.2.2...Release-v0.2.3)
614

715
#### Implemented enhancements
816

RELEASE.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
# Vue-Tree v0.2.3
1+
# Vue-Tree v0.2.4
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.3](https://github.com/eidng8/vue-tree/tree/0.2.3) (2020-05-08 UTC)
7+
## [0.2.4](https://github.com/eidng8/vue-tree/tree/0.2.4) (2020-05-15 UTC)
88

9-
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.2.2...0.2.3)
10-
11-
#### Implemented enhancements
12-
13-
- supports theme css class on anscestors [\#64](https://github.com/eidng8/vue-tree/issues/64)
9+
[Full Changelog](https://github.com/eidng8/vue-tree/compare/Release-v0.2.3...0.2.4)
1410

1511
#### Fixed bugs
1612

17-
- checking/unchecking descendant doesn't set anscestor intermediate state [\#66](https://github.com/eidng8/vue-tree/issues/66)
13+
- removing nodes may accidentally cause caret to show up in nodes without child [\#68](https://github.com/eidng8/vue-tree/issues/68)
1814

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "g8-vue-tree",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
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)