@mx-cartographer/experiences 5.2.12 → 5.2.14
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 +8 -0
- package/dist/index.es.js +151 -144
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [5.2.14] - 04-12-2025
|
|
2
|
+
|
|
3
|
+
- **FIXED** - NetWorth | List Sizing Issue fixed.
|
|
4
|
+
|
|
5
|
+
## [5.2.13] - 04-11-2025
|
|
6
|
+
|
|
7
|
+
- **FIXED** - Ensure the settings card spans the full height.
|
|
8
|
+
|
|
1
9
|
## [5.2.12] - 04-11-2025
|
|
2
10
|
|
|
3
11
|
- **FIXED** - Widget Container | Header responsiveness when multiple actions
|