@panoramax/web-viewer 4.3.1-develop-40255335 → 4.3.1-develop-b7ee2f69
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 -1
- package/build/index.css +1 -1
- package/build/index.js +3 -3
- package/build/photoviewer.css +1 -1
- package/build/photoviewer.js +3 -3
- package/docs/reference/components/ui/Switch.md +1 -0
- package/docs/reference/components/ui/widgets/LevelSelect.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,8 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
9
9
|
|
|
10
10
|
## [Unreleased]
|
|
11
11
|
|
|
12
|
+
## [4.4.0] - 2026-02-09
|
|
13
|
+
|
|
12
14
|
### Added
|
|
13
15
|
|
|
14
16
|
- A `share-base-url` parameter allows to change base URL used in _Share_ widget, to permit displaying public links in closed environments.
|
|
@@ -770,7 +772,8 @@ Empty release to follow the API's minor version
|
|
|
770
772
|
- MapLibre was raising issues on built versions on NPM
|
|
771
773
|
- [A Photo Sphere Viewer under Chrome issue](https://github.com/mistic100/Photo-Sphere-Viewer/issues/937) was making classic pictures not visible
|
|
772
774
|
|
|
773
|
-
[Unreleased]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.
|
|
775
|
+
[Unreleased]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.4.0...develop
|
|
776
|
+
[4.4.0]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.3.1...4.4.0
|
|
774
777
|
[4.3.1]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.3.0...4.3.1
|
|
775
778
|
[4.3.0]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.2.0...4.3.0
|
|
776
779
|
[4.2.0]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.1.0...4.2.0
|