@panoramax/web-viewer 4.3.1-develop-2084d822 → 4.3.1-develop-e9d0b3c3
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 +2 -2
- package/build/index.js.map +1 -1
- package/build/photoviewer.js +1 -1
- package/package.json +1 -1
- package/src/components/core/Editor.js +1 -1
- package/src/utils/map.js +73 -62
package/CHANGELOG.md
CHANGED
|
@@ -21,6 +21,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
21
21
|
### Fixed
|
|
22
22
|
|
|
23
23
|
- Fix issue with Editor using thumbnail instead of SD picture on first load.
|
|
24
|
+
- Editor uses old style instead of _crowded_ style.
|
|
24
25
|
|
|
25
26
|
## [4.3.1] - 2026-01-19
|
|
26
27
|
|