@panoramax/web-viewer 3.2.1-develop-189fbe63 → 3.2.1-develop-4458bd99
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 +5 -0
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Map.js +7 -0
- package/src/viewer/Widgets.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -17,6 +17,11 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
17
17
|
|
|
18
18
|
- Edited the quality score grades to put 360° action cameras in B-rating, lowered resolution value to be A-rated.
|
|
19
19
|
- In viewer, _Filter_ button offers a reset ❌ icon to remove all enabled filters (showing when at least one is enabled).
|
|
20
|
+
- In viewer filters, 360/flat picture buttons are disabled by default.
|
|
21
|
+
|
|
22
|
+
### Fixed
|
|
23
|
+
|
|
24
|
+
- Prevent map rotation and pitch change through touch gestures.
|
|
20
25
|
|
|
21
26
|
## [3.2.1] - 2024-12-05
|
|
22
27
|
|