@panoramax/web-viewer 3.2.2-develop-ebca3b31 → 3.2.2-develop-d9aeae60
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/docs/02_Usage.md +15 -9
- 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
|
+
## [3.2.3] - 2025-02-10
|
|
12
|
+
|
|
11
13
|
### Added
|
|
12
14
|
- In viewer, when map is expanded, a double-click somewhere else than a picture makes previous picture unselected. Viewer can also be programmatically called to unselect a picture.
|
|
13
15
|
|
|
@@ -489,7 +491,8 @@ Empty release to follow the API's minor version
|
|
|
489
491
|
- [A Photo Sphere Viewer under Chrome issue](https://github.com/mistic100/Photo-Sphere-Viewer/issues/937) was making classic pictures not visible
|
|
490
492
|
|
|
491
493
|
|
|
492
|
-
[Unreleased]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.2.
|
|
494
|
+
[Unreleased]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.2.3...develop
|
|
495
|
+
[3.2.3]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.2.2...3.2.3
|
|
493
496
|
[3.2.2]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.2.1...3.2.2
|
|
494
497
|
[3.2.1]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.2.0...3.2.1
|
|
495
498
|
[3.2.0]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.1.1...3.2.0
|