@mappedin/viewer 0.59.6 → 0.59.9
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 +26 -0
- package/dist/index.js +43662 -43691
- package/dist/third-party-licenses.json +3 -11
- package/dist/types/src/App.d.ts +6 -2
- package/dist/types/src/components/theme-button/index.d.ts +4 -2
- package/dist/types/src/index.d.ts +1 -0
- package/dist/types/src/lib/utils/mobx-config.d.ts +1 -0
- package/dist/types/src/states/location-card.d.ts +2 -2
- package/dist/types/src/states/main-ui.d.ts +2 -2
- package/dist/types/src/stores/feature-flag-store/index.d.ts +2 -0
- package/dist/types/src/stores/root-store/index.d.ts +7 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.59.9](https://github.com/MappedIn/viewer/compare/viewer-v0.59.8...viewer-v0.59.9) (2026-09-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **viewer:** render navigation path with ribbon, x-ray, and dashed-connection styling ([#702](https://github.com/MappedIn/viewer/issues/702)) ([03d1b3e](https://github.com/MappedIn/viewer/commit/03d1b3e97eeeb935ff01c08a4a201857ca80d23d))
|
|
9
|
+
|
|
10
|
+
## [0.59.8](https://github.com/MappedIn/viewer/compare/viewer-v0.59.7...viewer-v0.59.8) (2026-09-10)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **viewer:** isolate MobX global state to avoid MobX 6/7 conflicts ([#701](https://github.com/MappedIn/viewer/issues/701)) ([afed330](https://github.com/MappedIn/viewer/commit/afed330cb8254ffd6408c47cbd1442a0336c5f52))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Chore
|
|
19
|
+
|
|
20
|
+
* **deps:** bump dompurify, express, nanoid, mobx and mobx react lite versions ([#699](https://github.com/MappedIn/viewer/issues/699)) ([88dc37a](https://github.com/MappedIn/viewer/commit/88dc37a6e41a2f9838a0dd01dae55f43a9e339be))
|
|
21
|
+
|
|
22
|
+
## [0.59.7](https://github.com/MappedIn/viewer/compare/viewer-v0.59.6...viewer-v0.59.7) (2026-09-04)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### CI
|
|
26
|
+
|
|
27
|
+
* tag prerelease publish to fix GitHub Packages release ([#697](https://github.com/MappedIn/viewer/issues/697)) ([5ad48f5](https://github.com/MappedIn/viewer/commit/5ad48f5bba6c4408a05ba80d63aea46851d247e3))
|
|
28
|
+
|
|
3
29
|
## [0.59.6](https://github.com/MappedIn/viewer/compare/viewer-v0.59.5...viewer-v0.59.6) (2026-09-04)
|
|
4
30
|
|
|
5
31
|
|