zincjs 1.0.15 → 1.0.16-beta.0

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/CHANGELOG.md ADDED
@@ -0,0 +1,243 @@
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
+ ## [1.0.16-beta.0](https://github.com/alan-wu/ZincJS/compare/1.0.15...1.0.16-beta.0)
11
+
12
+ ### Merged
13
+
14
+ - Add new npm release and changelog commands. [`#44`](https://github.com/alan-wu/ZincJS/pull/44)
15
+ - Support params in loading and fix a bug with settings in metadata. [`#43`](https://github.com/alan-wu/ZincJS/pull/43)
16
+
17
+ ### Commits
18
+
19
+ - Add release and changelog command. [`1a36857`](https://github.com/alan-wu/ZincJS/commit/1a36857ae47463b465af94d792a41d5e5457af80)
20
+ - Add changelog. [`7f5d973`](https://github.com/alan-wu/ZincJS/commit/7f5d973142513baebbf39439a3b6a4aef4ad6694)
21
+ - Update codes to get the updated rect on mouse enter. Rect is also caculated with intersection observer. [`71ed26f`](https://github.com/alan-wu/ZincJS/commit/71ed26f9e5cd1cf0b888c953ec4e8d1803726ff2)
22
+
23
+ ## [1.0.15](https://github.com/alan-wu/ZincJS/compare/v1.0.14...1.0.15) - 2023-03-20
24
+
25
+ ### Commits
26
+
27
+ - Support params in loading and fix a bug with settings in metadata. [`bc5cdd1`](https://github.com/alan-wu/ZincJS/commit/bc5cdd135c3e931f33e45d7baef5e0057319f32a)
28
+
29
+ ## [v1.0.14](https://github.com/alan-wu/ZincJS/compare/v1.0.13...v1.0.14) - 2023-03-09
30
+
31
+ ### Merged
32
+
33
+ - Limit maximum concurrent download with json files to 20. [`#42`](https://github.com/alan-wu/ZincJS/pull/42)
34
+ - Texture array [`#41`](https://github.com/alan-wu/ZincJS/pull/41)
35
+ - Add unit tests for region. [`#40`](https://github.com/alan-wu/ZincJS/pull/40)
36
+ - Update unit tests. [`#39`](https://github.com/alan-wu/ZincJS/pull/39)
37
+
38
+ ### Commits
39
+
40
+ - Increment verison to 1.0.14. [`1994942`](https://github.com/alan-wu/ZincJS/commit/19949424f8e76c3116e21f65744306d71a8076d4)
41
+ - Increment version to 1.0.12 [`a2940e2`](https://github.com/alan-wu/ZincJS/commit/a2940e28213e63b713f09851726b24604c2de01f)
42
+
43
+ ## [v1.0.13](https://github.com/alan-wu/ZincJS/compare/v1.0.12...v1.0.13) - 2023-02-22
44
+
45
+ ### Commits
46
+
47
+ - Increment version to 1.0.13 [`b8a1fe5`](https://github.com/alan-wu/ZincJS/commit/b8a1fe5ef05c6bcc1cd8b84a212bc90956f7f9a3)
48
+
49
+ ## [v1.0.12](https://github.com/alan-wu/ZincJS/compare/v1.0.11...v1.0.12) - 2023-02-22
50
+
51
+ ### Merged
52
+
53
+ - Update tests. [`#79`](https://github.com/alan-wu/ZincJS/pull/79)
54
+
55
+ ### Commits
56
+
57
+ - Add new texture related objects. [`9a38ad4`](https://github.com/alan-wu/ZincJS/commit/9a38ad4f9ac4579180f1d80747ce6c64702b4b47)
58
+ - Initial support for 2d array texture. [`a9b6efd`](https://github.com/alan-wu/ZincJS/commit/a9b6efdb0f0f329c608670aa072460211d51d038)
59
+ - Add unit tests for region. [`ecae6fc`](https://github.com/alan-wu/ZincJS/commit/ecae6fca7abcceecb526f7f997720cbab36d94fa)
60
+
61
+ ## [v1.0.11](https://github.com/alan-wu/ZincJS/compare/1.0.10...v1.0.11) - 2023-01-11
62
+
63
+ ### Commits
64
+
65
+ - Change zincObject getClosestVertexDOMElementCoords method to return object informing the caller either the position is in view or out of view. [`1f86541`](https://github.com/alan-wu/ZincJS/commit/1f86541dea2b54b5f5889867d32f1b6ac9a568b3)
66
+ - Increment version to 1.0.11. [`cf0b836`](https://github.com/alan-wu/ZincJS/commit/cf0b8369782ace537c41fca12433a0b713282536)
67
+
68
+ ## [1.0.10](https://github.com/alan-wu/ZincJS/compare/1.0.9...1.0.10) - 2023-01-09
69
+
70
+ ### Merged
71
+
72
+ - Bump json-schema and jsprim in /test [`#65`](https://github.com/alan-wu/ZincJS/pull/65)
73
+ - Bump loader-utils from 1.2.3 to 1.4.2 [`#67`](https://github.com/alan-wu/ZincJS/pull/67)
74
+ - Bump loader-utils from 1.4.0 to 1.4.2 in /test [`#68`](https://github.com/alan-wu/ZincJS/pull/68)
75
+ - Bump decode-uri-component from 0.2.0 to 0.2.2 in /test [`#72`](https://github.com/alan-wu/ZincJS/pull/72)
76
+ - Bump decode-uri-component from 0.2.0 to 0.2.2 [`#71`](https://github.com/alan-wu/ZincJS/pull/71)
77
+ - Bump minimatch from 3.0.4 to 3.1.2 [`#69`](https://github.com/alan-wu/ZincJS/pull/69)
78
+ - Bump minimatch from 3.0.4 to 3.1.2 in /test [`#70`](https://github.com/alan-wu/ZincJS/pull/70)
79
+ - Bump qs from 6.5.2 to 6.5.3 in /test [`#73`](https://github.com/alan-wu/ZincJS/pull/73)
80
+ - Bump minimist and mocha in /test [`#63`](https://github.com/alan-wu/ZincJS/pull/63)
81
+ - Bump json5 from 1.0.1 to 1.0.2 [`#75`](https://github.com/alan-wu/ZincJS/pull/75)
82
+ - Add a method to get the dom element coordinates from ndc and a method… [`#77`](https://github.com/alan-wu/ZincJS/pull/77)
83
+ - Improve glyphset performance. [`#76`](https://github.com/alan-wu/ZincJS/pull/76)
84
+ - Now use threejs 0.130.1 and transpile to esmodule [`#38`](https://github.com/alan-wu/ZincJS/pull/38)
85
+ - Glyph labels [`#37`](https://github.com/alan-wu/ZincJS/pull/37)
86
+
87
+ ### Commits
88
+
89
+ - Add a method to get the dom element coordinates from ndc and a method to get ndc from document coordinates. [`4de9db4`](https://github.com/alan-wu/ZincJS/commit/4de9db481413addde0086903fb8c40d36c0531a4)
90
+ - Increment version. [`7bf2884`](https://github.com/alan-wu/ZincJS/commit/7bf2884365112a2ebea03d51ebff2e7befce76cb)
91
+
92
+ ## [1.0.9](https://github.com/alan-wu/ZincJS/compare/v1.0.4...1.0.9) - 2022-11-28
93
+
94
+ ### Merged
95
+
96
+ - Picking optimisation [`#62`](https://github.com/alan-wu/ZincJS/pull/62)
97
+ - Bump jsdom from 16.4.0 to 16.5.0 in /test [`#59`](https://github.com/alan-wu/ZincJS/pull/59)
98
+ - Bump terser from 4.8.0 to 4.8.1 in /test [`#61`](https://github.com/alan-wu/ZincJS/pull/61)
99
+ - Bump terser from 4.8.0 to 4.8.1 [`#60`](https://github.com/alan-wu/ZincJS/pull/60)
100
+
101
+ ### Commits
102
+
103
+ - Optimise picking - reduce number of function calls, instantiations. Picking should also be more accurate. [`3fc4f5c`](https://github.com/alan-wu/ZincJS/commit/3fc4f5c39826079a3456b052889d965cb6127b1e)
104
+ - Improve logic on counting readable metadata items. [`929517d`](https://github.com/alan-wu/ZincJS/commit/929517dd52485e1c343a2db5f39d5b068c38e62b)
105
+ - Fix abug where forcePickableObjectsUpdate is never reset. [`f51796b`](https://github.com/alan-wu/ZincJS/commit/f51796b3ffd8e85a895c055bb7da61f3fc9fee90)
106
+
107
+ ## [v1.0.4](https://github.com/alan-wu/ZincJS/compare/v1.0.2...v1.0.4) - 2022-08-09
108
+
109
+ ### Commits
110
+
111
+ - Improved support for gltf format. Does not support morphing yet. [`ae024be`](https://github.com/alan-wu/ZincJS/commit/ae024bee639fecd0e26ca6f1e08bd2e8f8475798)
112
+ - Add the ability to limit the direction of rotation. [`2c2bd27`](https://github.com/alan-wu/ZincJS/commit/2c2bd27eef5c7f1743ced2a1a377a2767c86f569)
113
+ - Fix morph colours do not work without morph geometry. [`44cd3d5`](https://github.com/alan-wu/ZincJS/commit/44cd3d5df156c39694e0ae061775eac3dacb5af6)
114
+
115
+ ## [v1.0.2](https://github.com/alan-wu/ZincJS/compare/v1.0.1...v1.0.2) - 2022-06-30
116
+
117
+ ### Commits
118
+
119
+ - Add new API to hide all children. [`f878b82`](https://github.com/alan-wu/ZincJS/commit/f878b8297c1d53dd46eae1f13b578e28c4bcd7fc)
120
+ - Increment version to 1.0.2 [`05f1c7d`](https://github.com/alan-wu/ZincJS/commit/05f1c7d224ccc758a021e6c355358477bbb51e5e)
121
+ - Fix a bug in setColourHex method. [`4db8011`](https://github.com/alan-wu/ZincJS/commit/4db8011bce38cd851295c7f9ac0e44f914a34576)
122
+
123
+ ## [v1.0.1](https://github.com/alan-wu/ZincJS/compare/v1.0.0...v1.0.1) - 2022-06-20
124
+
125
+ ### Merged
126
+
127
+ - Region [`#58`](https://github.com/alan-wu/ZincJS/pull/58)
128
+ - Bump async from 2.6.3 to 2.6.4 [`#56`](https://github.com/alan-wu/ZincJS/pull/56)
129
+ - Bump minimist from 1.2.5 to 1.2.6 [`#55`](https://github.com/alan-wu/ZincJS/pull/55)
130
+ - Bump simple-get from 3.1.0 to 3.1.1 in /test [`#54`](https://github.com/alan-wu/ZincJS/pull/54)
131
+ - Bump pathval from 1.1.0 to 1.1.1 in /test [`#52`](https://github.com/alan-wu/ZincJS/pull/52)
132
+ - Bump ajv from 6.10.2 to 6.12.6 [`#53`](https://github.com/alan-wu/ZincJS/pull/53)
133
+
134
+ ### Commits
135
+
136
+ - Add first revision of region supports. [`79788e0`](https://github.com/alan-wu/ZincJS/commit/79788e0d8ea294ccf30aae2988d46deba99017bd)
137
+ - Initial region support.. [`1d31387`](https://github.com/alan-wu/ZincJS/commit/1d3138759ace5c9c15ce5e381b3ad9c7f40ebccb)
138
+ - Now read the normals. [`69b4744`](https://github.com/alan-wu/ZincJS/commit/69b4744f3097741799fad66c17bcc5d693678b34)
139
+
140
+ ## [v1.0.0](https://github.com/alan-wu/ZincJS/compare/v0.40.0...v1.0.0) - 2022-05-26
141
+
142
+ ### Merged
143
+
144
+ - Render primitives in the order they are listed. [`#49`](https://github.com/alan-wu/ZincJS/pull/49)
145
+ - Gltf exports [`#48`](https://github.com/alan-wu/ZincJS/pull/48)
146
+ - Bump path-parse from 1.0.6 to 1.0.7 [`#45`](https://github.com/alan-wu/ZincJS/pull/45)
147
+ - Bump path-parse from 1.0.6 to 1.0.7 in /test [`#46`](https://github.com/alan-wu/ZincJS/pull/46)
148
+ - Bump tar from 4.4.13 to 4.4.19 in /test [`#47`](https://github.com/alan-wu/ZincJS/pull/47)
149
+
150
+ ### Commits
151
+
152
+ - Add basic support to GLTF export [`13074b4`](https://github.com/alan-wu/ZincJS/commit/13074b424c79bab8948b8c08d0e1e5be45f46dfb)
153
+ - Add a function to copy a geometry to indexed buffer geometry. [`5ec84b8`](https://github.com/alan-wu/ZincJS/commit/5ec84b83182b657b7c68936c7914348ce9aa8b4d)
154
+ - Implement ndc control system. [`7aeb776`](https://github.com/alan-wu/ZincJS/commit/7aeb776a58a076b526a12bad564fccb0f44e8b28)
155
+
156
+ ## v0.40.0 - 2021-08-02
157
+
158
+ ### Merged
159
+
160
+ - Glyph labels [`#43`](https://github.com/alan-wu/ZincJS/pull/43)
161
+ - Bump ws from 7.3.1 to 7.4.6 in /test [`#42`](https://github.com/alan-wu/ZincJS/pull/42)
162
+ - Bump hosted-git-info from 2.8.8 to 2.8.9 in /test [`#40`](https://github.com/alan-wu/ZincJS/pull/40)
163
+ - Bump browserslist from 4.8.2 to 4.16.6 [`#41`](https://github.com/alan-wu/ZincJS/pull/41)
164
+ - Morph color fix [`#36`](https://github.com/alan-wu/ZincJS/pull/36)
165
+ - Add anatomical id to primitive objects. [`#35`](https://github.com/alan-wu/ZincJS/pull/35)
166
+ - Bump underscore from 1.9.1 to 1.13.1 [`#37`](https://github.com/alan-wu/ZincJS/pull/37)
167
+ - Bump lodash from 4.17.19 to 4.17.21 [`#38`](https://github.com/alan-wu/ZincJS/pull/38)
168
+ - Bump lodash from 4.17.20 to 4.17.21 in /test [`#39`](https://github.com/alan-wu/ZincJS/pull/39)
169
+ - Add settings as parseable entry in metadata file. [`#34`](https://github.com/alan-wu/ZincJS/pull/34)
170
+ - Add scaffoldvuer to the list of examples. [`#33`](https://github.com/alan-wu/ZincJS/pull/33)
171
+ - Bump y18n from 4.0.0 to 4.0.3 [`#36`](https://github.com/alan-wu/ZincJS/pull/36)
172
+ - Bump elliptic from 6.5.3 to 6.5.4 in /test [`#31`](https://github.com/alan-wu/ZincJS/pull/31)
173
+ - Bump ssri from 6.0.1 to 6.0.2 in /test [`#35`](https://github.com/alan-wu/ZincJS/pull/35)
174
+ - Bump elliptic from 6.5.3 to 6.5.4 [`#30`](https://github.com/alan-wu/ZincJS/pull/30)
175
+ - Bump y18n from 3.2.1 to 3.2.2 in /test [`#33`](https://github.com/alan-wu/ZincJS/pull/33)
176
+ - Bump ssri from 6.0.1 to 6.0.2 [`#34`](https://github.com/alan-wu/ZincJS/pull/34)
177
+ - Bump pug-code-gen from 2.0.2 to 2.0.3 [`#29`](https://github.com/alan-wu/ZincJS/pull/29)
178
+ - Bump three from 0.120.1 to 0.125.0 in /test [`#28`](https://github.com/alan-wu/ZincJS/pull/28)
179
+ - Bump three from 0.120.1 to 0.125.0 [`#27`](https://github.com/alan-wu/ZincJS/pull/27)
180
+ - Improve performance and markers [`#32`](https://github.com/alan-wu/ZincJS/pull/32)
181
+ - Update dependencies and improve codes around requestAnimationFrame [`#31`](https://github.com/alan-wu/ZincJS/pull/31)
182
+ - Bump ini from 1.3.5 to 1.3.7 in /test [`#26`](https://github.com/alan-wu/ZincJS/pull/26)
183
+ - Bump ini from 1.3.5 to 1.3.7 [`#25`](https://github.com/alan-wu/ZincJS/pull/25)
184
+ - Improve FinishDownload callback [`#30`](https://github.com/alan-wu/ZincJS/pull/30)
185
+ - Version 0.36.1. [`#29`](https://github.com/alan-wu/ZincJS/pull/29)
186
+ - ZincJS 0.36 release [`#28`](https://github.com/alan-wu/ZincJS/pull/28)
187
+ - Glyphset optimisation [`#27`](https://github.com/alan-wu/ZincJS/pull/27)
188
+ - Version 0.35.1 release [`#26`](https://github.com/alan-wu/ZincJS/pull/26)
189
+ - Bump yargs-parser from 13.1.1 to 13.1.2 [`#24`](https://github.com/alan-wu/ZincJS/pull/24)
190
+ - Bump bl from 3.0.0 to 3.0.1 in /test [`#23`](https://github.com/alan-wu/ZincJS/pull/23)
191
+ - Increment version to 0.35.0. [`#25`](https://github.com/alan-wu/ZincJS/pull/25)
192
+ - Minimap [`#24`](https://github.com/alan-wu/ZincJS/pull/24)
193
+ - Version 0.34 release [`#23`](https://github.com/alan-wu/ZincJS/pull/23)
194
+ - Markers can now be added to all ZincObjects. [`#22`](https://github.com/alan-wu/ZincJS/pull/22)
195
+ - Create a new prototype ZincObject [`#21`](https://github.com/alan-wu/ZincJS/pull/21)
196
+ - Marker [`#20`](https://github.com/alan-wu/ZincJS/pull/20)
197
+ - Bump lodash from 4.17.15 to 4.17.19 in /test [`#19`](https://github.com/alan-wu/ZincJS/pull/19)
198
+ - Bump elliptic from 6.5.2 to 6.5.3 [`#18`](https://github.com/alan-wu/ZincJS/pull/18)
199
+ - Bump elliptic from 6.5.2 to 6.5.3 in /test [`#16`](https://github.com/alan-wu/ZincJS/pull/16)
200
+ - Bump lodash from 4.17.15 to 4.17.19 [`#17`](https://github.com/alan-wu/ZincJS/pull/17)
201
+ - Improve performacne on hovering and view all. [`#22`](https://github.com/alan-wu/ZincJS/pull/22)
202
+ - Improve on controls. [`#21`](https://github.com/alan-wu/ZincJS/pull/21)
203
+ - Add API to adjust zoom and change autotumble rate calculation. [`#20`](https://github.com/alan-wu/ZincJS/pull/20)
204
+ - Fix a bug causing scene may not start properly at the beginning. [`#19`](https://github.com/alan-wu/ZincJS/pull/19)
205
+ - Add post render callback. [`#18`](https://github.com/alan-wu/ZincJS/pull/18)
206
+ - Add few more APIs. [`#17`](https://github.com/alan-wu/ZincJS/pull/17)
207
+ - Bump acorn from 6.4.0 to 6.4.1 in /test [`#15`](https://github.com/alan-wu/ZincJS/pull/15)
208
+ - Disable picking when the camera control is undergoing other operations. [`#16`](https://github.com/alan-wu/ZincJS/pull/16)
209
+ - Add methods to set and get colour in hex string for different primiti… [`#15`](https://github.com/alan-wu/ZincJS/pull/15)
210
+ - Fix a problem with Resizesensor not respond correctly. [`#14`](https://github.com/alan-wu/ZincJS/pull/14)
211
+ - Improve performance and update dependencies. [`#13`](https://github.com/alan-wu/ZincJS/pull/13)
212
+ - Improve unit tests and add missing APIs. [`#12`](https://github.com/alan-wu/ZincJS/pull/12)
213
+ - Ensure objects identity can be passed onto user during picking. [`#11`](https://github.com/alan-wu/ZincJS/pull/11)
214
+ - Add supports to line primitives. [`#10`](https://github.com/alan-wu/ZincJS/pull/10)
215
+ - Use BufferGeometry of Geometry. [`#9`](https://github.com/alan-wu/ZincJS/pull/9)
216
+ - View all function now works for time dependent vertices. [`#8`](https://github.com/alan-wu/ZincJS/pull/8)
217
+ - Set frustumCulled to false for time dependent mesh. [`#7`](https://github.com/alan-wu/ZincJS/pull/7)
218
+ - Add JUnit reports. [`#6`](https://github.com/alan-wu/ZincJS/pull/6)
219
+ - Fix coverage test and update url. [`#5`](https://github.com/alan-wu/ZincJS/pull/5)
220
+ - Test pull request. [`#4`](https://github.com/alan-wu/ZincJS/pull/4)
221
+ - Major updates and add unit tests. [`#3`](https://github.com/alan-wu/ZincJS/pull/3)
222
+ - Worker [`#13`](https://github.com/alan-wu/ZincJS/pull/13)
223
+ - Canvas [`#12`](https://github.com/alan-wu/ZincJS/pull/12)
224
+ - Es6 [`#11`](https://github.com/alan-wu/ZincJS/pull/11)
225
+ - Merged changes [`#2`](https://github.com/alan-wu/ZincJS/pull/2)
226
+ - Provide link to PyZinc2ZincJS [`#10`](https://github.com/alan-wu/ZincJS/pull/10)
227
+ - Update documentation [`#9`](https://github.com/alan-wu/ZincJS/pull/9)
228
+ - Remove unused variable. [`#1`](https://github.com/alan-wu/ZincJS/pull/1)
229
+ - Fix: JSONLoader(boolean) is deprecated [`#8`](https://github.com/alan-wu/ZincJS/pull/8)
230
+ - Update webpack [`#7`](https://github.com/alan-wu/ZincJS/pull/7)
231
+ - Laziest attempt at removing circular dependencies [`#5`](https://github.com/alan-wu/ZincJS/pull/5)
232
+ - Fixing up some md formatting [`#1`](https://github.com/alan-wu/ZincJS/pull/1)
233
+
234
+ ### Fixed
235
+
236
+ - Fix url provided in metadata is not resolved relative to the metadata file itself. Fixes #14. [`#14`](https://github.com/alan-wu/ZincJS/issues/14)
237
+ - Each module from the olde zinc_3js_renderer.js is now separated from it and move to its own file. Closes #1. [`#1`](https://github.com/alan-wu/ZincJS/issues/1)
238
+
239
+ ### Commits
240
+
241
+ - Update WebGL Zinc to use my modified version of threejs r74, update example page and readme. [`f1270b5`](https://github.com/alan-wu/ZincJS/commit/f1270b5d182529d399a355ed798fd4643b75bf04)
242
+ - Update test file. [`f7f6487`](https://github.com/alan-wu/ZincJS/commit/f7f648718a6aae2bf57721c32afd3b8a523c4da2)
243
+ - Fix issues with Geometry being deprecated by three.js. [`c992986`](https://github.com/alan-wu/ZincJS/commit/c992986d8929e962be801b515889f161a9927c3f)