@mappedin/viewer 0.8.2-fd8a5a6.0 → 0.8.2
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 +8 -0
- package/dist/index.js +10671 -10654
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.8.2](https://github.com/MappedIn/viewer/compare/viewer-v0.8.1...viewer-v0.8.2) (2023-09-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **MKR-362:** bump SDK to fix coordinate alignment issue and AO ([#54](https://github.com/MappedIn/viewer/issues/54)) ([7c875d7](https://github.com/MappedIn/viewer/commit/7c875d7d663ea6275708e498a99283dba651a68c))
|
|
9
|
+
* **MKR-405:** make coordinate deep links more stable ([#52](https://github.com/MappedIn/viewer/issues/52)) ([fd8a5a6](https://github.com/MappedIn/viewer/commit/fd8a5a63aba685108f5b2a1414eae1ec6e68669b))
|
|
10
|
+
|
|
3
11
|
## [0.8.1](https://github.com/MappedIn/viewer/compare/viewer-v0.8.0...viewer-v0.8.1) (2023-09-25)
|
|
4
12
|
|
|
5
13
|
|