@cosmotech/core 2.0.1 → 3.0.0-dev.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/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +21 -0
- package/dist/index.cjs.js +13259 -12853
- package/dist/index.esm.js +13266 -12860
- package/package.json +18 -18
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## **3.0.0-dev.0** <sub><sup>2025-12-18 (af12362...205fc96)</sup></sub>
|
|
2
|
+
|
|
3
|
+
### BREAKING CHANGES
|
|
4
|
+
|
|
5
|
+
- @azure/msal\-browser upgraded from v3 to v4 ([246df91](https://github.com/Cosmo-Tech/webapp-component-core/commit/246df91))
|
|
6
|
+
|
|
7
|
+
### Dependencies
|
|
8
|
+
|
|
9
|
+
- update dependencies
|
|
10
|
+
|
|
11
|
+
## **2.0.2** <sub><sup>2025-12-01 (d61abd...1d4266)</sup></sub>
|
|
12
|
+
|
|
13
|
+
### Performance Improvements
|
|
14
|
+
|
|
15
|
+
- improve performance of CSV file upload in Tables
|
|
16
|
+
|
|
17
|
+
### Dependencies
|
|
18
|
+
|
|
19
|
+
- revert @azure/msal-browser upgrade, setting it back from v4 to v3
|
|
20
|
+
- update dependencies
|
|
21
|
+
|
|
1
22
|
## **2.0.1** <sub><sup>2025-09-19 (7021d37...40b3c7f)</sup></sub>
|
|
2
23
|
|
|
3
24
|
### Bug Fixes
|