@scaleflex/widget-core 4.5.0 → 4.5.1
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/lib/defaultLocale.js +11 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
## [4.5.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.5.0...v4.5.1) (2025-10-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @scaleflex/widget-core
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [4.5.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.4.0...v4.5.0) (2025-10-08)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @scaleflex/widget-core
|
package/lib/defaultLocale.js
CHANGED
|
@@ -71,5 +71,15 @@ export default {
|
|
|
71
71
|
mutualizedUnknownErrorMessage: 'Unknown error, make sure you have internet connection or try again later',
|
|
72
72
|
explorerServiceEmptySassKeyHeaderError: 'Required request header is missing',
|
|
73
73
|
explorerServiceExpiredSassKeyHeaderError: 'Your permission credential (SASS key) has expired - please relogin to continue',
|
|
74
|
-
explorerResumableUploadFastestServerError: 'A connection could not be established with the upload servers - please contact support@scaleflex.com'
|
|
74
|
+
explorerResumableUploadFastestServerError: 'A connection could not be established with the upload servers - please contact support@scaleflex.com',
|
|
75
|
+
collectionsListCollectionNameLabel: 'Collection Name',
|
|
76
|
+
labelsListOpenLabel: 'Open label %{name}',
|
|
77
|
+
labelsListLabelNameLabel: 'Name',
|
|
78
|
+
labelsListColorLabel: 'Color',
|
|
79
|
+
labelsListVisibilityLabel: 'Access',
|
|
80
|
+
labelsListCreatedAtLabel: 'Created at',
|
|
81
|
+
labelsListViewLabel: 'View',
|
|
82
|
+
labelsListLabelPinnedLabel: 'Pinned',
|
|
83
|
+
labelsListAttachLabel: 'Manage',
|
|
84
|
+
labelsListTagsLabel: 'Tags'
|
|
75
85
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scaleflex/widget-core",
|
|
3
3
|
"description": "Core module for the extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, Box, One Drive, S3 and more.",
|
|
4
|
-
"version": "4.5.
|
|
4
|
+
"version": "4.5.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"style": "dist/style.min.css",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@reduxjs/toolkit": "^1.9.5",
|
|
19
19
|
"@scaleflex/icons": "^3.0.0-beta.11",
|
|
20
20
|
"@scaleflex/ui": "^3.0.0-beta.11",
|
|
21
|
-
"@scaleflex/widget-utils": "^4.5.
|
|
21
|
+
"@scaleflex/widget-utils": "^4.5.1",
|
|
22
22
|
"@transloadit/prettier-bytes": "0.1.0",
|
|
23
23
|
"cuid": "^3.0.0",
|
|
24
24
|
"lodash.throttle": "^4.1.1",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"react": ">=19.0.0",
|
|
35
35
|
"react-dom": ">=19.0.0"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "b211f9961ad30d3eaa01138f34e190ad5d38fb91"
|
|
38
38
|
}
|