@mappedin/viewer 0.21.9-ea48ca0.0 → 0.22.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,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.22.0](https://github.com/MappedIn/viewer/compare/viewer-v0.21.8...viewer-v0.22.0) (2024-06-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * **SRV-1205:** support loading different map views ([#229](https://github.com/MappedIn/viewer/issues/229)) ([ea48ca0](https://github.com/MappedIn/viewer/commit/ea48ca033343598ad4f90373cd615fe63502267f))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **SRV-1205:** add preview badge ([#230](https://github.com/MappedIn/viewer/issues/230)) ([24cdd3b](https://github.com/MappedIn/viewer/commit/24cdd3bed6f551c62d78b788f68a68dfe06a4f3c))
14
+ * **SRV-1273:** properly create env to allow for fallback ([#227](https://github.com/MappedIn/viewer/issues/227)) ([735f48f](https://github.com/MappedIn/viewer/commit/735f48f128e4b0d59d14b65355f421a860a7721f))
15
+ * **SRV-1273:** use image proxy to load smaller images ([#221](https://github.com/MappedIn/viewer/issues/221)) ([1fa793d](https://github.com/MappedIn/viewer/commit/1fa793d36a06b99941957c4077450954ed153aea))
16
+ * **SRV-1274:** use pointer events instead of mouse events where appropriate ([#222](https://github.com/MappedIn/viewer/issues/222)) ([8f27c2e](https://github.com/MappedIn/viewer/commit/8f27c2ea5290a290a096d06a82a4d6d7d5cc7049))
17
+ * **SRV-1292:** disable pinch to zoom on UI elements on mobile ([#231](https://github.com/MappedIn/viewer/issues/231)) ([9d53739](https://github.com/MappedIn/viewer/commit/9d5373968732abddc27307f8efb72355dff8435f))
18
+ * **SRV-464:** add meta tag to DOM to indicate tiles loaded ([#232](https://github.com/MappedIn/viewer/issues/232)) ([9153b98](https://github.com/MappedIn/viewer/commit/9153b9878013e515aec3d6db57c25facf8fb7acd))
19
+ * **SRV-464:** unmount app loading spinner when map loads ([#228](https://github.com/MappedIn/viewer/issues/228)) ([8994bb6](https://github.com/MappedIn/viewer/commit/8994bb6a175555fae4e721c034a9aefb05dd335a))
20
+
3
21
  ## [0.21.8](https://github.com/MappedIn/viewer/compare/viewer-v0.21.7...viewer-v0.21.8) (2024-06-10)
4
22
 
5
23