@panoramax/web-viewer 3.2.0-develop-1b7c7072 → 3.2.0-develop-c020028b
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 +8 -1
- package/build/index.css +1 -1
- package/build/index.js +3 -3
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/utils/API.js +2 -2
- package/tests/utils/API.test.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,10 +8,16 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
## [3.2.1] - 2024-12-05
|
|
12
|
+
|
|
11
13
|
### Added
|
|
12
14
|
|
|
13
15
|
- New languages: 🇮🇹 Italian, 🇵🇱 Polish, 🇩🇰 Danish, 🗺️ Esperanto
|
|
14
16
|
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- Support the newly released [STAC API 1.1](https://cloudnativegeo.org/blog/2024/09/stac-1.1.0-released/) (and all the next 1.x versions)
|
|
20
|
+
|
|
15
21
|
## [3.2.0] - 2024-11-20
|
|
16
22
|
|
|
17
23
|
### Added
|
|
@@ -449,7 +455,8 @@ Empty release to follow the API's minor version
|
|
|
449
455
|
- [A Photo Sphere Viewer under Chrome issue](https://github.com/mistic100/Photo-Sphere-Viewer/issues/937) was making classic pictures not visible
|
|
450
456
|
|
|
451
457
|
|
|
452
|
-
[Unreleased]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.2.
|
|
458
|
+
[Unreleased]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.2.1...develop
|
|
459
|
+
[3.2.1]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.2.0...3.2.1
|
|
453
460
|
[3.2.0]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.1.1...3.2.0
|
|
454
461
|
[3.1.1]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.1.0...3.1.1
|
|
455
462
|
[3.1.0]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.0.2...3.1.0
|