File tree Expand file tree Collapse file tree 4 files changed +24
-8
lines changed Expand file tree Collapse file tree 4 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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)
4
4
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 )
6
18
7
19
#### Implemented enhancements
8
20
Original file line number Diff line number Diff line change 1
- # Vue-Tree v0.2.2
1
+ # Vue-Tree v0.2.3
2
2
3
3
A Vue tree view component with stable DOM structure.
4
4
Released under [ GPLv3] ( https://www.gnu.org/licenses/gpl-3.0.en.html ) .
5
5
6
6
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)
8
8
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 )
10
10
11
11
#### Implemented enhancements
12
12
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 )
14
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " g8-vue-tree" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.3 " ,
4
4
"description" : " A Vue.js tree view component with stable DOM tree." ,
5
5
"repository" : " git@github.com:eidng8/vue-tree.git" ,
6
6
"bugs" : " git@github.com:eidng8/vue-tree/issues" ,
You can’t perform that action at this time.
0 commit comments