@panoramax/web-viewer 4.0.3-develop-d48b09a7 → 4.0.3-develop-5b0cd5bb
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 +2 -1
- package/build/index.js +41 -32
- package/build/index.js.map +1 -1
- package/docs/reference/components/ui/AnnotationsSwitch.md +15 -0
- package/docs/reference.md +1 -1
- package/mkdocs.yml +1 -1
- package/package.json +1 -1
- package/src/components/core/PhotoViewer.js +6 -6
- package/src/components/core/Viewer.js +6 -6
- package/src/components/layout/Tabs.js +1 -0
- package/src/components/menus/PictureMetadata.js +11 -2
- package/src/components/ui/AnnotationsSwitch.js +96 -0
- package/src/components/ui/index.js +1 -1
- package/src/translations/en.json +2 -0
- package/src/translations/fr.json +4 -0
- package/tests/components/core/__snapshots__/PhotoViewer.test.js.snap +16 -6
- package/tests/components/core/__snapshots__/Viewer.test.js.snap +14 -4
- package/docs/reference/components/ui/HashTags.md +0 -15
- package/src/components/ui/HashTags.js +0 -98
package/CHANGELOG.md
CHANGED
|
@@ -13,12 +13,13 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
13
13
|
- Buttons offer a new `fullwarn` yellow style (for warning buttons)
|
|
14
14
|
- A bit of doc on 3D mobile rendering
|
|
15
15
|
- A new `keyboard-shortcuts=false` attribute for Viewer & PhotoViewer, to disable completely keyboard shortcuts (for integration in complex pages).
|
|
16
|
-
- Editor component now uses _CorneredGrid_ as well, allowing to pass custom widgets through.
|
|
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
18
|
- On meta-catalog, display origin instance logo in picture legend.
|
|
19
19
|
|
|
20
20
|
### Changed
|
|
21
21
|
|
|
22
|
+
- ⚠️ __pnx-hashtags__ widget has been renamed into `pnx-annotations-switch`, and only displays a switch button to show/hide annotations on pictures.
|
|
22
23
|
- In picture legend, in _General_ tab, capture date shows seconds and is clickable to access _Camera_ tab.
|
|
23
24
|
- Map legend font size a bit reduced, map attribution integrated in a sentence.
|
|
24
25
|
- In picture legend, the "..." keeps the same entries between collapsed and expanded display.
|