@panoramax/web-viewer 3.2.3-develop-72318485 → 3.2.3-develop-54fea60b
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 +5 -5
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/core/Viewer.js +8 -3
- package/src/components/menus/PictureLegend.js +17 -9
- package/src/components/ui/SearchBar.js +4 -2
- package/src/translations/da.json +7 -3
- package/src/utils/geocoder.js +66 -32
- package/tests/utils/__snapshots__/geocoder.test.js.snap +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -29,6 +29,7 @@ Major changes are introduced by this new version, please [check out the migratio
|
|
|
29
29
|
- Documentation of API reference is more extensive and uses MkDocs features for clarity.
|
|
30
30
|
- URL parameters are now stored in _search_ part (`?`) instead of _hash_ part (`#`). An automatic URL transform is operated if older format is detected.
|
|
31
31
|
- Updated PSV to 5.12.1, MapLibre GL to 5.2.0.
|
|
32
|
+
- Improved address search result display.
|
|
32
33
|
|
|
33
34
|
### Fixed
|
|
34
35
|
|