@abi-software/scaffoldvuer 0.2.3-alpha-2 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/.eslintrc.js +12 -12
  2. package/CHANGELOG.md +344 -316
  3. package/LICENSE +201 -201
  4. package/README.md +164 -164
  5. package/babel.config.js +14 -14
  6. package/dist/scaffoldvuer-wc.common.js +277 -34
  7. package/dist/scaffoldvuer-wc.umd.js +277 -34
  8. package/dist/scaffoldvuer-wc.umd.min.js +277 -34
  9. package/dist/scaffoldvuer.common.js +1252 -529
  10. package/dist/scaffoldvuer.common.js.map +1 -1
  11. package/dist/scaffoldvuer.css +1 -1
  12. package/dist/scaffoldvuer.umd.js +1252 -529
  13. package/dist/scaffoldvuer.umd.js.map +1 -1
  14. package/dist/scaffoldvuer.umd.min.js +1 -1
  15. package/dist/scaffoldvuer.umd.min.js.map +1 -1
  16. package/package-lock.json +18121 -18119
  17. package/package.json +89 -89
  18. package/public/index.html +17 -17
  19. package/src/App.vue +669 -669
  20. package/src/ScaffoldVuer-wc.js +13 -13
  21. package/src/app/DropZone.vue +114 -114
  22. package/src/app/ModelsInformation.js +35 -35
  23. package/src/app/ModelsTable.vue +113 -113
  24. package/src/app/TextureDemos.js +114 -114
  25. package/src/assets/_variables.scss +43 -43
  26. package/src/assets/styles.scss +7 -7
  27. package/src/components/OpacityControls.vue +123 -222
  28. package/src/components/PrimitiveControls.vue +173 -0
  29. package/src/components/ScaffoldTooltip.vue +142 -142
  30. package/src/components/ScaffoldVuer.md +44 -44
  31. package/src/components/ScaffoldVuer.vue +2007 -2007
  32. package/src/components/TextureSlidesControls.vue +272 -0
  33. package/src/components/TreeControls.vue +707 -699
  34. package/src/components/index.js +7 -7
  35. package/src/credential.json +12 -0
  36. package/src/main.js +14 -14
  37. package/src/scripts/BaseModule.js +80 -80
  38. package/src/scripts/RendererModule.js +289 -289
  39. package/src/scripts/WebGL.js +94 -94
  40. package/src/scripts/annotation.js +5 -5
  41. package/src/scripts/eventNotifier.js +66 -66
  42. package/src/scripts/graphicsHighlight.js +134 -134
  43. package/src/scripts/organsRenderer.js +587 -587
  44. package/src/scripts/search.js +182 -182
  45. package/src/scripts/utilities.js +146 -146
  46. package/styleguide.config.js +22 -22
  47. package/vue.config.js +41 -41
  48. package/src/components/test.pdf +0 -0
  49. package/src/searchControls.vue +0 -122
package/CHANGELOG.md CHANGED
@@ -1,316 +1,344 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9
-
10
- ## [v0.2.2](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.2-beta.2...v0.2.2)
11
-
12
- ### Merged
13
-
14
- - Add a new optional open map menu [`#113`](https://github.com/alan-wu/scaffoldvuer/pull/113)
15
-
16
- ## [v0.2.2-beta.2](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.2-beta.1...v0.2.2-beta.2) - 2023-07-12
17
-
18
- ### Commits
19
-
20
- - Support single and multiple term searches. [`e874126`](https://github.com/alan-wu/scaffoldvuer/commit/e874126859685929656a9e593b5ba4c0b74ebb30)
21
- - Fix a typo. [`bf94cd3`](https://github.com/alan-wu/scaffoldvuer/commit/bf94cd392e1b3b8ace625b17d277357ec1fda004)
22
-
23
- ## [v0.2.2-beta.1](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.2-beta.0...v0.2.2-beta.1) - 2023-07-11
24
-
25
- ### Commits
26
-
27
- - Open map options are now a prop. [`9e59f2a`](https://github.com/alan-wu/scaffoldvuer/commit/9e59f2a60d9cba2c558d7e0433bf5d31066eba6c)
28
-
29
- ## [v0.2.2-beta.0](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.1...v0.2.2-beta.0) - 2023-07-11
30
-
31
- ### Merged
32
-
33
- - Add a loading wheel on the region tree until the model is fully loaded. [`#112`](https://github.com/alan-wu/scaffoldvuer/pull/112)
34
-
35
- ### Commits
36
-
37
- - Add open map UI. [`e2d6e99`](https://github.com/alan-wu/scaffoldvuer/commit/e2d6e99828829e9a3e15c6b4aeef618103795a04)
38
- - Update svg icon. [`905b2ed`](https://github.com/alan-wu/scaffoldvuer/commit/905b2edd0bc0d4a6085feaf7b6af8365dfde5ffd)
39
-
40
- ## [v0.2.1](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.1-beta.1...v0.2.1) - 2023-06-22
41
-
42
- ### Commits
43
-
44
- - Update zincjs to 1.0.16 which calculate rect on mouse enter event. [`939f3cd`](https://github.com/alan-wu/scaffoldvuer/commit/939f3cd038887f3382dae374ba2a2e77c63855a1)
45
- - Hide arrow from tooltip. [`8092e40`](https://github.com/alan-wu/scaffoldvuer/commit/8092e40779474f764b07258c3b0ffe5f94c13714)
46
-
47
- ## [v0.2.1-beta.1](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.1-beta.0...v0.2.1-beta.1) - 2023-06-13
48
-
49
- ### Commits
50
-
51
- - Revert changes in dependencies. [`65a6e57`](https://github.com/alan-wu/scaffoldvuer/commit/65a6e57d663c075804194f3fd2142dae850dea43)
52
-
53
- ## [v0.2.1-beta.0](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.0...v0.2.1-beta.0) - 2023-06-13
54
-
55
- ### Commits
56
-
57
- - Udpate dependencies. [`f014e14`](https://github.com/alan-wu/scaffoldvuer/commit/f014e147e563ae974f6ed0d508a978d2f7b8f78b)
58
-
59
- ## [v0.2.0](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.62...v0.2.0) - 2023-06-12
60
-
61
- ### Merged
62
-
63
- - Update packages. [`#110`](https://github.com/alan-wu/scaffoldvuer/pull/110)
64
- - Update beta text styles. [`#111`](https://github.com/alan-wu/scaffoldvuer/pull/111)
65
-
66
- ### Commits
67
-
68
- - Downgrade to vue 2.6.14 [`7c9364a`](https://github.com/alan-wu/scaffoldvuer/commit/7c9364a0c83e63a1bcb6a6f3a7e7e33de445f9c5)
69
- - Downgrade to vue 2.6.14 [`2c2b1fd`](https://github.com/alan-wu/scaffoldvuer/commit/2c2b1fd4001f9a8c88b692e2918e0224eca87b44)
70
- - Merge in changes. [`af341c3`](https://github.com/alan-wu/scaffoldvuer/commit/af341c33fe60307e6376548cd0f0aa567194df44)
71
-
72
- ## [v0.1.62](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.61...v0.1.62) - 2023-06-01
73
-
74
- ### Merged
75
-
76
- - Enable live updates in show region tooltip method. [`#109`](https://github.com/alan-wu/scaffoldvuer/pull/109)
77
-
78
- ### Commits
79
-
80
- - Update beta text styles. [`e473226`](https://github.com/alan-wu/scaffoldvuer/commit/e473226ab9eaadbdffc727768faa1f2244f395cc)
81
-
82
- ## [v0.1.61](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.60...v0.1.61) - 2023-05-10
83
-
84
- ### Merged
85
-
86
- - Create working search in scaffoldvuer [`#108`](https://github.com/alan-wu/scaffoldvuer/pull/108)
87
-
88
- ### Commits
89
-
90
- - Update some search routines [`63ff726`](https://github.com/alan-wu/scaffoldvuer/commit/63ff726d1ac961320503bbdccc87e3adaf491620)
91
- - Update code style in App.vue. [`1843c2c`](https://github.com/alan-wu/scaffoldvuer/commit/1843c2c160d6e687362aeead10f304cda3e64f98)
92
- - Enable live updates in show region tooltip method. [`7ed8f1f`](https://github.com/alan-wu/scaffoldvuer/commit/7ed8f1f57b2c3750c0c4432dbfdcd9324ea6379b)
93
-
94
- ## [v0.1.60](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.59...v0.1.60) - 2023-05-02
95
-
96
- ### Commits
97
-
98
- - Improve displayTooltip. [`30f9634`](https://github.com/alan-wu/scaffoldvuer/commit/30f9634286d0099ab1903c31930868fd2890aec1)
99
- - Increment version number. [`e7f596e`](https://github.com/alan-wu/scaffoldvuer/commit/e7f596e972ef93202b6032818cc90b420ff0e6f5)
100
-
101
- ## [v0.1.59](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.58...v0.1.59) - 2023-04-27
102
-
103
- ### Merged
104
-
105
- - Remove root [`#107`](https://github.com/alan-wu/scaffoldvuer/pull/107)
106
- - Limit concurrent downloads and allow params to be used in relative path [`#106`](https://github.com/alan-wu/scaffoldvuer/pull/106)
107
- - Add publish and versioning instructions to readme [`#105`](https://github.com/alan-wu/scaffoldvuer/pull/105)
108
-
109
- ### Commits
110
-
111
- - Increment version. [`3d59c95`](https://github.com/alan-wu/scaffoldvuer/commit/3d59c95d95ec61290e823382f1fc0f6ad9fb7670)
112
- - Add some new feature testings. [`da0b214`](https://github.com/alan-wu/scaffoldvuer/commit/da0b214e75c244a9735ab58651771b9cbfe2e007)
113
- - Add testing to the scaffold release process [`4fb35f8`](https://github.com/alan-wu/scaffoldvuer/commit/4fb35f837684ac4a1ab61a767584c86c4c5829d5)
114
-
115
- ## [v0.1.58](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.57...v0.1.58) - 2023-03-20
116
-
117
- ### Merged
118
-
119
- - Improve sync [`#103`](https://github.com/alan-wu/scaffoldvuer/pull/103)
120
- - Improve performance [`#102`](https://github.com/alan-wu/scaffoldvuer/pull/102)
121
-
122
- ### Commits
123
-
124
- - Remove unused file. [`88d25a3`](https://github.com/alan-wu/scaffoldvuer/commit/88d25a38562f6df3fe17827300fb80d605f19fdc)
125
- - Params will now be used in constructing resource url. Incremen to version 0.1.58. [`18f7c6d`](https://github.com/alan-wu/scaffoldvuer/commit/18f7c6d802ee17bfc014259c099fbfa305bf78e3)
126
- - Use th latest scaffoldvuer which limits the number of maximum concurrent downloads. [`2a3643b`](https://github.com/alan-wu/scaffoldvuer/commit/2a3643bda01206505e527ab85ed6b198ec92dce0)
127
-
128
- ## [v0.1.57](https://github.com/alan-wu/scaffoldvuer/compare/0.1.56...v0.1.57) - 2023-01-11
129
-
130
- ### Commits
131
-
132
- - Improve highlighting/selecting and showRegionToolip mehtod. [`4a220f1`](https://github.com/alan-wu/scaffoldvuer/commit/4a220f1c3b16ae3e56b18ea8ab566128ce39d17f)
133
- - Initial improvement on sync mode. [`3816732`](https://github.com/alan-wu/scaffoldvuer/commit/38167322bdfc1bf0bcd5b92e27ab005243636da5)
134
- - Remove module as a prop in tree controls. Set it as non-reactive object instead. [`1dd3ef6`](https://github.com/alan-wu/scaffoldvuer/commit/1dd3ef61b782b6bf813492b9194abcaf3f21a2f8)
135
-
136
- ## [0.1.56](https://github.com/alan-wu/scaffoldvuer/compare/0.1.55...0.1.56) - 2022-12-07
137
-
138
- ### Commits
139
-
140
- - Update to 0.1.56 [`3db35b6`](https://github.com/alan-wu/scaffoldvuer/commit/3db35b686be9d9aa28ea82862368815ec4a24e1e)
141
-
142
- ## [0.1.55](https://github.com/alan-wu/scaffoldvuer/compare/0.1.54...0.1.55) - 2022-11-28
143
-
144
- ### Merged
145
-
146
- - Increment version to 0.1.54. [`#99`](https://github.com/alan-wu/scaffoldvuer/pull/99)
147
-
148
- ### Commits
149
-
150
- - Udpate package version. [`e9ec259`](https://github.com/alan-wu/scaffoldvuer/commit/e9ec25970e9205f5582f19c2abd39026256c96f0)
151
-
152
- ## [0.1.54](https://github.com/alan-wu/scaffoldvuer/compare/0.1.53...0.1.54) - 2022-11-25
153
-
154
- ### Merged
155
-
156
- - Add region name to tooltip. [`#98`](https://github.com/alan-wu/scaffoldvuer/pull/98)
157
- - Update drawer button colours. [`#96`](https://github.com/alan-wu/scaffoldvuer/pull/96)
158
- - Optimisations [`#95`](https://github.com/alan-wu/scaffoldvuer/pull/95)
159
- - Web component [`#94`](https://github.com/alan-wu/scaffoldvuer/pull/94)
160
- - Optimisations [`#92`](https://github.com/alan-wu/scaffoldvuer/pull/92)
161
- - Bump nth-check and @vue/cli-service [`#90`](https://github.com/alan-wu/scaffoldvuer/pull/90)
162
- - Bump ejs and @vue/cli-service [`#91`](https://github.com/alan-wu/scaffoldvuer/pull/91)
163
- - Gltf [`#1`](https://github.com/alan-wu/scaffoldvuer/pull/1)
164
- - Bump terser from 4.8.0 to 4.8.1 [`#88`](https://github.com/alan-wu/scaffoldvuer/pull/88)
165
-
166
- ### Commits
167
-
168
- - Support both npm and wc build. [`31ba12b`](https://github.com/alan-wu/scaffoldvuer/commit/31ba12be2e8a32712d72e2c8ff235348c3e1324a)
169
- - Update package-lock.json. [`b736077`](https://github.com/alan-wu/scaffoldvuer/commit/b736077e3df2792318ecb065b6aa1a4aff571ce6)
170
- - Increment version. [`328b9b4`](https://github.com/alan-wu/scaffoldvuer/commit/328b9b46b0d9bd4e20baac2216f56d1ea87f43dd)
171
-
172
- ## [0.1.53](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.52...0.1.53) - 2022-09-02
173
-
174
- ### Merged
175
-
176
- - Support multiple highlight and selection [`#87`](https://github.com/alan-wu/scaffoldvuer/pull/87)
177
- - Morph normals will now be read in. [`#86`](https://github.com/alan-wu/scaffoldvuer/pull/86)
178
- - Fix incorrect location on the label tooltip. [`#85`](https://github.com/alan-wu/scaffoldvuer/pull/85)
179
- - Zincjs format [`#84`](https://github.com/alan-wu/scaffoldvuer/pull/84)
180
-
181
- ### Commits
182
-
183
- - Initial support for multiple selections and hightlights. [`80298c2`](https://github.com/alan-wu/scaffoldvuer/commit/80298c2fef36cac4f7d0a7cf0b0d78088a8b456f)
184
- - Improve positioning of tooltip of region. [`e735137`](https://github.com/alan-wu/scaffoldvuer/commit/e735137e135a51bc3435eec737a62a8a8d16b911)
185
- - Refactor and add a new flag for the toggleSyncControl method which allow user to set the rotation direction in sync mode. [`0466c13`](https://github.com/alan-wu/scaffoldvuer/commit/0466c13a15e6f5be924397454fd0008820cbf6d8)
186
-
187
- ## [v0.1.52](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.51-fixes-1...v0.1.52) - 2022-05-26
188
-
189
- ### Merged
190
-
191
- - Bump async from 2.6.3 to 2.6.4 [`#81`](https://github.com/alan-wu/scaffoldvuer/pull/81)
192
- - Bump minimist from 1.2.5 to 1.2.6 [`#80`](https://github.com/alan-wu/scaffoldvuer/pull/80)
193
- - Bump ini from 1.3.5 to 1.3.8 [`#83`](https://github.com/alan-wu/scaffoldvuer/pull/83)
194
- - Bump url-parse from 1.5.3 to 1.5.10 [`#79`](https://github.com/alan-wu/scaffoldvuer/pull/79)
195
- - Bump prismjs from 1.26.0 to 1.27.0 [`#78`](https://github.com/alan-wu/scaffoldvuer/pull/78)
196
- - Bump follow-redirects from 1.14.7 to 1.14.8 [`#76`](https://github.com/alan-wu/scaffoldvuer/pull/76)
197
- - Bump ajv from 6.12.0 to 6.12.6 [`#75`](https://github.com/alan-wu/scaffoldvuer/pull/75)
198
- - Build in element ui to avoid styles being used in global space. [`#82`](https://github.com/alan-wu/scaffoldvuer/pull/82)
199
-
200
- ### Commits
201
-
202
- - Update version. [`b939d74`](https://github.com/alan-wu/scaffoldvuer/commit/b939d748a3f89507dc343ff59d10eb5f4b9fccae)
203
- - Merged in upstream chagnes. [`42e86dd`](https://github.com/alan-wu/scaffoldvuer/commit/42e86dd2ab4073aa93c51a83d8cc875f548eee39)
204
- - Add support to drag and drop to view files. [`9b027fc`](https://github.com/alan-wu/scaffoldvuer/commit/9b027fcb60fa20f3745a0dcd789c93b5f57dbaac)
205
-
206
- ## [v0.1.51-fixes-1](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.48...v0.1.51-fixes-1) - 2022-05-19
207
-
208
- ### Merged
209
-
210
- - Update dependencies and bug fixes [`#73`](https://github.com/alan-wu/scaffoldvuer/pull/73)
211
- - Bump node-fetch from 2.6.1 to 2.6.7 [`#72`](https://github.com/alan-wu/scaffoldvuer/pull/72)
212
- - Bump follow-redirects from 1.5.10 to 1.14.7 [`#70`](https://github.com/alan-wu/scaffoldvuer/pull/70)
213
- - Bump nanoid from 3.1.22 to 3.2.0 [`#71`](https://github.com/alan-wu/scaffoldvuer/pull/71)
214
- - Callback improvement and initial gltf exports support [`#69`](https://github.com/alan-wu/scaffoldvuer/pull/69)
215
- - Opacity box [`#68`](https://github.com/alan-wu/scaffoldvuer/pull/68)
216
- - Bump axios from 0.21.1 to 0.21.2 [`#66`](https://github.com/alan-wu/scaffoldvuer/pull/66)
217
- - Bump prismjs from 1.24.0 to 1.25.0 [`#67`](https://github.com/alan-wu/scaffoldvuer/pull/67)
218
- - Bump jquery-ui from 1.12.1 to 1.13.0 [`#65`](https://github.com/alan-wu/scaffoldvuer/pull/65)
219
- - Bump url-parse from 1.5.1 to 1.5.3 [`#64`](https://github.com/alan-wu/scaffoldvuer/pull/64)
220
- - Use scss instead. [`#63`](https://github.com/alan-wu/scaffoldvuer/pull/63)
221
- - Bump path-parse from 1.0.6 to 1.0.7 [`#62`](https://github.com/alan-wu/scaffoldvuer/pull/62)
222
- - Clean up [`#61`](https://github.com/alan-wu/scaffoldvuer/pull/61)
223
- - Rebrand reset zoom to fit to window [`#60`](https://github.com/alan-wu/scaffoldvuer/pull/60)
224
- - Zoom in fix [`#59`](https://github.com/alan-wu/scaffoldvuer/pull/59)
225
- - Bump ws from 6.2.1 to 6.2.2 [`#58`](https://github.com/alan-wu/scaffoldvuer/pull/58)
226
-
227
- ### Commits
228
-
229
- - Build in element ui to avoid styles being used in global space. [`1571136`](https://github.com/alan-wu/scaffoldvuer/commit/1571136ca4d5ec75173962d972e1901f11493122)
230
- - Update package-lock.json. [`916f5c0`](https://github.com/alan-wu/scaffoldvuer/commit/916f5c02fee894b9fd8941ca6ae4ec6f2f89d939)
231
- - Update to the latest version of abi svg icon which changes the component name to be more specific. [`7ee13c8`](https://github.com/alan-wu/scaffoldvuer/commit/7ee13c893b2f4a475daa3b8881d54925aaa0f9a5)
232
-
233
- ## [v0.1.48](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.47...v0.1.48) - 2021-06-29
234
-
235
- ### Commits
236
-
237
- - Increment version to 0.1.48. [`37e0f16`](https://github.com/alan-wu/scaffoldvuer/commit/37e0f16f92be956eef99843afb8c23c58b6a0d41)
238
- - Fix a typo causing zoomi-in to not function as intended. [`4fc83bb`](https://github.com/alan-wu/scaffoldvuer/commit/4fc83bb79db2e9cf41809c7e18e31a14234096cc)
239
- - Improve background popper. [`70ffff8`](https://github.com/alan-wu/scaffoldvuer/commit/70ffff836261376e075b578369f6e5002da86cd7)
240
-
241
- ## [v0.1.47](https://github.com/alan-wu/scaffoldvuer/compare/0.1.46...v0.1.47) - 2021-06-01
242
-
243
- ### Merged
244
-
245
- - Support new viewURL and region props. [`#57`](https://github.com/alan-wu/scaffoldvuer/pull/57)
246
- - Bump dns-packet from 1.3.1 to 1.3.4 [`#56`](https://github.com/alan-wu/scaffoldvuer/pull/56)
247
- - View url [`#55`](https://github.com/alan-wu/scaffoldvuer/pull/55)
248
-
249
- ### Commits
250
-
251
- - Support visibility state setting/getting. [`651cf88`](https://github.com/alan-wu/scaffoldvuer/commit/651cf88a4c73480ece3742ebdf9289c00a74650d)
252
- - Increment version. [`739a816`](https://github.com/alan-wu/scaffoldvuer/commit/739a816fa34c9ddc0e1c1a7a31ff2d566bf539e5)
253
- - Provide a new prop viewURL which adds a new way for setting viewport. [`f257dd4`](https://github.com/alan-wu/scaffoldvuer/commit/f257dd4a8b036041abdb92c19817a796ec2f41b9)
254
-
255
- ## 0.1.46 - 2021-05-18
256
-
257
- ### Merged
258
-
259
- - Add api and reactive component for region [`#54`](https://github.com/alan-wu/scaffoldvuer/pull/54)
260
- - Animation displays [`#53`](https://github.com/alan-wu/scaffoldvuer/pull/53)
261
- - Bump elliptic from 6.5.3 to 6.5.4 [`#47`](https://github.com/alan-wu/scaffoldvuer/pull/47)
262
- - Bump y18n from 4.0.0 to 4.0.1 [`#48`](https://github.com/alan-wu/scaffoldvuer/pull/48)
263
- - Bump ssri from 6.0.1 to 6.0.2 [`#49`](https://github.com/alan-wu/scaffoldvuer/pull/49)
264
- - Bump lodash from 4.17.19 to 4.17.21 [`#51`](https://github.com/alan-wu/scaffoldvuer/pull/51)
265
- - Bump hosted-git-info from 2.8.8 to 2.8.9 [`#52`](https://github.com/alan-wu/scaffoldvuer/pull/52)
266
- - Bump url-parse from 1.4.7 to 1.5.1 [`#50`](https://github.com/alan-wu/scaffoldvuer/pull/50)
267
- - Improve tooltip visual and update ZincJS library which improve markers visual. [`#46`](https://github.com/alan-wu/scaffoldvuer/pull/46)
268
- - Add the ability to toggle rendering on/off. [`#45`](https://github.com/alan-wu/scaffoldvuer/pull/45)
269
- - UI improvements [`#43`](https://github.com/alan-wu/scaffoldvuer/pull/43)
270
- - State APIs [`#42`](https://github.com/alan-wu/scaffoldvuer/pull/42)
271
- - Bump axios from 0.19.2 to 0.21.1 [`#41`](https://github.com/alan-wu/scaffoldvuer/pull/41)
272
- - Bump highlight.js from 9.18.1 to 9.18.5 [`#40`](https://github.com/alan-wu/scaffoldvuer/pull/40)
273
- - Export is now named. Version update to 0.1.43. [`#39`](https://github.com/alan-wu/scaffoldvuer/pull/39)
274
- - Build bundle without external modules. [`#38`](https://github.com/alan-wu/scaffoldvuer/pull/38)
275
- - Add vuestyleguide documentation. [`#37`](https://github.com/alan-wu/scaffoldvuer/pull/37)
276
- - Add search for the table. [`#36`](https://github.com/alan-wu/scaffoldvuer/pull/36)
277
- - Fetch data from google sheet for models information. [`#35`](https://github.com/alan-wu/scaffoldvuer/pull/35)
278
- - Add minimap [`#34`](https://github.com/alan-wu/scaffoldvuer/pull/34)
279
- - Version0.1.39 [`#33`](https://github.com/alan-wu/scaffoldvuer/pull/33)
280
- - Add an emit output for time of the scene [`#29`](https://github.com/alan-wu/scaffoldvuer/pull/29)
281
- - Bump elliptic from 6.5.2 to 6.5.3 [`#32`](https://github.com/alan-wu/scaffoldvuer/pull/32)
282
- - Update documentation. [`#31`](https://github.com/alan-wu/scaffoldvuer/pull/31)
283
- - Bump lodash from 4.17.15 to 4.17.19 [`#30`](https://github.com/alan-wu/scaffoldvuer/pull/30)
284
- - version 0.1.38. [`#28`](https://github.com/alan-wu/scaffoldvuer/pull/28)
285
- - Improve view all and add a warning message. [`#27`](https://github.com/alan-wu/scaffoldvuer/pull/27)
286
- - Added delay to tooltips [`#26`](https://github.com/alan-wu/scaffoldvuer/pull/26)
287
- - Remove unneccessary character. [`#25`](https://github.com/alan-wu/scaffoldvuer/pull/25)
288
- - Fix another bug causing undeifned checkbox and bump version, [`#24`](https://github.com/alan-wu/scaffoldvuer/pull/24)
289
- - Release 0.1.34 [`#23`](https://github.com/alan-wu/scaffoldvuer/pull/23)
290
- - Fix a typo. [`#22`](https://github.com/alan-wu/scaffoldvuer/pull/22)
291
- - Add new tooltips. [`#21`](https://github.com/alan-wu/scaffoldvuer/pull/21)
292
- - Add help mode to app and switch popups to purple [`#20`](https://github.com/alan-wu/scaffoldvuer/pull/20)
293
- - Make checkbox size consistent. [`#19`](https://github.com/alan-wu/scaffoldvuer/pull/19)
294
- - Add number of changes. [`#18`](https://github.com/alan-wu/scaffoldvuer/pull/18)
295
- - Bump websocket-extensions from 0.1.3 to 0.1.4 [`#17`](https://github.com/alan-wu/scaffoldvuer/pull/17)
296
- - Improve sizing and position of time slider. [`#16`](https://github.com/alan-wu/scaffoldvuer/pull/16)
297
- - Various improvements and changes. [`#15`](https://github.com/alan-wu/scaffoldvuer/pull/15)
298
- - Add a method to capture screenshot. [`#14`](https://github.com/alan-wu/scaffoldvuer/pull/14)
299
- - All regions are now visible at the beginning. [`#13`](https://github.com/alan-wu/scaffoldvuer/pull/13)
300
- - Group reset button with other navigation control. [`#12`](https://github.com/alan-wu/scaffoldvuer/pull/12)
301
- - Various updates. [`#11`](https://github.com/alan-wu/scaffoldvuer/pull/11)
302
- - Fixed various bugs, features and documentation. [`#10`](https://github.com/alan-wu/scaffoldvuer/pull/10)
303
- - Add the ability to track selected region locations. [`#9`](https://github.com/alan-wu/scaffoldvuer/pull/9)
304
- - Bug fixes and improvements. [`#8`](https://github.com/alan-wu/scaffoldvuer/pull/8)
305
- - Update the controls. [`#7`](https://github.com/alan-wu/scaffoldvuer/pull/7)
306
- - Improve the example app. [`#5`](https://github.com/alan-wu/scaffoldvuer/pull/5)
307
- - Stylistic change and rename Geometries to Surfaces. [`#4`](https://github.com/alan-wu/scaffoldvuer/pull/4)
308
- - Several minor updates. [`#3`](https://github.com/alan-wu/scaffoldvuer/pull/3)
309
- - Improve both performance and interface. [`#2`](https://github.com/alan-wu/scaffoldvuer/pull/2)
310
- - Use Element library for the ui components. [`#1`](https://github.com/alan-wu/scaffoldvuer/pull/1)
311
-
312
- ### Commits
313
-
314
- - Update scaffoldvuer to read in duration related data from ZincJS. [`93a5f13`](https://github.com/alan-wu/scaffoldvuer/commit/93a5f136f0effcb29a471d3658e5ac53a98dc7c2)
315
- - Initial update to use icons from the design team. [`6d8747e`](https://github.com/alan-wu/scaffoldvuer/commit/6d8747ecd6609588f2a78b89e9da56bde1e18df8)
316
- - Fix some of the styles. [`4dcb140`](https://github.com/alan-wu/scaffoldvuer/commit/4dcb140591383e04385baa9ed2551dc59ee397f7)
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9
+
10
+ ## [v0.3.1](https://github.com/alan-wu/scaffoldvuer/compare/v0.3.0...v0.3.1)
11
+
12
+ ### Merged
13
+
14
+ - Texture slides controller and update marker colour [`#119`](https://github.com/alan-wu/scaffoldvuer/pull/119)
15
+
16
+ ### Commits
17
+
18
+ - Add texture slide settings. [`0850678`](https://github.com/alan-wu/scaffoldvuer/commit/0850678c69a5503d1af6c1a9e579deda7f812981)
19
+ - Restructure the code base. [`8851b64`](https://github.com/alan-wu/scaffoldvuer/commit/8851b64cf17c5709547391e1336de11e2a1d2d70)
20
+ - Get opacity controls going again. [`3ac7c8f`](https://github.com/alan-wu/scaffoldvuer/commit/3ac7c8fc632876f53592abb2904a811a57f0d5b6)
21
+
22
+ ## [v0.3.0](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.2...v0.3.0) - 2023-09-14
23
+
24
+ ### Merged
25
+
26
+ - Add prop for setting markers [`#118`](https://github.com/alan-wu/scaffoldvuer/pull/118)
27
+ - Supports concurrent markers and primitives picking. Markers picking is always prioritised. [`#117`](https://github.com/alan-wu/scaffoldvuer/pull/117)
28
+ - Region select [`#116`](https://github.com/alan-wu/scaffoldvuer/pull/116)
29
+ - Texture [`#115`](https://github.com/alan-wu/scaffoldvuer/pull/115)
30
+ - Provide UI to change the direction of the auto tumble. [`#114`](https://github.com/alan-wu/scaffoldvuer/pull/114)
31
+
32
+ ### Commits
33
+
34
+ - Restructing demo files and improve texture testing. [`b3ceb38`](https://github.com/alan-wu/scaffoldvuer/commit/b3ceb3880fc7d00983ab4ada97289af84bdfe66c)
35
+ - Add prop to take in markers, update on that prop [`ed903e1`](https://github.com/alan-wu/scaffoldvuer/commit/ed903e128323d2cf226f22112315cb985fbed40f)
36
+ - Update package-lock.json. [`e050f08`](https://github.com/alan-wu/scaffoldvuer/commit/e050f086c6bcb9a7bb3b7edce3d9358247203da3)
37
+
38
+ ## [v0.2.2](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.2-beta.2...v0.2.2) - 2023-07-18
39
+
40
+ ### Merged
41
+
42
+ - Add a new optional open map menu [`#113`](https://github.com/alan-wu/scaffoldvuer/pull/113)
43
+
44
+ ## [v0.2.2-beta.2](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.2-beta.1...v0.2.2-beta.2) - 2023-07-12
45
+
46
+ ### Commits
47
+
48
+ - Support single and multiple term searches. [`e874126`](https://github.com/alan-wu/scaffoldvuer/commit/e874126859685929656a9e593b5ba4c0b74ebb30)
49
+ - Fix a typo. [`bf94cd3`](https://github.com/alan-wu/scaffoldvuer/commit/bf94cd392e1b3b8ace625b17d277357ec1fda004)
50
+
51
+ ## [v0.2.2-beta.1](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.2-beta.0...v0.2.2-beta.1) - 2023-07-11
52
+
53
+ ### Commits
54
+
55
+ - Open map options are now a prop. [`9e59f2a`](https://github.com/alan-wu/scaffoldvuer/commit/9e59f2a60d9cba2c558d7e0433bf5d31066eba6c)
56
+
57
+ ## [v0.2.2-beta.0](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.1...v0.2.2-beta.0) - 2023-07-11
58
+
59
+ ### Merged
60
+
61
+ - Add a loading wheel on the region tree until the model is fully loaded. [`#112`](https://github.com/alan-wu/scaffoldvuer/pull/112)
62
+
63
+ ### Commits
64
+
65
+ - Add open map UI. [`e2d6e99`](https://github.com/alan-wu/scaffoldvuer/commit/e2d6e99828829e9a3e15c6b4aeef618103795a04)
66
+ - Update svg icon. [`905b2ed`](https://github.com/alan-wu/scaffoldvuer/commit/905b2edd0bc0d4a6085feaf7b6af8365dfde5ffd)
67
+
68
+ ## [v0.2.1](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.1-beta.1...v0.2.1) - 2023-06-22
69
+
70
+ ### Commits
71
+
72
+ - Update zincjs to 1.0.16 which calculate rect on mouse enter event. [`939f3cd`](https://github.com/alan-wu/scaffoldvuer/commit/939f3cd038887f3382dae374ba2a2e77c63855a1)
73
+ - Hide arrow from tooltip. [`8092e40`](https://github.com/alan-wu/scaffoldvuer/commit/8092e40779474f764b07258c3b0ffe5f94c13714)
74
+
75
+ ## [v0.2.1-beta.1](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.1-beta.0...v0.2.1-beta.1) - 2023-06-13
76
+
77
+ ### Commits
78
+
79
+ - Revert changes in dependencies. [`65a6e57`](https://github.com/alan-wu/scaffoldvuer/commit/65a6e57d663c075804194f3fd2142dae850dea43)
80
+
81
+ ## [v0.2.1-beta.0](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.0...v0.2.1-beta.0) - 2023-06-13
82
+
83
+ ### Commits
84
+
85
+ - Udpate dependencies. [`f014e14`](https://github.com/alan-wu/scaffoldvuer/commit/f014e147e563ae974f6ed0d508a978d2f7b8f78b)
86
+
87
+ ## [v0.2.0](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.62...v0.2.0) - 2023-06-12
88
+
89
+ ### Merged
90
+
91
+ - Update packages. [`#110`](https://github.com/alan-wu/scaffoldvuer/pull/110)
92
+ - Update beta text styles. [`#111`](https://github.com/alan-wu/scaffoldvuer/pull/111)
93
+
94
+ ### Commits
95
+
96
+ - Downgrade to vue 2.6.14 [`7c9364a`](https://github.com/alan-wu/scaffoldvuer/commit/7c9364a0c83e63a1bcb6a6f3a7e7e33de445f9c5)
97
+ - Downgrade to vue 2.6.14 [`2c2b1fd`](https://github.com/alan-wu/scaffoldvuer/commit/2c2b1fd4001f9a8c88b692e2918e0224eca87b44)
98
+ - Merge in changes. [`af341c3`](https://github.com/alan-wu/scaffoldvuer/commit/af341c33fe60307e6376548cd0f0aa567194df44)
99
+
100
+ ## [v0.1.62](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.61...v0.1.62) - 2023-06-01
101
+
102
+ ### Merged
103
+
104
+ - Enable live updates in show region tooltip method. [`#109`](https://github.com/alan-wu/scaffoldvuer/pull/109)
105
+
106
+ ### Commits
107
+
108
+ - Update beta text styles. [`e473226`](https://github.com/alan-wu/scaffoldvuer/commit/e473226ab9eaadbdffc727768faa1f2244f395cc)
109
+
110
+ ## [v0.1.61](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.60...v0.1.61) - 2023-05-10
111
+
112
+ ### Merged
113
+
114
+ - Create working search in scaffoldvuer [`#108`](https://github.com/alan-wu/scaffoldvuer/pull/108)
115
+
116
+ ### Commits
117
+
118
+ - Update some search routines [`63ff726`](https://github.com/alan-wu/scaffoldvuer/commit/63ff726d1ac961320503bbdccc87e3adaf491620)
119
+ - Update code style in App.vue. [`1843c2c`](https://github.com/alan-wu/scaffoldvuer/commit/1843c2c160d6e687362aeead10f304cda3e64f98)
120
+ - Enable live updates in show region tooltip method. [`7ed8f1f`](https://github.com/alan-wu/scaffoldvuer/commit/7ed8f1f57b2c3750c0c4432dbfdcd9324ea6379b)
121
+
122
+ ## [v0.1.60](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.59...v0.1.60) - 2023-05-02
123
+
124
+ ### Commits
125
+
126
+ - Improve displayTooltip. [`30f9634`](https://github.com/alan-wu/scaffoldvuer/commit/30f9634286d0099ab1903c31930868fd2890aec1)
127
+ - Increment version number. [`e7f596e`](https://github.com/alan-wu/scaffoldvuer/commit/e7f596e972ef93202b6032818cc90b420ff0e6f5)
128
+
129
+ ## [v0.1.59](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.58...v0.1.59) - 2023-04-27
130
+
131
+ ### Merged
132
+
133
+ - Remove root [`#107`](https://github.com/alan-wu/scaffoldvuer/pull/107)
134
+ - Limit concurrent downloads and allow params to be used in relative path [`#106`](https://github.com/alan-wu/scaffoldvuer/pull/106)
135
+ - Add publish and versioning instructions to readme [`#105`](https://github.com/alan-wu/scaffoldvuer/pull/105)
136
+
137
+ ### Commits
138
+
139
+ - Increment version. [`3d59c95`](https://github.com/alan-wu/scaffoldvuer/commit/3d59c95d95ec61290e823382f1fc0f6ad9fb7670)
140
+ - Add some new feature testings. [`da0b214`](https://github.com/alan-wu/scaffoldvuer/commit/da0b214e75c244a9735ab58651771b9cbfe2e007)
141
+ - Add testing to the scaffold release process [`4fb35f8`](https://github.com/alan-wu/scaffoldvuer/commit/4fb35f837684ac4a1ab61a767584c86c4c5829d5)
142
+
143
+ ## [v0.1.58](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.57...v0.1.58) - 2023-03-20
144
+
145
+ ### Merged
146
+
147
+ - Improve sync [`#103`](https://github.com/alan-wu/scaffoldvuer/pull/103)
148
+ - Improve performance [`#102`](https://github.com/alan-wu/scaffoldvuer/pull/102)
149
+
150
+ ### Commits
151
+
152
+ - Remove unused file. [`88d25a3`](https://github.com/alan-wu/scaffoldvuer/commit/88d25a38562f6df3fe17827300fb80d605f19fdc)
153
+ - Params will now be used in constructing resource url. Incremen to version 0.1.58. [`18f7c6d`](https://github.com/alan-wu/scaffoldvuer/commit/18f7c6d802ee17bfc014259c099fbfa305bf78e3)
154
+ - Use th latest scaffoldvuer which limits the number of maximum concurrent downloads. [`2a3643b`](https://github.com/alan-wu/scaffoldvuer/commit/2a3643bda01206505e527ab85ed6b198ec92dce0)
155
+
156
+ ## [v0.1.57](https://github.com/alan-wu/scaffoldvuer/compare/0.1.56...v0.1.57) - 2023-01-11
157
+
158
+ ### Commits
159
+
160
+ - Improve highlighting/selecting and showRegionToolip mehtod. [`4a220f1`](https://github.com/alan-wu/scaffoldvuer/commit/4a220f1c3b16ae3e56b18ea8ab566128ce39d17f)
161
+ - Initial improvement on sync mode. [`3816732`](https://github.com/alan-wu/scaffoldvuer/commit/38167322bdfc1bf0bcd5b92e27ab005243636da5)
162
+ - Remove module as a prop in tree controls. Set it as non-reactive object instead. [`1dd3ef6`](https://github.com/alan-wu/scaffoldvuer/commit/1dd3ef61b782b6bf813492b9194abcaf3f21a2f8)
163
+
164
+ ## [0.1.56](https://github.com/alan-wu/scaffoldvuer/compare/0.1.55...0.1.56) - 2022-12-07
165
+
166
+ ### Commits
167
+
168
+ - Update to 0.1.56 [`3db35b6`](https://github.com/alan-wu/scaffoldvuer/commit/3db35b686be9d9aa28ea82862368815ec4a24e1e)
169
+
170
+ ## [0.1.55](https://github.com/alan-wu/scaffoldvuer/compare/0.1.54...0.1.55) - 2022-11-28
171
+
172
+ ### Merged
173
+
174
+ - Increment version to 0.1.54. [`#99`](https://github.com/alan-wu/scaffoldvuer/pull/99)
175
+
176
+ ### Commits
177
+
178
+ - Udpate package version. [`e9ec259`](https://github.com/alan-wu/scaffoldvuer/commit/e9ec25970e9205f5582f19c2abd39026256c96f0)
179
+
180
+ ## [0.1.54](https://github.com/alan-wu/scaffoldvuer/compare/0.1.53...0.1.54) - 2022-11-25
181
+
182
+ ### Merged
183
+
184
+ - Add region name to tooltip. [`#98`](https://github.com/alan-wu/scaffoldvuer/pull/98)
185
+ - Update drawer button colours. [`#96`](https://github.com/alan-wu/scaffoldvuer/pull/96)
186
+ - Optimisations [`#95`](https://github.com/alan-wu/scaffoldvuer/pull/95)
187
+ - Web component [`#94`](https://github.com/alan-wu/scaffoldvuer/pull/94)
188
+ - Optimisations [`#92`](https://github.com/alan-wu/scaffoldvuer/pull/92)
189
+ - Bump nth-check and @vue/cli-service [`#90`](https://github.com/alan-wu/scaffoldvuer/pull/90)
190
+ - Bump ejs and @vue/cli-service [`#91`](https://github.com/alan-wu/scaffoldvuer/pull/91)
191
+ - Gltf [`#1`](https://github.com/alan-wu/scaffoldvuer/pull/1)
192
+ - Bump terser from 4.8.0 to 4.8.1 [`#88`](https://github.com/alan-wu/scaffoldvuer/pull/88)
193
+
194
+ ### Commits
195
+
196
+ - Support both npm and wc build. [`31ba12b`](https://github.com/alan-wu/scaffoldvuer/commit/31ba12be2e8a32712d72e2c8ff235348c3e1324a)
197
+ - Update package-lock.json. [`b736077`](https://github.com/alan-wu/scaffoldvuer/commit/b736077e3df2792318ecb065b6aa1a4aff571ce6)
198
+ - Increment version. [`328b9b4`](https://github.com/alan-wu/scaffoldvuer/commit/328b9b46b0d9bd4e20baac2216f56d1ea87f43dd)
199
+
200
+ ## [0.1.53](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.52...0.1.53) - 2022-09-02
201
+
202
+ ### Merged
203
+
204
+ - Support multiple highlight and selection [`#87`](https://github.com/alan-wu/scaffoldvuer/pull/87)
205
+ - Morph normals will now be read in. [`#86`](https://github.com/alan-wu/scaffoldvuer/pull/86)
206
+ - Fix incorrect location on the label tooltip. [`#85`](https://github.com/alan-wu/scaffoldvuer/pull/85)
207
+ - Zincjs format [`#84`](https://github.com/alan-wu/scaffoldvuer/pull/84)
208
+
209
+ ### Commits
210
+
211
+ - Initial support for multiple selections and hightlights. [`80298c2`](https://github.com/alan-wu/scaffoldvuer/commit/80298c2fef36cac4f7d0a7cf0b0d78088a8b456f)
212
+ - Improve positioning of tooltip of region. [`e735137`](https://github.com/alan-wu/scaffoldvuer/commit/e735137e135a51bc3435eec737a62a8a8d16b911)
213
+ - Refactor and add a new flag for the toggleSyncControl method which allow user to set the rotation direction in sync mode. [`0466c13`](https://github.com/alan-wu/scaffoldvuer/commit/0466c13a15e6f5be924397454fd0008820cbf6d8)
214
+
215
+ ## [v0.1.52](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.51-fixes-1...v0.1.52) - 2022-05-26
216
+
217
+ ### Merged
218
+
219
+ - Bump async from 2.6.3 to 2.6.4 [`#81`](https://github.com/alan-wu/scaffoldvuer/pull/81)
220
+ - Bump minimist from 1.2.5 to 1.2.6 [`#80`](https://github.com/alan-wu/scaffoldvuer/pull/80)
221
+ - Bump ini from 1.3.5 to 1.3.8 [`#83`](https://github.com/alan-wu/scaffoldvuer/pull/83)
222
+ - Bump url-parse from 1.5.3 to 1.5.10 [`#79`](https://github.com/alan-wu/scaffoldvuer/pull/79)
223
+ - Bump prismjs from 1.26.0 to 1.27.0 [`#78`](https://github.com/alan-wu/scaffoldvuer/pull/78)
224
+ - Bump follow-redirects from 1.14.7 to 1.14.8 [`#76`](https://github.com/alan-wu/scaffoldvuer/pull/76)
225
+ - Bump ajv from 6.12.0 to 6.12.6 [`#75`](https://github.com/alan-wu/scaffoldvuer/pull/75)
226
+ - Build in element ui to avoid styles being used in global space. [`#82`](https://github.com/alan-wu/scaffoldvuer/pull/82)
227
+
228
+ ### Commits
229
+
230
+ - Update version. [`b939d74`](https://github.com/alan-wu/scaffoldvuer/commit/b939d748a3f89507dc343ff59d10eb5f4b9fccae)
231
+ - Merged in upstream chagnes. [`42e86dd`](https://github.com/alan-wu/scaffoldvuer/commit/42e86dd2ab4073aa93c51a83d8cc875f548eee39)
232
+ - Add support to drag and drop to view files. [`9b027fc`](https://github.com/alan-wu/scaffoldvuer/commit/9b027fcb60fa20f3745a0dcd789c93b5f57dbaac)
233
+
234
+ ## [v0.1.51-fixes-1](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.48...v0.1.51-fixes-1) - 2022-05-19
235
+
236
+ ### Merged
237
+
238
+ - Update dependencies and bug fixes [`#73`](https://github.com/alan-wu/scaffoldvuer/pull/73)
239
+ - Bump node-fetch from 2.6.1 to 2.6.7 [`#72`](https://github.com/alan-wu/scaffoldvuer/pull/72)
240
+ - Bump follow-redirects from 1.5.10 to 1.14.7 [`#70`](https://github.com/alan-wu/scaffoldvuer/pull/70)
241
+ - Bump nanoid from 3.1.22 to 3.2.0 [`#71`](https://github.com/alan-wu/scaffoldvuer/pull/71)
242
+ - Callback improvement and initial gltf exports support [`#69`](https://github.com/alan-wu/scaffoldvuer/pull/69)
243
+ - Opacity box [`#68`](https://github.com/alan-wu/scaffoldvuer/pull/68)
244
+ - Bump axios from 0.21.1 to 0.21.2 [`#66`](https://github.com/alan-wu/scaffoldvuer/pull/66)
245
+ - Bump prismjs from 1.24.0 to 1.25.0 [`#67`](https://github.com/alan-wu/scaffoldvuer/pull/67)
246
+ - Bump jquery-ui from 1.12.1 to 1.13.0 [`#65`](https://github.com/alan-wu/scaffoldvuer/pull/65)
247
+ - Bump url-parse from 1.5.1 to 1.5.3 [`#64`](https://github.com/alan-wu/scaffoldvuer/pull/64)
248
+ - Use scss instead. [`#63`](https://github.com/alan-wu/scaffoldvuer/pull/63)
249
+ - Bump path-parse from 1.0.6 to 1.0.7 [`#62`](https://github.com/alan-wu/scaffoldvuer/pull/62)
250
+ - Clean up [`#61`](https://github.com/alan-wu/scaffoldvuer/pull/61)
251
+ - Rebrand reset zoom to fit to window [`#60`](https://github.com/alan-wu/scaffoldvuer/pull/60)
252
+ - Zoom in fix [`#59`](https://github.com/alan-wu/scaffoldvuer/pull/59)
253
+ - Bump ws from 6.2.1 to 6.2.2 [`#58`](https://github.com/alan-wu/scaffoldvuer/pull/58)
254
+
255
+ ### Commits
256
+
257
+ - Build in element ui to avoid styles being used in global space. [`1571136`](https://github.com/alan-wu/scaffoldvuer/commit/1571136ca4d5ec75173962d972e1901f11493122)
258
+ - Update package-lock.json. [`916f5c0`](https://github.com/alan-wu/scaffoldvuer/commit/916f5c02fee894b9fd8941ca6ae4ec6f2f89d939)
259
+ - Update to the latest version of abi svg icon which changes the component name to be more specific. [`7ee13c8`](https://github.com/alan-wu/scaffoldvuer/commit/7ee13c893b2f4a475daa3b8881d54925aaa0f9a5)
260
+
261
+ ## [v0.1.48](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.47...v0.1.48) - 2021-06-29
262
+
263
+ ### Commits
264
+
265
+ - Increment version to 0.1.48. [`37e0f16`](https://github.com/alan-wu/scaffoldvuer/commit/37e0f16f92be956eef99843afb8c23c58b6a0d41)
266
+ - Fix a typo causing zoomi-in to not function as intended. [`4fc83bb`](https://github.com/alan-wu/scaffoldvuer/commit/4fc83bb79db2e9cf41809c7e18e31a14234096cc)
267
+ - Improve background popper. [`70ffff8`](https://github.com/alan-wu/scaffoldvuer/commit/70ffff836261376e075b578369f6e5002da86cd7)
268
+
269
+ ## [v0.1.47](https://github.com/alan-wu/scaffoldvuer/compare/0.1.46...v0.1.47) - 2021-06-01
270
+
271
+ ### Merged
272
+
273
+ - Support new viewURL and region props. [`#57`](https://github.com/alan-wu/scaffoldvuer/pull/57)
274
+ - Bump dns-packet from 1.3.1 to 1.3.4 [`#56`](https://github.com/alan-wu/scaffoldvuer/pull/56)
275
+ - View url [`#55`](https://github.com/alan-wu/scaffoldvuer/pull/55)
276
+
277
+ ### Commits
278
+
279
+ - Support visibility state setting/getting. [`651cf88`](https://github.com/alan-wu/scaffoldvuer/commit/651cf88a4c73480ece3742ebdf9289c00a74650d)
280
+ - Increment version. [`739a816`](https://github.com/alan-wu/scaffoldvuer/commit/739a816fa34c9ddc0e1c1a7a31ff2d566bf539e5)
281
+ - Provide a new prop viewURL which adds a new way for setting viewport. [`f257dd4`](https://github.com/alan-wu/scaffoldvuer/commit/f257dd4a8b036041abdb92c19817a796ec2f41b9)
282
+
283
+ ## 0.1.46 - 2021-05-18
284
+
285
+ ### Merged
286
+
287
+ - Add api and reactive component for region [`#54`](https://github.com/alan-wu/scaffoldvuer/pull/54)
288
+ - Animation displays [`#53`](https://github.com/alan-wu/scaffoldvuer/pull/53)
289
+ - Bump elliptic from 6.5.3 to 6.5.4 [`#47`](https://github.com/alan-wu/scaffoldvuer/pull/47)
290
+ - Bump y18n from 4.0.0 to 4.0.1 [`#48`](https://github.com/alan-wu/scaffoldvuer/pull/48)
291
+ - Bump ssri from 6.0.1 to 6.0.2 [`#49`](https://github.com/alan-wu/scaffoldvuer/pull/49)
292
+ - Bump lodash from 4.17.19 to 4.17.21 [`#51`](https://github.com/alan-wu/scaffoldvuer/pull/51)
293
+ - Bump hosted-git-info from 2.8.8 to 2.8.9 [`#52`](https://github.com/alan-wu/scaffoldvuer/pull/52)
294
+ - Bump url-parse from 1.4.7 to 1.5.1 [`#50`](https://github.com/alan-wu/scaffoldvuer/pull/50)
295
+ - Improve tooltip visual and update ZincJS library which improve markers visual. [`#46`](https://github.com/alan-wu/scaffoldvuer/pull/46)
296
+ - Add the ability to toggle rendering on/off. [`#45`](https://github.com/alan-wu/scaffoldvuer/pull/45)
297
+ - UI improvements [`#43`](https://github.com/alan-wu/scaffoldvuer/pull/43)
298
+ - State APIs [`#42`](https://github.com/alan-wu/scaffoldvuer/pull/42)
299
+ - Bump axios from 0.19.2 to 0.21.1 [`#41`](https://github.com/alan-wu/scaffoldvuer/pull/41)
300
+ - Bump highlight.js from 9.18.1 to 9.18.5 [`#40`](https://github.com/alan-wu/scaffoldvuer/pull/40)
301
+ - Export is now named. Version update to 0.1.43. [`#39`](https://github.com/alan-wu/scaffoldvuer/pull/39)
302
+ - Build bundle without external modules. [`#38`](https://github.com/alan-wu/scaffoldvuer/pull/38)
303
+ - Add vuestyleguide documentation. [`#37`](https://github.com/alan-wu/scaffoldvuer/pull/37)
304
+ - Add search for the table. [`#36`](https://github.com/alan-wu/scaffoldvuer/pull/36)
305
+ - Fetch data from google sheet for models information. [`#35`](https://github.com/alan-wu/scaffoldvuer/pull/35)
306
+ - Add minimap [`#34`](https://github.com/alan-wu/scaffoldvuer/pull/34)
307
+ - Version0.1.39 [`#33`](https://github.com/alan-wu/scaffoldvuer/pull/33)
308
+ - Add an emit output for time of the scene [`#29`](https://github.com/alan-wu/scaffoldvuer/pull/29)
309
+ - Bump elliptic from 6.5.2 to 6.5.3 [`#32`](https://github.com/alan-wu/scaffoldvuer/pull/32)
310
+ - Update documentation. [`#31`](https://github.com/alan-wu/scaffoldvuer/pull/31)
311
+ - Bump lodash from 4.17.15 to 4.17.19 [`#30`](https://github.com/alan-wu/scaffoldvuer/pull/30)
312
+ - version 0.1.38. [`#28`](https://github.com/alan-wu/scaffoldvuer/pull/28)
313
+ - Improve view all and add a warning message. [`#27`](https://github.com/alan-wu/scaffoldvuer/pull/27)
314
+ - Added delay to tooltips [`#26`](https://github.com/alan-wu/scaffoldvuer/pull/26)
315
+ - Remove unneccessary character. [`#25`](https://github.com/alan-wu/scaffoldvuer/pull/25)
316
+ - Fix another bug causing undeifned checkbox and bump version, [`#24`](https://github.com/alan-wu/scaffoldvuer/pull/24)
317
+ - Release 0.1.34 [`#23`](https://github.com/alan-wu/scaffoldvuer/pull/23)
318
+ - Fix a typo. [`#22`](https://github.com/alan-wu/scaffoldvuer/pull/22)
319
+ - Add new tooltips. [`#21`](https://github.com/alan-wu/scaffoldvuer/pull/21)
320
+ - Add help mode to app and switch popups to purple [`#20`](https://github.com/alan-wu/scaffoldvuer/pull/20)
321
+ - Make checkbox size consistent. [`#19`](https://github.com/alan-wu/scaffoldvuer/pull/19)
322
+ - Add number of changes. [`#18`](https://github.com/alan-wu/scaffoldvuer/pull/18)
323
+ - Bump websocket-extensions from 0.1.3 to 0.1.4 [`#17`](https://github.com/alan-wu/scaffoldvuer/pull/17)
324
+ - Improve sizing and position of time slider. [`#16`](https://github.com/alan-wu/scaffoldvuer/pull/16)
325
+ - Various improvements and changes. [`#15`](https://github.com/alan-wu/scaffoldvuer/pull/15)
326
+ - Add a method to capture screenshot. [`#14`](https://github.com/alan-wu/scaffoldvuer/pull/14)
327
+ - All regions are now visible at the beginning. [`#13`](https://github.com/alan-wu/scaffoldvuer/pull/13)
328
+ - Group reset button with other navigation control. [`#12`](https://github.com/alan-wu/scaffoldvuer/pull/12)
329
+ - Various updates. [`#11`](https://github.com/alan-wu/scaffoldvuer/pull/11)
330
+ - Fixed various bugs, features and documentation. [`#10`](https://github.com/alan-wu/scaffoldvuer/pull/10)
331
+ - Add the ability to track selected region locations. [`#9`](https://github.com/alan-wu/scaffoldvuer/pull/9)
332
+ - Bug fixes and improvements. [`#8`](https://github.com/alan-wu/scaffoldvuer/pull/8)
333
+ - Update the controls. [`#7`](https://github.com/alan-wu/scaffoldvuer/pull/7)
334
+ - Improve the example app. [`#5`](https://github.com/alan-wu/scaffoldvuer/pull/5)
335
+ - Stylistic change and rename Geometries to Surfaces. [`#4`](https://github.com/alan-wu/scaffoldvuer/pull/4)
336
+ - Several minor updates. [`#3`](https://github.com/alan-wu/scaffoldvuer/pull/3)
337
+ - Improve both performance and interface. [`#2`](https://github.com/alan-wu/scaffoldvuer/pull/2)
338
+ - Use Element library for the ui components. [`#1`](https://github.com/alan-wu/scaffoldvuer/pull/1)
339
+
340
+ ### Commits
341
+
342
+ - Update scaffoldvuer to read in duration related data from ZincJS. [`93a5f13`](https://github.com/alan-wu/scaffoldvuer/commit/93a5f136f0effcb29a471d3658e5ac53a98dc7c2)
343
+ - Initial update to use icons from the design team. [`6d8747e`](https://github.com/alan-wu/scaffoldvuer/commit/6d8747ecd6609588f2a78b89e9da56bde1e18df8)
344
+ - Fix some of the styles. [`4dcb140`](https://github.com/alan-wu/scaffoldvuer/commit/4dcb140591383e04385baa9ed2551dc59ee397f7)