@panoramax/web-viewer 3.2.3-develop-78cd3228 β 3.2.3-develop-1cd759f5
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 -2
- package/build/index.css +1 -1
- package/build/index.js +12 -12
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/utils/i18n.js +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,13 +8,15 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
## [4.0.0] - 2025-04-03
|
|
12
|
+
|
|
11
13
|
Major changes are introduced by this new version, please [check out the migration guide](https://docs.panoramax.fr/web-viewer/tutorials/migrate_v4/) for more details.
|
|
12
14
|
|
|
13
15
|
### Added
|
|
14
16
|
|
|
15
17
|
- `endpoint` parameter can be changed dynamically.
|
|
16
18
|
- Develop version of docs are available at [viewer.geovisio.fr/docs](https://viewer.geovisio.fr/docs/), stable version stays at [docs.panoramax.fr](https://docs.panoramax.fr/web-viewer/).
|
|
17
|
-
- New languages: πΈπͺ Swedish and
|
|
19
|
+
- New languages: πΈπͺ Swedish, π―π΅ Japanese and π³π± Dutch.
|
|
18
20
|
- Loader features a progress bar, and adopts a new look.
|
|
19
21
|
- Viewer map filter by date input checks if min date is lower than max date, and eventually inverts if necessary.
|
|
20
22
|
- Viewer map center, zoom, background and theme are stored in `localStorage` to permit restoring map position at load. This position is used __only if no URL parameter is set__ for these settings.
|
|
@@ -536,7 +538,8 @@ Empty release to follow the API's minor version
|
|
|
536
538
|
- [A Photo Sphere Viewer under Chrome issue](https://github.com/mistic100/Photo-Sphere-Viewer/issues/937) was making classic pictures not visible
|
|
537
539
|
|
|
538
540
|
|
|
539
|
-
[Unreleased]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/
|
|
541
|
+
[Unreleased]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.0.0...develop
|
|
542
|
+
[4.0.0]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.2.3...4.0.0
|
|
540
543
|
[3.2.3]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.2.2...3.2.3
|
|
541
544
|
[3.2.2]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.2.1...3.2.2
|
|
542
545
|
[3.2.1]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.2.0...3.2.1
|