@panoramax/web-viewer 4.0.3-develop-03accd6d → 4.0.3-develop-d48b09a7
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 +50 -41
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/menus/PictureMetadata.js +14 -3
- package/src/utils/services.js +8 -0
package/CHANGELOG.md
CHANGED
|
@@ -15,6 +15,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
15
15
|
- A new `keyboard-shortcuts=false` attribute for Viewer & PhotoViewer, to disable completely keyboard shortcuts (for integration in complex pages).
|
|
16
16
|
- Editor component now uses _CorneredGrid_ as well, allowing to pass custom widgets through.
|
|
17
17
|
- An hover effect for photo viewer arrows to see which one you will click on.
|
|
18
|
+
- On meta-catalog, display origin instance logo in picture legend.
|
|
18
19
|
|
|
19
20
|
### Changed
|
|
20
21
|
|