@mappedin/viewer 0.59.5-bae3546.0 → 0.59.5
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 +18 -0
- package/dist/index.js +42527 -44445
- package/dist/third-party-licenses.json +29 -85
- package/dist/types/src/components/annotation-hover-label/index.d.ts +10 -0
- package/dist/types/src/components/carousel/nav-chevrons.d.ts +3 -1
- package/dist/types/src/components/common/fullscreen-overlay.d.ts +3 -1
- package/dist/types/src/components/directions/warning-text.d.ts +3 -1
- package/dist/types/src/components/positioner/index.d.ts +3 -1
- package/dist/types/src/components/search-results/search-result.d.ts +3 -1
- package/dist/types/src/components/with-content/index.d.ts +3 -1
- package/dist/types/src/lib/sdk/load-data.d.ts +4 -0
- package/dist/types/src/lib/utils/annotation-utils.d.ts +100 -0
- package/dist/types/src/lib/utils/annotation-utils.test.d.ts +1 -0
- package/dist/types/src/stores/map-store/controllers/events.d.ts +6 -0
- package/dist/types/src/stores/map-store/controllers/labels.d.ts +29 -1
- package/dist/types/src/stores/map-store/controllers/markers.d.ts +5 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.59.5](https://github.com/MappedIn/viewer/compare/viewer-v0.59.4...viewer-v0.59.5) (2026-08-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **viewer:** load public maps via getMapData bundleUri ([#689](https://github.com/MappedIn/viewer/issues/689)) ([e5a241c](https://github.com/MappedIn/viewer/commit/e5a241c15d596b8e05d23e48ad1adcfc6b708859))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Performance Improvements
|
|
12
|
+
|
|
13
|
+
* replace styled-components annotation markers with static HTML/CSS ([#687](https://github.com/MappedIn/viewer/issues/687)) ([bae3546](https://github.com/MappedIn/viewer/commit/bae3546b22360bc1dd81bdb3e63fd90ccf044a07))
|
|
14
|
+
* **viewer:** render annotation markers as GPU labels ([#691](https://github.com/MappedIn/viewer/issues/691)) ([d690dcc](https://github.com/MappedIn/viewer/commit/d690dcc72c23e7775e1c47fa393e558b99952a93))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Chore
|
|
18
|
+
|
|
19
|
+
* **deps:** bump brace expansion, fast uri, js yaml, axios, postcss, nanoid, minimatch ([#692](https://github.com/MappedIn/viewer/issues/692)) ([e1fada9](https://github.com/MappedIn/viewer/commit/e1fada939a77d94bf2a7e9ef078b68d4b178636a))
|
|
20
|
+
|
|
3
21
|
## [0.59.4](https://github.com/MappedIn/viewer/compare/viewer-v0.59.3...viewer-v0.59.4) (2026-07-07)
|
|
4
22
|
|
|
5
23
|
|