@mappedin/viewer 0.25.6-d26d618.0 → 0.26.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 +13 -0
- package/dist/index.js +28941 -28645
- package/dist/types/src/lib/safety-icons.d.ts +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.26.0](https://github.com/MappedIn/viewer/compare/viewer-v0.25.5...viewer-v0.26.0) (2024-09-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **SRV-1623:** update safety icons package ([#317](https://github.com/MappedIn/viewer/issues/317)) ([2f8eeb8](https://github.com/MappedIn/viewer/commit/2f8eeb8c7ff8bfaa49c097dc22890bc508b781c8))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **SRV-1617:** fix directions loading notification in Safari ([#311](https://github.com/MappedIn/viewer/issues/311)) ([12439a6](https://github.com/MappedIn/viewer/commit/12439a67e48d5144d204399a08edd1b0c66560e8))
|
|
14
|
+
* **SRV-1631:** do not allow searching objects by the term "object" ([#314](https://github.com/MappedIn/viewer/issues/314)) ([2e1f346](https://github.com/MappedIn/viewer/commit/2e1f346b860aae9c1ef0afa7921ca39417516448))
|
|
15
|
+
|
|
3
16
|
## [0.25.5](https://github.com/MappedIn/viewer/compare/viewer-v0.25.4...viewer-v0.25.5) (2024-09-06)
|
|
4
17
|
|
|
5
18
|
|