@panoramax/web-viewer 4.3.0-develop-7923d065 → 4.3.0-develop-a4b37018
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/photoviewer.css +1 -1
- package/build/photoviewer.js +3 -3
- package/package.json +1 -1
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.3.1] - 2026-01-19
|
|
12
|
+
|
|
11
13
|
### Added
|
|
12
14
|
|
|
13
15
|
- In _Tags_ tab, a _Copy_ button is now available to copy attributes of an annotation or a picture/sequence tag group.
|
|
@@ -706,7 +708,8 @@ Empty release to follow the API's minor version
|
|
|
706
708
|
- [A Photo Sphere Viewer under Chrome issue](https://github.com/mistic100/Photo-Sphere-Viewer/issues/937) was making classic pictures not visible
|
|
707
709
|
|
|
708
710
|
|
|
709
|
-
[Unreleased]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.3.
|
|
711
|
+
[Unreleased]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.3.1...develop
|
|
712
|
+
[4.3.1]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.3.0...4.3.1
|
|
710
713
|
[4.3.0]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.2.0...4.3.0
|
|
711
714
|
[4.2.0]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.1.0...4.2.0
|
|
712
715
|
[4.1.0]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.0.3...4.1.0
|