zincjs 1.4.0-beta.0 → 1.4.0-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/CHANGELOG.md +5 -50
- package/build/zinc.frontend.js +1 -1
- package/build/zinc.js +10 -3
- package/build/zinc.js.map +1 -1
- package/package.json +1 -1
- package/src/primitives/glyphset.js +1 -9
package/CHANGELOG.md
CHANGED
|
@@ -7,72 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
9
9
|
|
|
10
|
-
## [v1.
|
|
10
|
+
## [v1.4.0-beta.1](https://github.com/alan-wu/ZincJS/compare/v1.0.14...v1.4.0-beta.1)
|
|
11
11
|
|
|
12
12
|
### Merged
|
|
13
13
|
|
|
14
|
+
- Updae marker colour, update methods for textureSlide. [`#49`](https://github.com/alan-wu/ZincJS/pull/49)
|
|
14
15
|
- Add a way to enable marker for specific zinc objects, [`#48`](https://github.com/alan-wu/ZincJS/pull/48)
|
|
15
|
-
|
|
16
|
-
### Commits
|
|
17
|
-
|
|
18
|
-
- Updae marker colour, update methods for textureSlide. [`1d59180`](https://github.com/alan-wu/ZincJS/commit/1d5918030a663238fe563a7e7a652388a6c7e18b)
|
|
19
|
-
- Adjust marker colour. [`4fce797`](https://github.com/alan-wu/ZincJS/commit/4fce79721744b937957caf2419bf55afb8b86faf)
|
|
20
|
-
|
|
21
|
-
## [v1.2.0](https://github.com/alan-wu/ZincJS/compare/v1.1.0...v1.2.0) - 2023-09-04
|
|
22
|
-
|
|
23
|
-
### Merged
|
|
24
|
-
|
|
25
16
|
- Add UUID to region, scene and primitives [`#47`](https://github.com/alan-wu/ZincJS/pull/47)
|
|
26
|
-
|
|
27
|
-
### Commits
|
|
28
|
-
|
|
29
|
-
- Add a way to enable marker for specific zinc objects, [`7b717b0`](https://github.com/alan-wu/ZincJS/commit/7b717b074855f36e154b66a05ec7fbab87752162)
|
|
30
|
-
|
|
31
|
-
## [v1.1.0](https://github.com/alan-wu/ZincJS/compare/v1.0.17...v1.1.0) - 2023-08-30
|
|
32
|
-
|
|
33
|
-
### Commits
|
|
34
|
-
|
|
35
|
-
- Fix bugs found in multiple places. [`304e479`](https://github.com/alan-wu/ZincJS/commit/304e4799bbb3bb781fbeee43d69bb338312b9136)
|
|
36
|
-
- Add uuid to primitives, regions and scenes. [`7720c36`](https://github.com/alan-wu/ZincJS/commit/7720c363eded632e4660f551abe2637e903e8c8b)
|
|
37
|
-
- Clean up markers. [`a6fd701`](https://github.com/alan-wu/ZincJS/commit/a6fd7018799ad183a059cea23b83965373c02520)
|
|
38
|
-
|
|
39
|
-
## [v1.0.17](https://github.com/alan-wu/ZincJS/compare/v1.0.16...v1.0.17) - 2023-08-10
|
|
40
|
-
|
|
41
|
-
### Merged
|
|
42
|
-
|
|
43
17
|
- Improve volume render and texture [`#46`](https://github.com/alan-wu/ZincJS/pull/46)
|
|
44
18
|
- Update docs [`#86`](https://github.com/alan-wu/ZincJS/pull/86)
|
|
45
19
|
- Update README.md. [`#85`](https://github.com/alan-wu/ZincJS/pull/85)
|
|
46
20
|
- Update docs [`#84`](https://github.com/alan-wu/ZincJS/pull/84)
|
|
47
21
|
- Update docs [`#83`](https://github.com/alan-wu/ZincJS/pull/83)
|
|
48
22
|
- Update docs [`#45`](https://github.com/alan-wu/ZincJS/pull/45)
|
|
49
|
-
|
|
50
|
-
### Commits
|
|
51
|
-
|
|
52
|
-
- Update jsdoc documentation. [`031623f`](https://github.com/alan-wu/ZincJS/commit/031623fae2f21e5583f9c0b5672eb227b8d2b047)
|
|
53
|
-
- Update jsdoc documentation. [`c181a61`](https://github.com/alan-wu/ZincJS/commit/c181a614f7d4d3ef03d5a82f58e1ef0845ffd49a)
|
|
54
|
-
- Update more documentation. [`0079e34`](https://github.com/alan-wu/ZincJS/commit/0079e34bde13709496f95063e92c5afef664a924)
|
|
55
|
-
|
|
56
|
-
## [v1.0.16](https://github.com/alan-wu/ZincJS/compare/v1.0.16-beta.0...v1.0.16) - 2023-06-22
|
|
57
|
-
|
|
58
|
-
## [v1.0.16-beta.0](https://github.com/alan-wu/ZincJS/compare/1.0.15...v1.0.16-beta.0) - 2023-06-22
|
|
59
|
-
|
|
60
|
-
### Merged
|
|
61
|
-
|
|
62
23
|
- Add new npm release and changelog commands. [`#44`](https://github.com/alan-wu/ZincJS/pull/44)
|
|
63
24
|
- Support params in loading and fix a bug with settings in metadata. [`#43`](https://github.com/alan-wu/ZincJS/pull/43)
|
|
64
25
|
|
|
65
26
|
### Commits
|
|
66
27
|
|
|
67
|
-
-
|
|
68
|
-
-
|
|
69
|
-
-
|
|
70
|
-
|
|
71
|
-
## [1.0.15](https://github.com/alan-wu/ZincJS/compare/v1.0.14...1.0.15) - 2023-03-20
|
|
72
|
-
|
|
73
|
-
### Commits
|
|
74
|
-
|
|
75
|
-
- Support params in loading and fix a bug with settings in metadata. [`bc5cdd1`](https://github.com/alan-wu/ZincJS/commit/bc5cdd135c3e931f33e45d7baef5e0057319f32a)
|
|
28
|
+
- Update jsdoc documentation. [`031623f`](https://github.com/alan-wu/ZincJS/commit/031623fae2f21e5583f9c0b5672eb227b8d2b047)
|
|
29
|
+
- Update jsdoc documentation. [`c181a61`](https://github.com/alan-wu/ZincJS/commit/c181a614f7d4d3ef03d5a82f58e1ef0845ffd49a)
|
|
30
|
+
- Add lod and dynamic loading with it. [`50e858c`](https://github.com/alan-wu/ZincJS/commit/50e858c5a6e795a952c10d4ec6c945969506f321)
|
|
76
31
|
|
|
77
32
|
## [v1.0.14](https://github.com/alan-wu/ZincJS/compare/v1.0.13...v1.0.14) - 2023-03-09
|
|
78
33
|
|