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