@panoramax/web-viewer 3.2.3-develop-db697921 → 3.2.3-develop-6dbe1616
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 +1 -0
- package/build/index.js +21 -19
- package/build/index.js.map +1 -1
- package/docs/05_Compatibility.md +2 -2
- package/package.json +1 -1
- package/src/components/menus/PictureMetadata.js +6 -0
- package/src/translations/en.json +1 -0
- package/src/translations/fr.json +1 -0
- package/src/utils/picture.js +4 -2
- package/tests/components/ui/__snapshots__/Photo.test.js.snap +2 -0
- package/tests/utils/__snapshots__/picture.test.js.snap +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -21,6 +21,7 @@ Major changes are introduced by this new version, please [check out the migratio
|
|
|
21
21
|
- New main component: `<pnx-photo-viewer>` for showing up only picture (without any map). This leads classic viewer `<pnx-viewer>` to not allow removing its map anymore.
|
|
22
22
|
- `ready` events for API, Map & Photo components.
|
|
23
23
|
- Player widget size adapts based on container height at load.
|
|
24
|
+
- Display origin instance in picture legend.
|
|
24
25
|
|
|
25
26
|
### Changed
|
|
26
27
|
|