@panoramax/web-viewer 3.1.1-develop-38b64ee6 → 3.1.1-develop-baa3e20d
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/package.json +1 -1
- package/src/translations/de.json +0 -1
- package/src/translations/en.json +1 -1
- package/src/translations/es.json +0 -1
- package/src/translations/fr.json +1 -1
- package/src/translations/hu.json +0 -1
- package/src/translations/zh_Hant.json +0 -1
- package/src/utils/Widgets.js +4 -2
- package/src/viewer/Widgets.js +43 -3
- package/tests/utils/__snapshots__/Widgets.test.js.snap +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
11
11
|
### Added
|
|
12
12
|
- In map filters, shortcuts to set date filter to latest month or year are now available. A visual indicator also shows if a filter is active or not when widget is collapsed.
|
|
13
13
|
- In viewer, picture metadata popup can be closed using _Escape_ key.
|
|
14
|
+
- Viewer map filters has now a shortcut to select your own pictures.
|
|
14
15
|
|
|
15
16
|
### Changed
|
|
16
17
|
- In map filters widget, selected filters show up in blue.
|