@panoramax/web-viewer 3.1.0-develop-6577bde8 → 3.1.0-develop-088b8c49
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 +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/viewer/Widgets.js +8 -1
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
10
10
|
|
|
11
11
|
### Added
|
|
12
12
|
- Streets background supports translations (if offered in vector tiles).
|
|
13
|
+
- Viewer search bar supports search by picture UUID.
|
|
13
14
|
|
|
14
15
|
### Changed
|
|
15
16
|
- Better rendering of cities names in streets background (for default vector tiles).
|