File tree 2 files changed +35
-2
lines changed
2 files changed +35
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ 2.0.0-alpha.3] ( https://github.com/hujiulong/vue-3d-model/compare/v2.0.0-alpha.2...v2.0.0-alpha.3 ) (2022-08-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fix order of calculations ([ bdddbd7] ( https://github.com/hujiulong/vue-3d-model/commit/bdddbd7178415e1845da9f76abb29cdd1219c408 ) )
7
+ * fix size update ([ 2d2f26f] ( https://github.com/hujiulong/vue-3d-model/commit/2d2f26ff7c582f72c94bf428db8b4d3d7b7e4cc0 ) )
8
+ * fix size update ([ #421 ] ( https://github.com/hujiulong/vue-3d-model/issues/421 ) ) ([ a65fb74] ( https://github.com/hujiulong/vue-3d-model/commit/a65fb742f5b448041752199cfd90297679646d56 ) )
9
+
10
+
11
+ ### Features
12
+
13
+ * add dblclick event ([ #381 ] ( https://github.com/hujiulong/vue-3d-model/issues/381 ) ) ([ e108b39] ( https://github.com/hujiulong/vue-3d-model/commit/e108b39ee58979e8834b0483ba939df998866553 ) )
14
+
15
+
16
+
17
+ # [ 2.0.0-alpha.3] ( https://github.com/hujiulong/vue-3d-model/compare/v2.0.0-alpha.2...v2.0.0-alpha.3 ) (2022-08-15)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * fix order of calculations ([ bdddbd7] ( https://github.com/hujiulong/vue-3d-model/commit/bdddbd7178415e1845da9f76abb29cdd1219c408 ) )
23
+ * fix size update ([ 2d2f26f] ( https://github.com/hujiulong/vue-3d-model/commit/2d2f26ff7c582f72c94bf428db8b4d3d7b7e4cc0 ) )
24
+ * fix size update ([ #421 ] ( https://github.com/hujiulong/vue-3d-model/issues/421 ) ) ([ a65fb74] ( https://github.com/hujiulong/vue-3d-model/commit/a65fb742f5b448041752199cfd90297679646d56 ) )
25
+
26
+
27
+ ### Features
28
+
29
+ * add dblclick event ([ #381 ] ( https://github.com/hujiulong/vue-3d-model/issues/381 ) ) ([ e108b39] ( https://github.com/hujiulong/vue-3d-model/commit/e108b39ee58979e8834b0483ba939df998866553 ) )
30
+
31
+
32
+
1
33
# [ 2.0.0-alpha.2] ( https://github.com/hujiulong/vue-3d-model/compare/v2.0.0-alpha.1...v2.0.0-alpha.2 ) (2022-06-14)
2
34
3
35
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-3d-model" ,
3
- "version" : " 2.0.0-alpha.2 " ,
3
+ "version" : " 2.0.0-alpha.3 " ,
4
4
"description" : " 3D models viewer with vue.js" ,
5
5
"keywords" : [
6
6
" vue" ,
54
54
"vite" : " ^2.9.9" ,
55
55
"vue" : " ^3.2.37" ,
56
56
"vue-tsc" : " ^0.34.7" ,
57
- "vuepress" : " ^2.0.0-beta.48"
57
+ "vuepress" : " ^2.0.0-beta.48" ,
58
+ "yorkie" : " ^2.0.0"
58
59
}
59
60
}
You can’t perform that action at this time.
0 commit comments