@panoramax/web-viewer 4.0.1-develop-9d10729d → 4.0.1-develop-16812d39
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 +4 -4
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/utils/picture.js +6 -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.0.2] - 2025-05-13
|
|
12
|
+
|
|
11
13
|
### Added
|
|
12
14
|
|
|
13
15
|
- A button in EXIF tab for picture legend allows direct access to [Exiv2 tags documentation](https://exiv2.org/metadata.html).
|
|
@@ -26,6 +28,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
26
28
|
- When going to a another flat picture sequence, view was not always moved to display picture center.
|
|
27
29
|
- Make sure MapLibre layers are loaded before applying filters (to prevent date filters not being applied on user layers).
|
|
28
30
|
- The _what is Panoramax_ label in map legend was not translatable.
|
|
31
|
+
- 360° pictures with partial crop panorama info were not shown correctly.
|
|
29
32
|
|
|
30
33
|
## [4.0.1] - 2025-05-05
|
|
31
34
|
|
|
@@ -563,7 +566,8 @@ Empty release to follow the API's minor version
|
|
|
563
566
|
- [A Photo Sphere Viewer under Chrome issue](https://github.com/mistic100/Photo-Sphere-Viewer/issues/937) was making classic pictures not visible
|
|
564
567
|
|
|
565
568
|
|
|
566
|
-
[Unreleased]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.0.
|
|
569
|
+
[Unreleased]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.0.2...develop
|
|
570
|
+
[4.0.2]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.0.1...4.0.2
|
|
567
571
|
[4.0.1]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.0.0...4.0.1
|
|
568
572
|
[4.0.0]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.2.3...4.0.0
|
|
569
573
|
[3.2.3]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.2.2...3.2.3
|