@abi-software/scaffoldvuer 0.2.2 → 0.2.3-alpha
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.
- package/.eslintrc.js +12 -12
- package/CHANGELOG.md +316 -316
- package/LICENSE +201 -201
- package/README.md +164 -164
- package/babel.config.js +14 -14
- package/dist/scaffoldvuer-wc.common.js +183 -35
- package/dist/scaffoldvuer-wc.umd.js +183 -35
- package/dist/scaffoldvuer-wc.umd.min.js +183 -35
- package/dist/scaffoldvuer.common.js +1076 -717
- package/dist/scaffoldvuer.common.js.map +1 -1
- package/dist/scaffoldvuer.css +1 -1
- package/dist/scaffoldvuer.umd.js +1076 -717
- package/dist/scaffoldvuer.umd.js.map +1 -1
- package/dist/scaffoldvuer.umd.min.js +1 -1
- package/dist/scaffoldvuer.umd.min.js.map +1 -1
- package/package-lock.json +18119 -18121
- package/package.json +89 -89
- package/public/index.html +17 -17
- package/src/App.vue +669 -714
- package/src/ScaffoldVuer-wc.js +13 -13
- package/src/{components → app}/DropZone.vue +114 -114
- package/src/{components → app}/ModelsInformation.js +35 -35
- package/src/{components → app}/ModelsTable.vue +113 -113
- package/src/app/TextureDemos.js +114 -0
- package/src/assets/_variables.scss +43 -43
- package/src/assets/styles.scss +7 -7
- package/src/components/OpacityControls.vue +222 -222
- package/src/components/ScaffoldTooltip.vue +142 -141
- package/src/components/ScaffoldVuer.md +44 -44
- package/src/components/ScaffoldVuer.vue +1997 -1887
- package/src/components/TreeControls.vue +699 -691
- package/src/components/index.js +7 -7
- package/src/components/test.pdf +0 -0
- package/src/main.js +14 -14
- package/src/scripts/BaseModule.js +80 -80
- package/src/scripts/RendererModule.js +289 -289
- package/src/scripts/WebGL.js +94 -94
- package/src/scripts/annotation.js +5 -5
- package/src/scripts/eventNotifier.js +66 -66
- package/src/scripts/graphicsHighlight.js +134 -134
- package/src/scripts/organsRenderer.js +587 -606
- package/src/scripts/search.js +182 -153
- package/src/scripts/utilities.js +146 -43
- package/src/searchControls.vue +122 -0
- package/styleguide.config.js +22 -22
- package/vue.config.js +41 -41
- package/src/credential.json +0 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,316 +1,316 @@
|
|
|
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.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)
|