@mappedin/viewer 0.6.1-d9dc784.0 → 0.7.0
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 +15 -0
- package/dist/index.js +23952 -23888
- package/dist/types/src/components/directions/index.d.ts +1 -1
- package/dist/types/src/components/main/index.d.ts +1 -1
- package/dist/types/src/lib/hooks/use-window.d.ts +6 -1
- package/dist/types/src/stores/map-store/index.d.ts +2 -0
- package/dist/types/src/stores/root-store/index.d.ts +2 -1
- package/dist/types/src/stores/router-store/index.d.ts +1 -0
- package/dist/types/src/stores/ui-store/index.d.ts +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.7.0](https://github.com/MappedIn/viewer/compare/viewer-v0.6.0...viewer-v0.7.0) (2023-09-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* properly handle UI when mobile and embedded ([#41](https://github.com/MappedIn/viewer/issues/41)) ([1e441bc](https://github.com/MappedIn/viewer/commit/1e441bc84457786c1402d369a626499fa0345c3a))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* bump SDK to enable OSM attribution ([#42](https://github.com/MappedIn/viewer/issues/42)) ([0ae16a5](https://github.com/MappedIn/viewer/commit/0ae16a50ded6f1e5958325502b8df8bf3d383e21))
|
|
14
|
+
* **MKR-349:** properly set priorities on labels ([#37](https://github.com/MappedIn/viewer/issues/37)) ([d9dc784](https://github.com/MappedIn/viewer/commit/d9dc78419f395a30cdc121d98fe5295a7f44cdd6))
|
|
15
|
+
* **MKR-352:** order markers properly ([#39](https://github.com/MappedIn/viewer/issues/39)) ([5fddc7b](https://github.com/MappedIn/viewer/commit/5fddc7b5fab5d5d1e67f18273b4a2913a981aba9))
|
|
16
|
+
* **MKR-354:** better directions error messaging and fallback in mobile ([#40](https://github.com/MappedIn/viewer/issues/40)) ([0941dc7](https://github.com/MappedIn/viewer/commit/0941dc7dd5af6d728a21fc9b6ffb321adef19d1b))
|
|
17
|
+
|
|
3
18
|
## [0.6.0](https://github.com/MappedIn/viewer/compare/viewer-v0.5.0...viewer-v0.6.0) (2023-09-15)
|
|
4
19
|
|
|
5
20
|
|