@panoramax/web-viewer 4.0.2-develop-82dbf6b0 → 4.0.2-develop-682e2a36
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 +4 -0
- package/build/index.js +47 -47
- package/build/index.js.map +1 -1
- package/docs/reference/components/ui/Photo.md +21 -1
- package/package.json +1 -1
- package/src/components/menus/AnnotationsList.js +6 -2
- package/src/components/menus/PictureLegend.js +4 -1
- package/src/components/menus/PictureMetadata.js +14 -6
- package/src/components/ui/Photo.js +50 -3
package/CHANGELOG.md
CHANGED
|
@@ -17,6 +17,10 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
17
17
|
- The address search bar can now be configured to use any other [GeocodeJSON-compliant](https://github.com/geocoders/geocodejson-spec/blob/master/draft/README.md) search API. This setting can be passed through `geocoder` attribute of the viewer.
|
|
18
18
|
- Shown results in address search bar are more finely tuned, and may be more appropriate in more cases.
|
|
19
19
|
|
|
20
|
+
### Fixed
|
|
21
|
+
|
|
22
|
+
- Date and time were not properly translated in user language.
|
|
23
|
+
|
|
20
24
|
## [4.0.2] - 2025-05-13
|
|
21
25
|
|
|
22
26
|
### Added
|