@mappedin/viewer 0.40.1-e05b927.0 → 0.41.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,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.41.0](https://github.com/MappedIn/viewer/compare/viewer-v0.40.0...viewer-v0.41.0) (2025-04-02)
4
+
5
+
6
+ ### Features
7
+
8
+ * **SRV-2197:** add dotted line to directions from coordinates ([#478](https://github.com/MappedIn/viewer/issues/478)) ([e05b927](https://github.com/MappedIn/viewer/commit/e05b927cd7858a82923e1c685902bf9d43cb623d))
9
+ * **SRV-2233:** toast when looking at a floor with nothing interesting ([#479](https://github.com/MappedIn/viewer/issues/479)) ([36f7b41](https://github.com/MappedIn/viewer/commit/36f7b411b7e5ddb2453f4c2828df5263fb3b83ed))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **SRV-2197:** allow dropping pins into buildings through facades ([#474](https://github.com/MappedIn/viewer/issues/474)) ([bcd6d07](https://github.com/MappedIn/viewer/commit/bcd6d0796559ba13431e4829fd46b42bb8b41754))
15
+ * **SRV-2197:** check for false positives in rbush ([#476](https://github.com/MappedIn/viewer/issues/476)) ([6b2b0be](https://github.com/MappedIn/viewer/commit/6b2b0be2a0eba16d2f02a15c9de5f6697e8f2ffb))
16
+ * **SRV-2235:** ensure links have protocols ([#484](https://github.com/MappedIn/viewer/issues/484)) ([2e3c18b](https://github.com/MappedIn/viewer/commit/2e3c18b08a0e4a620d47aae2e0ae9f36b3439363))
17
+ * **SRV-2240:** improve search behaviour for locations ([#486](https://github.com/MappedIn/viewer/issues/486)) ([aad022a](https://github.com/MappedIn/viewer/commit/aad022a21946ca69451e6c91cfc25910ec2a82c8))
18
+ * **SRV-2244:** update colors for opening hours on dark theme ([#487](https://github.com/MappedIn/viewer/issues/487)) ([8bb5dd8](https://github.com/MappedIn/viewer/commit/8bb5dd855c43900470eec7401f180ee63db11a70))
19
+ * **SRV-2264:** more multi building tweaks ([#481](https://github.com/MappedIn/viewer/issues/481)) ([b3bf8b6](https://github.com/MappedIn/viewer/commit/b3bf8b6a117e7faad5415847577f05fe852b6f09))
20
+ * **SRV-2266, SRV-2267:** bump SDK to fix some dynamic focus issues ([#480](https://github.com/MappedIn/viewer/issues/480)) ([6dfceb6](https://github.com/MappedIn/viewer/commit/6dfceb60ee7b673e59727175230a0e2f3ab04bef))
21
+ * **SRV-2273:** update building labels with theme ([#482](https://github.com/MappedIn/viewer/issues/482)) ([0ed9022](https://github.com/MappedIn/viewer/commit/0ed90225abc8762eb2d89ca7b6df72182cdd9464))
22
+ * **SRV-2274:** apply special hours correctly ([#488](https://github.com/MappedIn/viewer/issues/488)) ([45ae3ad](https://github.com/MappedIn/viewer/commit/45ae3ad0026a4ba8a68658765ea698b73695f092))
23
+ * **SRV-2278:** properly render images on private maps with custom auth ([#483](https://github.com/MappedIn/viewer/issues/483)) ([2798509](https://github.com/MappedIn/viewer/commit/27985097eb7cc0f0b40010422dc8fc0e2c1a4c68))
24
+
3
25
  ## [0.40.0](https://github.com/MappedIn/viewer/compare/viewer-v0.39.0...viewer-v0.40.0) (2025-03-27)
4
26
 
5
27