@panoramax/web-viewer 3.0.2-develop-a8ea8e60-develop-f1bb641f → 3.1.0-develop-537ffe27
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 +6 -0
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/docs/05_Compatibility.md +14 -0
- package/package.json +1 -1
- package/src/utils/I18n.js +13 -6
- package/src/utils/Map.js +42 -1
- package/tests/components/Map.test.js +2 -1
- package/tests/utils/I18n.test.js +84 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,12 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
### Added
|
|
12
|
+
- Streets background supports translations (if offered in vector tiles).
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
- Better rendering of cities names in streets background (for default vector tiles).
|
|
16
|
+
|
|
11
17
|
## [3.1.0] - 2024-10-03
|
|
12
18
|
|
|
13
19
|
⚠️ Library has been renamed on NPM into `@panoramax/web-viewer`, you are invited to change your dependencies to keep track of new updates. Also, default import `GeoVisio` has been renamed into `Panoramax`, so you have to update your code as well.
|