@panoramax/web-viewer 4.0.2-develop-bf17cdfd → 4.0.2-develop-06eea2b0
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 +4 -1
- package/build/index.css +1 -1
- package/build/index.js +3 -3
- package/build/index.js.map +1 -1
- package/docs/reference/components/ui/Photo.md +7 -2
- package/package.json +1 -1
- package/src/translations/nl.json +14 -4
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,8 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
## [4.0.3] - 2025-05-23
|
|
12
|
+
|
|
11
13
|
### Added
|
|
12
14
|
|
|
13
15
|
- Viewer shows in a dedicated _Tags_ legend tab the picture semantics and annotations.
|
|
@@ -580,7 +582,8 @@ Empty release to follow the API's minor version
|
|
|
580
582
|
- [A Photo Sphere Viewer under Chrome issue](https://github.com/mistic100/Photo-Sphere-Viewer/issues/937) was making classic pictures not visible
|
|
581
583
|
|
|
582
584
|
|
|
583
|
-
[Unreleased]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.0.
|
|
585
|
+
[Unreleased]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.0.3...develop
|
|
586
|
+
[4.0.3]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.0.2...4.0.3
|
|
584
587
|
[4.0.2]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.0.1...4.0.2
|
|
585
588
|
[4.0.1]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.0.0...4.0.1
|
|
586
589
|
[4.0.0]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.2.3...4.0.0
|