@scaleflex/widget-xhr-upload 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 +28 -8
- package/README.md +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,23 +3,43 @@
|
|
|
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.
|
|
6
|
+
## [4.0.4](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.4) (2025-09-02)
|
|
7
7
|
|
|
8
|
-
**Note:** Version bump only for package @scaleflex/widget-xhr-upload
|
|
9
8
|
|
|
9
|
+
### Bug Fixes
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## [4.0.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.1) (2025-08-26)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @scaleflex/widget-xhr-upload
|
|
11
|
+
* update CodeSandbox links in HTML and README files to point to the new sandbox version for better user access ([cf4f794](https://code.scaleflex.cloud/scaleflex/widget/commits/cf4f7941cc3b79e5bb9ce604ff7a2f25665072a4))
|
|
17
12
|
|
|
18
13
|
|
|
19
14
|
|
|
20
15
|
|
|
21
16
|
|
|
22
17
|
|
|
18
|
+
## [4.0.3](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.3) (2025-08-26)
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @scaleflex/widget-xhr-upload
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## [4.0.2](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.2) (2025-08-26)
|
|
27
|
+
|
|
28
|
+
**Note:** Version bump only for package @scaleflex/widget-xhr-upload
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
## [4.0.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.1) (2025-08-26)
|
|
35
|
+
|
|
36
|
+
**Note:** Version bump only for package @scaleflex/widget-xhr-upload
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
23
43
|
# [4.0.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.3.0...v4.0.0) (2025-08-26)
|
|
24
44
|
|
|
25
45
|
**Note:** Version bump only for package @scaleflex/widget-xhr-upload
|
package/README.md
CHANGED
|
@@ -190,7 +190,7 @@ Customizing some of the translations or the language's strings and replace the d
|
|
|
190
190
|
[license-url]: https://opensource.org/licenses/MIT
|
|
191
191
|
[sfx-url]: https://www.scaleflex.com/
|
|
192
192
|
[version-url]: https://www.npmjs.com/package/@scaleflex/widget-xhr-upload
|
|
193
|
-
[codeSandbox-url]: https://codesandbox.io/
|
|
193
|
+
[codeSandbox-url]: https://codesandbox.io/p/sandbox/scalelfex-widget-v4-sandbox-dtp6l3?file=%2Fsrc%2Findex.js
|
|
194
194
|
[npm-image]: https://img.shields.io/npm/v/@telus/remark-config.svg?style=for-the-badge&logo=npm
|
|
195
195
|
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge
|
|
196
196
|
[made-by-image]: https://img.shields.io/badge/%3C%2F%3E%20with%20%E2%99%A5%20by-the%20Scaleflex%20team-6986fa.svg?style=for-the-badge
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scaleflex/widget-xhr-upload",
|
|
3
3
|
"description": "Plain and simple classic HTML multipart form uploads with Scaleflex Media Asset Widget, as well as uploads using the HTTP PUT method.",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.4",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"types": "types/index.d.ts",
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"access": "public"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@scaleflex/widget-companion-client": "^4.0.
|
|
18
|
-
"@scaleflex/widget-utils": "^4.0.
|
|
17
|
+
"@scaleflex/widget-companion-client": "^4.0.4",
|
|
18
|
+
"@scaleflex/widget-utils": "^4.0.4",
|
|
19
19
|
"cuid": "^3.0.0"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@scaleflex/widget-core": "^0.0.3"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "9acad1431f206dd78802489c05e2c76a3ae30a53"
|
|
25
25
|
}
|