@panoramax/web-viewer 4.1.0-develop-616eda58 → 4.1.0-develop-c921ed43
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 +9 -7
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/core/Editor.js +1 -0
- package/src/components/core/PhotoViewer.js +1 -0
- package/src/components/core/Viewer.js +2 -29
- package/src/components/menus/MapFilters.js +17 -1
- package/src/components/ui/MapMore.js +3 -84
- package/src/components/ui/widgets/MapFiltersButton.js +1 -1
- package/src/components/ui/widgets/MapLayersButton.js +1 -1
- package/src/utils/InitParameters.js +26 -5
- package/src/utils/map.js +123 -0
package/CHANGELOG.md
CHANGED
|
@@ -20,6 +20,8 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
20
20
|
|
|
21
21
|
- Widgets used from third parties didn't have correctly their parent component associated.
|
|
22
22
|
- Link to picture in legend was not working on third party integrations.
|
|
23
|
+
- Map filter shortcut for "My pictures" was broken.
|
|
24
|
+
- `xywh` URL parameter was not correctly interpreted for flat pictures.
|
|
23
25
|
|
|
24
26
|
|
|
25
27
|
## [4.1.0] - 2025-07-28
|