@panoramax/web-viewer 4.3.0-develop-19c22213 → 4.3.0-develop-b1f154ed
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 +32 -18
- package/build/index.js.map +1 -1
- package/build/photoviewer.js +27 -13
- package/build/photoviewer.js.map +1 -1
- package/package.json +1 -1
- package/src/components/menus/LocationPrecisionDoc.js +4 -3
- package/src/components/menus/QualityScoreDoc.js +12 -5
- package/src/components/menus/SemanticsDoc.js +5 -4
- package/src/components/styles.js +11 -0
- package/src/translations/en.json +7 -5
- package/src/translations/fr.json +7 -5
package/CHANGELOG.md
CHANGED
|
@@ -18,6 +18,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
18
18
|
|
|
19
19
|
- Updated PhotoSphereViewer to 5.14.1 to fix an issue with picture pitch/roll.
|
|
20
20
|
- The new display of 360° pictures on map style was sometimes mixed with map theme color scheme, now the circle contour is using same color as its fill, but with lower opacity.
|
|
21
|
+
- Improved readability of documentation popups (bigger title, external link icon).
|
|
21
22
|
|
|
22
23
|
### Fixed
|
|
23
24
|
|