@mappedin/viewer 0.59.4-ea5d866.0 → 0.59.4
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 +17 -0
- package/dist/index.js +34501 -36660
- package/dist/third-party-licenses.json +26 -82
- package/dist/types/src/components/carousel/nav-chevrons.d.ts +3 -1
- package/dist/types/src/components/common/fullscreen-overlay.d.ts +3 -1
- package/dist/types/src/components/directions/warning-text.d.ts +3 -1
- package/dist/types/src/components/positioner/index.d.ts +3 -1
- package/dist/types/src/components/search-results/search-result.d.ts +3 -1
- package/dist/types/src/components/with-content/index.d.ts +3 -1
- package/dist/types/src/test-utils/store-cleanup.d.ts +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.59.4](https://github.com/MappedIn/viewer/compare/viewer-v0.59.3...viewer-v0.59.4) (2026-07-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **deps:** bump vulnerable axios, dompurify, fast-uri, uuid and other deps to patched versions ([#676](https://github.com/MappedIn/viewer/issues/676)) ([96fada9](https://github.com/MappedIn/viewer/commit/96fada906978e85acb3335c22dfeb94918fb6347))
|
|
9
|
+
* **EINT-1477:** generate third-party notices from the actual bundle ([#681](https://github.com/MappedIn/viewer/issues/681)) ([9b738f0](https://github.com/MappedIn/viewer/commit/9b738f08631e4f14f470b45c73d3f74e900c6ce2))
|
|
10
|
+
* **SRV-3672:** let multiFloorView URL param always override feature flag ([#683](https://github.com/MappedIn/viewer/issues/683)) ([3bee748](https://github.com/MappedIn/viewer/commit/3bee748d4bba948b0d66962b05b63c3aa689e6f1))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Chore
|
|
14
|
+
|
|
15
|
+
* **ci:** fix bad test setup hygiene ([#686](https://github.com/MappedIn/viewer/issues/686)) ([67692d8](https://github.com/MappedIn/viewer/commit/67692d809033e7f159ed2d5ed2022a6b935deee1))
|
|
16
|
+
* **deps:** bump vitest, dompurify, form-data ([#685](https://github.com/MappedIn/viewer/issues/685)) ([ea5d866](https://github.com/MappedIn/viewer/commit/ea5d866f4dd0feee1dab990ae15497f8615b96cc))
|
|
17
|
+
* **SEC-31877:** bump vite version ([#682](https://github.com/MappedIn/viewer/issues/682)) ([73ca596](https://github.com/MappedIn/viewer/commit/73ca5966d50a2cd98fd9edcac2d050cce56d7d88))
|
|
18
|
+
* **SEC-34111, SEC-31877:** bump node and ladle versions ([#684](https://github.com/MappedIn/viewer/issues/684)) ([ce42c4f](https://github.com/MappedIn/viewer/commit/ce42c4f47f7b08f4c7b5f43c0adcf5fae7fb1e75))
|
|
19
|
+
|
|
3
20
|
## [0.59.3](https://github.com/MappedIn/viewer/compare/viewer-v0.59.2...viewer-v0.59.3) (2026-05-20)
|
|
4
21
|
|
|
5
22
|
|