@panoramax/web-viewer 3.1.1-develop-685fe6dd → 3.1.1-develop-9c96345e
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 +5 -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 +267 -224
- package/package.json +1 -1
- package/src/viewer/URLHash.js +2 -2
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.0] - 2024-11-20
|
|
12
|
+
|
|
11
13
|
### Added
|
|
12
14
|
- In map filters, shortcuts to set date filter to latest month or year are now available. A visual indicator also shows if a filter is active or not when widget is collapsed.
|
|
13
15
|
- In viewer, picture metadata popup can be closed using _Escape_ key.
|
|
@@ -20,6 +22,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
20
22
|
- In viewer, when picture is reduced, no virtual tour arrows are shown.
|
|
21
23
|
- In viewer, different statistics are shown for grid layer if API offer distinct values for 360° and classic pictures based on map filters.
|
|
22
24
|
- In viewer, if no thumbnail is found for grid preview, popup hides instead of showing a message.
|
|
25
|
+
- Viewer short links use `;` separator instead of `|` for better display in various applications. The older links are not supported anymore.
|
|
23
26
|
|
|
24
27
|
### Fixed
|
|
25
28
|
- Map was not loading if style file didn't contain `metadata` property.
|
|
@@ -442,7 +445,8 @@ Empty release to follow the API's minor version
|
|
|
442
445
|
- [A Photo Sphere Viewer under Chrome issue](https://github.com/mistic100/Photo-Sphere-Viewer/issues/937) was making classic pictures not visible
|
|
443
446
|
|
|
444
447
|
|
|
445
|
-
[Unreleased]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.
|
|
448
|
+
[Unreleased]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.2.0...develop
|
|
449
|
+
[3.2.0]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.1.1...3.2.0
|
|
446
450
|
[3.1.1]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.1.0...3.1.1
|
|
447
451
|
[3.1.0]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.0.2...3.1.0
|
|
448
452
|
[3.0.2]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.0.1...3.0.2
|