@panoramax/web-viewer 3.1.0-develop-caea6d48 → 3.1.0-develop-6b1b342b
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/02_Usage.md +237 -223
- package/package.json +1 -1
- package/src/components/Photo.js +2 -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.1.1] - 2024-10-16
|
|
12
|
+
|
|
11
13
|
### Added
|
|
12
14
|
- Streets background supports translations (if offered in vector tiles).
|
|
13
15
|
- Viewer search bar supports search by picture UUID.
|
|
@@ -419,7 +421,8 @@ Empty release to follow the API's minor version
|
|
|
419
421
|
- [A Photo Sphere Viewer under Chrome issue](https://github.com/mistic100/Photo-Sphere-Viewer/issues/937) was making classic pictures not visible
|
|
420
422
|
|
|
421
423
|
|
|
422
|
-
[Unreleased]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.1.
|
|
424
|
+
[Unreleased]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.1.1...develop
|
|
425
|
+
[3.1.1]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.1.0...3.1.1
|
|
423
426
|
[3.1.0]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.0.2...3.1.0
|
|
424
427
|
[3.0.2]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.0.1...3.0.2
|
|
425
428
|
[3.0.1]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.0.0...3.0.1
|