zincjs 1.2.0 → 1.3.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 +9 -37
- package/build/zinc.frontend.js +1 -1
- package/build/zinc.js +45 -17
- package/build/zinc.js.map +1 -1
- package/package.json +2 -2
- package/src/assets/mapMarker.svg +1 -1
- package/src/controls.js +2 -2
- package/src/primitives/marker.js +3 -2
- package/src/primitives/textureSlides.js +126 -46
- package/src/primitives/zincObject.js +1 -1
- package/src/shaders/textureSlide.js +6 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,61 +7,33 @@ 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.
|
|
11
|
-
|
|
12
|
-
### Merged
|
|
13
|
-
|
|
14
|
-
- Add UUID to region, scene and primitives [`#47`](https://github.com/alan-wu/ZincJS/pull/47)
|
|
10
|
+
## [v1.3.1](https://github.com/alan-wu/ZincJS/compare/v1.4.0-beta.1...v1.3.1)
|
|
15
11
|
|
|
16
12
|
### Commits
|
|
17
13
|
|
|
18
|
-
-
|
|
19
|
-
|
|
20
|
-
## [v1.1.0](https://github.com/alan-wu/ZincJS/compare/v1.0.17...v1.1.0) - 2023-08-30
|
|
21
|
-
|
|
22
|
-
### Commits
|
|
14
|
+
- Fix some issue found with vue3 build. [`46f980e`](https://github.com/alan-wu/ZincJS/commit/46f980e2834a2de2194c39aee8f4d8ce919e3cdb)
|
|
23
15
|
|
|
24
|
-
|
|
25
|
-
- Add uuid to primitives, regions and scenes. [`7720c36`](https://github.com/alan-wu/ZincJS/commit/7720c363eded632e4660f551abe2637e903e8c8b)
|
|
26
|
-
- Clean up markers. [`a6fd701`](https://github.com/alan-wu/ZincJS/commit/a6fd7018799ad183a059cea23b83965373c02520)
|
|
27
|
-
|
|
28
|
-
## [v1.0.17](https://github.com/alan-wu/ZincJS/compare/v1.0.16...v1.0.17) - 2023-08-10
|
|
16
|
+
## [v1.4.0-beta.1](https://github.com/alan-wu/ZincJS/compare/v1.0.14...v1.4.0-beta.1) - 2023-12-15
|
|
29
17
|
|
|
30
18
|
### Merged
|
|
31
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)
|
|
32
23
|
- Improve volume render and texture [`#46`](https://github.com/alan-wu/ZincJS/pull/46)
|
|
33
24
|
- Update docs [`#86`](https://github.com/alan-wu/ZincJS/pull/86)
|
|
34
25
|
- Update README.md. [`#85`](https://github.com/alan-wu/ZincJS/pull/85)
|
|
35
26
|
- Update docs [`#84`](https://github.com/alan-wu/ZincJS/pull/84)
|
|
36
27
|
- Update docs [`#83`](https://github.com/alan-wu/ZincJS/pull/83)
|
|
37
28
|
- Update docs [`#45`](https://github.com/alan-wu/ZincJS/pull/45)
|
|
38
|
-
|
|
39
|
-
### Commits
|
|
40
|
-
|
|
41
|
-
- Update jsdoc documentation. [`031623f`](https://github.com/alan-wu/ZincJS/commit/031623fae2f21e5583f9c0b5672eb227b8d2b047)
|
|
42
|
-
- Update jsdoc documentation. [`c181a61`](https://github.com/alan-wu/ZincJS/commit/c181a614f7d4d3ef03d5a82f58e1ef0845ffd49a)
|
|
43
|
-
- Update more documentation. [`0079e34`](https://github.com/alan-wu/ZincJS/commit/0079e34bde13709496f95063e92c5afef664a924)
|
|
44
|
-
|
|
45
|
-
## [v1.0.16](https://github.com/alan-wu/ZincJS/compare/v1.0.16-beta.0...v1.0.16) - 2023-06-22
|
|
46
|
-
|
|
47
|
-
## [v1.0.16-beta.0](https://github.com/alan-wu/ZincJS/compare/1.0.15...v1.0.16-beta.0) - 2023-06-22
|
|
48
|
-
|
|
49
|
-
### Merged
|
|
50
|
-
|
|
51
29
|
- Add new npm release and changelog commands. [`#44`](https://github.com/alan-wu/ZincJS/pull/44)
|
|
52
30
|
- Support params in loading and fix a bug with settings in metadata. [`#43`](https://github.com/alan-wu/ZincJS/pull/43)
|
|
53
31
|
|
|
54
32
|
### Commits
|
|
55
33
|
|
|
56
|
-
-
|
|
57
|
-
-
|
|
58
|
-
-
|
|
59
|
-
|
|
60
|
-
## [1.0.15](https://github.com/alan-wu/ZincJS/compare/v1.0.14...1.0.15) - 2023-03-20
|
|
61
|
-
|
|
62
|
-
### Commits
|
|
63
|
-
|
|
64
|
-
- Support params in loading and fix a bug with settings in metadata. [`bc5cdd1`](https://github.com/alan-wu/ZincJS/commit/bc5cdd135c3e931f33e45d7baef5e0057319f32a)
|
|
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)
|
|
65
37
|
|
|
66
38
|
## [v1.0.14](https://github.com/alan-wu/ZincJS/compare/v1.0.13...v1.0.14) - 2023-03-09
|
|
67
39
|
|