@mappedin/viewer 0.16.1-e77fdab.0 → 0.16.1

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,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.16.1](https://github.com/MappedIn/viewer/compare/viewer-v0.16.0...viewer-v0.16.1) (2024-03-07)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **MKR-1021:** annotations not loading correctly ([#150](https://github.com/MappedIn/viewer/issues/150)) ([cb71118](https://github.com/MappedIn/viewer/commit/cb71118ea2ec3e39edc2102d37e3616893889e19))
9
+ * **MKR-1021:** improve label behaviour ([#153](https://github.com/MappedIn/viewer/issues/153)) ([aacd981](https://github.com/MappedIn/viewer/commit/aacd9818c507d16a1027f4c5c7f6d02d463c02ed))
10
+ * **MKR-1021:** mark all MobX stores as deep:false ([#149](https://github.com/MappedIn/viewer/issues/149)) ([46e8607](https://github.com/MappedIn/viewer/commit/46e86070ee1a6ebb5870f819e5a8144016ec9acb))
11
+ * **MKR-1021:** reduce concurrent DOM nodes ([#151](https://github.com/MappedIn/viewer/issues/151)) ([e77fdab](https://github.com/MappedIn/viewer/commit/e77fdab5089d1f2b5c65709d2b681cf2acafab5f))
12
+ * **MKR-1021:** stop rendering react into markers ([#147](https://github.com/MappedIn/viewer/issues/147)) ([03428bb](https://github.com/MappedIn/viewer/commit/03428bb28509a0f44dfa9d6990a9c8240e201e9f))
13
+
3
14
  ## [0.16.0](https://github.com/MappedIn/viewer/compare/viewer-v0.15.5...viewer-v0.16.0) (2024-02-29)
4
15
 
5
16