@scaleflex/widget-core 4.0.2 → 4.0.4
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 +37 -12
- package/README.md +4 -4
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,22 +3,12 @@
|
|
|
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.0.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* update output filename for Scaleflex widget CSS and adjust CDN links for consistency across various components ([244813e](https://code.scaleflex.cloud/scaleflex/widget/commits/244813e3100c606995ec8988484cf7697398f062))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## [4.0.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.1) (2025-08-26)
|
|
6
|
+
## [4.0.4](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.4) (2025-09-02)
|
|
18
7
|
|
|
19
8
|
|
|
20
9
|
### Bug Fixes
|
|
21
10
|
|
|
11
|
+
* update CDN links for Scaleflex widget to ensure consistent naming and improve asset management across HTML and README files ([e649888](https://code.scaleflex.cloud/scaleflex/widget/commits/e6498885ac341cc9d14f4beb4a2fd582c129d905))
|
|
22
12
|
* update output filename for Scaleflex widget CSS and adjust CDN links for consistency across various components ([244813e](https://code.scaleflex.cloud/scaleflex/widget/commits/244813e3100c606995ec8988484cf7697398f062))
|
|
23
13
|
|
|
24
14
|
|
|
@@ -26,6 +16,41 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
26
16
|
|
|
27
17
|
|
|
28
18
|
|
|
19
|
+
## [4.0.3](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.3) (2025-08-26)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* update CDN links for Scaleflex widget to ensure consistent naming and improve asset management across HTML and README files ([e649888](https://code.scaleflex.cloud/scaleflex/widget/commits/e6498885ac341cc9d14f4beb4a2fd582c129d905))
|
|
25
|
+
* update output filename for Scaleflex widget CSS and adjust CDN links for consistency across various components ([244813e](https://code.scaleflex.cloud/scaleflex/widget/commits/244813e3100c606995ec8988484cf7697398f062))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## [4.0.2](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.2) (2025-08-26)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* update output filename for Scaleflex widget CSS and adjust CDN links for consistency across various components ([244813e](https://code.scaleflex.cloud/scaleflex/widget/commits/244813e3100c606995ec8988484cf7697398f062))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## [4.0.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.1) (2025-08-26)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### Bug Fixes
|
|
46
|
+
|
|
47
|
+
* update output filename for Scaleflex widget CSS and adjust CDN links for consistency across various components ([244813e](https://code.scaleflex.cloud/scaleflex/widget/commits/244813e3100c606995ec8988484cf7697398f062))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
29
54
|
# [4.0.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.3.0...v4.0.0) (2025-08-26)
|
|
30
55
|
|
|
31
56
|
|
package/README.md
CHANGED
|
@@ -84,7 +84,7 @@ The widget's architecture contains the [**Core**](#scaleflexwidget-core) module
|
|
|
84
84
|
<link
|
|
85
85
|
rel="stylesheet"
|
|
86
86
|
type="text/css"
|
|
87
|
-
href="https://cdn.scaleflex.com/plugins/widget/v4/stable/
|
|
87
|
+
href="https://cdn.scaleflex.com/plugins/widget/v4/stable/scaleflex-widget.min.css"
|
|
88
88
|
/>
|
|
89
89
|
```
|
|
90
90
|
|
|
@@ -93,7 +93,7 @@ The widget's architecture contains the [**Core**](#scaleflexwidget-core) module
|
|
|
93
93
|
```html
|
|
94
94
|
<script
|
|
95
95
|
type="text/javascript"
|
|
96
|
-
src="https://cdn.scaleflex.com/plugins/widget/v4/stable/
|
|
96
|
+
src="https://cdn.scaleflex.com/plugins/widget/v4/stable/scaleflex-widget.min.js"
|
|
97
97
|
></script>
|
|
98
98
|
```
|
|
99
99
|
|
|
@@ -170,13 +170,13 @@ render(<App />, document.getElementById("app"));
|
|
|
170
170
|
<link
|
|
171
171
|
rel="stylesheet"
|
|
172
172
|
type="text/css"
|
|
173
|
-
href="https://cdn.scaleflex.com/plugins/widget/v4/stable/
|
|
173
|
+
href="https://cdn.scaleflex.com/plugins/widget/v4/stable/scaleflex-widget.min.css"
|
|
174
174
|
/>
|
|
175
175
|
</head>
|
|
176
176
|
<body>
|
|
177
177
|
<div id="scaleflex-widget"></div>
|
|
178
178
|
|
|
179
|
-
<script src="https://cdn.scaleflex.com/plugins/widget/v4/stable/
|
|
179
|
+
<script src="https://cdn.scaleflex.com/plugins/widget/v4/stable/scaleflex-widget.min.js"></script>
|
|
180
180
|
|
|
181
181
|
<script type="text/javascript">
|
|
182
182
|
const widget = window.ScaleflexWidget;
|
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.0.
|
|
4
|
+
"version": "4.0.4",
|
|
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.0.
|
|
21
|
+
"@scaleflex/widget-utils": "^4.0.4",
|
|
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": "9acad1431f206dd78802489c05e2c76a3ae30a53"
|
|
38
38
|
}
|