@panoramax/web-viewer 4.4.0-develop-dab30a1d → 4.4.0-develop-71ab6940
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 +1 -1
- package/build/index.js.map +1 -1
- package/build/photoviewer.js +1 -1
- package/package.json +1 -1
- package/src/components/ui/Map.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -32,6 +32,10 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
32
32
|
- _API_ functions `getMapStyle, getUserMapStyle` are removed, in favor of _MapStyleComposer_ ones.
|
|
33
33
|
- _API_ parameters `style, users` are removed, in favor of _MapStyleComposer_ ones.
|
|
34
34
|
|
|
35
|
+
### Fixed
|
|
36
|
+
|
|
37
|
+
- Click on map in mobile was not making widgets re-appear correctly.
|
|
38
|
+
|
|
35
39
|
## [4.4.0] - 2026-02-09
|
|
36
40
|
|
|
37
41
|
### Added
|