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