@panoramax/web-viewer 3.2.3-develop-587a6b56 β 3.2.3-develop-4ea4ef45
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 -1
- package/build/index.js +33 -31
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/menus/PictureLegend.js +17 -15
- package/src/utils/i18n.js +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -14,7 +14,7 @@ Major changes are introduced by this new version, please [check out the migratio
|
|
|
14
14
|
|
|
15
15
|
- `endpoint` parameter can be changed dynamically.
|
|
16
16
|
- 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
|
|
17
|
+
- New languages: πΈπͺ Swedish, π―π΅ Japanese and π³π± Dutch.
|
|
18
18
|
- Loader features a progress bar, and adopts a new look.
|
|
19
19
|
- Viewer map filter by date input checks if min date is lower than max date, and eventually inverts if necessary.
|
|
20
20
|
- 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.
|