@panoramax/web-viewer 4.0.3-develop-cdb08f04 → 4.0.3-develop-a0b27e7b
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 -0
- package/build/index.js +22 -9
- package/build/index.js.map +1 -1
- package/build/viewer.html +1 -1
- package/docs/reference/components/menus/MiniPictureLegend.md +15 -0
- package/docs/reference.md +1 -0
- package/mkdocs.yml +1 -0
- package/package.json +1 -1
- package/public/viewer.html +1 -1
- package/src/components/core/Viewer.js +3 -0
- package/src/components/menus/MiniPictureLegend.js +74 -0
- package/src/components/menus/PictureLegend.js +1 -2
- package/src/components/menus/PictureMetadata.js +1 -1
- package/src/components/menus/Share.js +1 -1
- package/src/components/menus/index.js +5 -4
- package/src/components/ui/AnnotationsSwitch.js +0 -1
- package/src/translations/nl.json +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -17,6 +17,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
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
|
- The state of show/hide annotations over pictures is stored in browser local storage.
|
|
20
|
+
- The capture date of picture is shown as well when picture is reduced in viewer corner.
|
|
20
21
|
|
|
21
22
|
### Changed
|
|
22
23
|
|
|
@@ -29,6 +30,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
29
30
|
- In picture legend, tabs and collapse button are always visible.
|
|
30
31
|
- Iframes for Viewer & PhotoViewer display a lot less widgets by default, only to keep a light legend and map/picture switch.
|
|
31
32
|
- Annotations on pictures are always hidden when photo is reduced in Viewer.
|
|
33
|
+
- The picture capture date is shown complete (day/month/year) in collapsed legend.
|
|
32
34
|
|
|
33
35
|
### Fixed
|
|
34
36
|
|