@scaleflex/widget-utils 4.0.0 → 4.0.2
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 +20 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,17 +3,34 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
## [4.0.2](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.2) (2025-08-26)
|
|
7
7
|
|
|
8
|
+
**Note:** Version bump only for package @scaleflex/widget-utils
|
|
8
9
|
|
|
9
|
-
### Bug Fixes
|
|
10
10
|
|
|
11
|
-
* update I18N_GRID_UUID to new value and retain reference to the old UUID for clarity ([bf4d963](https://code.scaleflex.cloud/scaleflex/widget/commits/bf4d9631c2695e70b94092490e4a9800b54b38b7))
|
|
12
11
|
|
|
13
12
|
|
|
14
13
|
|
|
14
|
+
## [4.0.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.1) (2025-08-26)
|
|
15
15
|
|
|
16
|
+
**Note:** Version bump only for package @scaleflex/widget-utils
|
|
16
17
|
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
# [4.0.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.3.0...v4.0.0) (2025-08-26)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* update I18N_GRID_UUID to new value and retain reference to the old UUID for clarity ([bf4d963](https://code.scaleflex.cloud/scaleflex/widget/commits/bf4d9631c2695e70b94092490e4a9800b54b38b7))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
17
34
|
|
|
18
35
|
# [0.3.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.2.1...v0.3.0) (2025-08-12)
|
|
19
36
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Shared utility functions for filerobot modules",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"types": "types/index.d.ts",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.2",
|
|
7
7
|
"files": [
|
|
8
8
|
"/dist",
|
|
9
9
|
"/lib",
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@scaleflex/icons": "^3.0.0-beta.11",
|
|
18
18
|
"@scaleflex/ui": "^3.0.0-beta.11",
|
|
19
|
-
"@scaleflex/widget-icons": "^4.0.
|
|
19
|
+
"@scaleflex/widget-icons": "^4.0.2",
|
|
20
20
|
"abortcontroller-polyfill": "^1.4.0",
|
|
21
21
|
"dompurify": "^3.1.6",
|
|
22
22
|
"lodash.throttle": "^4.1.1"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "244f78ed198cf8709905eef721cf02d185f15051"
|
|
25
25
|
}
|