File tree 4 files changed +32
-8
lines changed
4 files changed +32
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 0.0.27 ] ( https://github.com/eidng8/vue-tree/tree/0.0.27 ) (2020-04-24 UTC)
3
+ ## [ 0.1.1 ] ( https://github.com/eidng8/vue-tree/tree/0.1.1 ) (2020-04-27 UTC)
4
4
5
- [ Full Changelog] ( https://github.com/eidng8/vue-tree/compare/Release-v0.0.26...0.0.27 )
5
+ [ Full Changelog] ( https://github.com/eidng8/vue-tree/compare/Release-v0.0.27...0.1.1 )
6
+
7
+ #### Implemented enhancements
8
+
9
+ - \[ breaking change\] pass $event instead of the item entry [ \# 43] ( https://github.com/eidng8/vue-tree/issues/43 )
10
+
11
+ #### Implemented features
12
+
13
+ - \[ breaking change\] add slots [ \# 42] ( https://github.com/eidng8/vue-tree/issues/42 )
14
+
15
+ #### Fixed bugs
16
+
17
+ - middle & right click events are intercepted but not bubbled up [ \# 41] ( https://github.com/eidng8/vue-tree/issues/41 )
18
+
19
+ ## [ Release-v0.0.27] ( https://github.com/eidng8/vue-tree/tree/Release-v0.0.27 ) (2020-04-24)
20
+
21
+ [ Full Changelog] ( https://github.com/eidng8/vue-tree/compare/Release-v0.0.26...Release-v0.0.27 )
6
22
7
23
#### Implemented features
8
24
Original file line number Diff line number Diff line change 1
- # Vue-Tree v0.0.27
1
+ # Vue-Tree v0.1.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.0.27 ] ( https://github.com/eidng8/vue-tree/tree/0.0.27 ) (2020-04-24 UTC)
7
+ ## [ 0.1.1 ] ( https://github.com/eidng8/vue-tree/tree/0.1.1 ) (2020-04-27 UTC)
8
8
9
- [ Full Changelog] ( https://github.com/eidng8/vue-tree/compare/Release-v0.0.26...0.0.27 )
9
+ [ Full Changelog] ( https://github.com/eidng8/vue-tree/compare/Release-v0.0.27...0.1.1 )
10
+
11
+ #### Implemented enhancements
12
+
13
+ - \[ breaking change\] pass $event instead of the item entry [ \# 43] ( https://github.com/eidng8/vue-tree/issues/43 )
10
14
11
15
#### Implemented features
12
16
13
- - add middle & right click support [ \# 29] ( https://github.com/eidng8/vue-tree/issues/29 )
17
+ - \[ breaking change\] add slots [ \# 42] ( https://github.com/eidng8/vue-tree/issues/42 )
18
+
19
+ #### Fixed bugs
20
+
21
+ - middle & right click events are intercepted but not bubbled up [ \# 41] ( https://github.com/eidng8/vue-tree/issues/41 )
14
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " g8-vue-tree" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.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