@mappedin/viewer 0.10.1-72c3bd2.0 → 0.11.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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.11.0](https://github.com/MappedIn/viewer/compare/viewer-v0.10.0...viewer-v0.11.0) (2023-11-13)
4
+
5
+
6
+ ### Features
7
+
8
+ * **MKR-515:** allow deep linking to a specific departure ([#71](https://github.com/MappedIn/viewer/issues/71)) ([af8af99](https://github.com/MappedIn/viewer/commit/af8af9989db9d2f540cbafc0d14df080dbc78fc2))
9
+ * **MKR-517:** add annotation markers behind a feature flag ([#73](https://github.com/MappedIn/viewer/issues/73)) ([114adef](https://github.com/MappedIn/viewer/commit/114adef156f7c98c74d072afe3c96de0177e5b5e))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **MKR-517:** properly encode template literal SVG assets during build ([#74](https://github.com/MappedIn/viewer/issues/74)) ([1f8082a](https://github.com/MappedIn/viewer/commit/1f8082a4dac2526eaf405f0617d04a4198e6d136))
15
+ * **MKR-517:** statically import all annotations ([#77](https://github.com/MappedIn/viewer/issues/77)) ([587bf9b](https://github.com/MappedIn/viewer/commit/587bf9bd0400a797acd56d0027f8a0bc6e9d4c2a))
16
+
3
17
  ## [0.10.0](https://github.com/MappedIn/viewer/compare/viewer-v0.9.0...viewer-v0.10.0) (2023-10-26)
4
18
 
5
19