@panoramax/web-viewer 4.0.3-develop-e49e7274 → 4.0.3-develop-ffa0bd32
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 +11 -7
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/menus/MapLegend.js +9 -2
- package/src/components/ui/widgets/Legend.js +3 -2
- package/src/translations/da.json +1 -1
- package/src/translations/de.json +1 -1
- package/src/translations/en.json +1 -1
- package/src/translations/eo.json +1 -1
- package/src/translations/fr.json +1 -1
- package/src/translations/it.json +1 -1
- package/src/translations/nl.json +1 -1
- package/src/translations/zh_Hant.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
11
11
|
### Changed
|
|
12
12
|
|
|
13
13
|
- In picture legend, in _General_ tab, capture date shows seconds and is clickable to access _Camera_ tab.
|
|
14
|
+
- Map legend font size a bit reduced, map attribution integrated in a sentence.
|
|
14
15
|
|
|
15
16
|
## [4.0.3] - 2025-05-23
|
|
16
17
|
|