File tree 4 files changed +31
-13
lines changed
4 files changed +31
-13
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 0.1.2 ] ( https://github.com/eidng8/vue-tree/tree/0.1.2 ) (2020-04-27 UTC)
3
+ ## [ 0.2.1 ] ( https://github.com/eidng8/vue-tree/tree/0.2.1 ) (2020-04-30 UTC)
4
4
5
- [ Full Changelog] ( https://github.com/eidng8/vue-tree/compare/Release-v0.0.27...0.1.2 )
5
+ [ Full Changelog] ( https://github.com/eidng8/vue-tree/compare/Release-v0.1.2...0.2.1 )
6
+
7
+ #### Implemented enhancements
8
+
9
+ - \[ breaking change\] rename the component and its tag name to match package name [ \# 51] ( https://github.com/eidng8/vue-tree/issues/51 )
10
+ - add more specific scss variables for different colors \( not related theming\) [ \# 50] ( https://github.com/eidng8/vue-tree/issues/50 )
11
+ - cater for css overflow ellipsis [ \# 49] ( https://github.com/eidng8/vue-tree/issues/49 )
12
+ - \[ breaking change\] fix css naming according to BEM [ \# 48] ( https://github.com/eidng8/vue-tree/issues/48 )
13
+
14
+ #### Fixed bugs
15
+
16
+ - update typings to match source [ \# 52] ( https://github.com/eidng8/vue-tree/issues/52 )
17
+
18
+ ## [ Release-v0.1.2] ( https://github.com/eidng8/vue-tree/tree/Release-v0.1.2 ) (2020-04-27)
19
+
20
+ [ Full Changelog] ( https://github.com/eidng8/vue-tree/compare/Release-v0.1.1...Release-v0.1.2 )
21
+
22
+ ## [ Release-v0.1.1] ( https://github.com/eidng8/vue-tree/tree/Release-v0.1.1 ) (2020-04-27)
23
+
24
+ [ Full Changelog] ( https://github.com/eidng8/vue-tree/compare/Release-v0.0.27...Release-v0.1.1 )
6
25
7
26
#### Implemented enhancements
8
27
Original file line number Diff line number Diff line change 1
- # Vue-Tree v0.1.2
1
+ # Vue-Tree v0.2.1
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.1.2 ] ( https://github.com/eidng8/vue-tree/tree/0.1.2 ) (2020-04-27 UTC)
7
+ ## [ 0.2.1 ] ( https://github.com/eidng8/vue-tree/tree/0.2.1 ) (2020-04-30 UTC)
8
8
9
- [ Full Changelog] ( https://github.com/eidng8/vue-tree/compare/Release-v0.0.27 ...0.1.2 )
9
+ [ Full Changelog] ( https://github.com/eidng8/vue-tree/compare/Release-v0.1.2 ...0.2.1 )
10
10
11
11
#### Implemented enhancements
12
12
13
- - \[ breaking change\] pass $event instead of the item entry [ \# 43] ( https://github.com/eidng8/vue-tree/issues/43 )
14
-
15
- #### Implemented features
16
-
17
- - \[ breaking change\] add slots [ \# 42] ( https://github.com/eidng8/vue-tree/issues/42 )
13
+ - \[ breaking change\] rename the component and its tag name to match package name [ \# 51] ( https://github.com/eidng8/vue-tree/issues/51 )
14
+ - add more specific scss variables for different colors \( not related theming\) [ \# 50] ( https://github.com/eidng8/vue-tree/issues/50 )
15
+ - cater for css overflow ellipsis [ \# 49] ( https://github.com/eidng8/vue-tree/issues/49 )
16
+ - \[ breaking change\] fix css naming according to BEM [ \# 48] ( https://github.com/eidng8/vue-tree/issues/48 )
18
17
19
18
#### Fixed bugs
20
19
21
- - middle & right click events are intercepted but not bubbled up [ \# 41 ] ( https://github.com/eidng8/vue-tree/issues/41 )
20
+ - update typings to match source [ \# 52 ] ( https://github.com/eidng8/vue-tree/issues/52 )
22
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " g8-vue-tree" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
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