@scaleflex/widget-xhr-upload 4.0.5 → 4.0.7
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 +27 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,18 +3,42 @@
|
|
|
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.7](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.8...v4.0.7) (2025-09-15)
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
###
|
|
9
|
+
### Reverts
|
|
10
10
|
|
|
11
|
-
*
|
|
11
|
+
* Revert "chore(release): publish new version v4.0.7🔥🚀" ([a940492](https://code.scaleflex.cloud/scaleflex/widget/commits/a940492ab76142f7041379f9a8a1d0bc8367214f))
|
|
12
|
+
* Revert "chore(release): publish new version v4.0.8🔥🚀" ([6cc5817](https://code.scaleflex.cloud/scaleflex/widget/commits/6cc581729ea8428d7a814aefedd78254512f3693))
|
|
12
13
|
|
|
13
14
|
|
|
14
15
|
|
|
15
16
|
|
|
16
17
|
|
|
17
18
|
|
|
19
|
+
## [4.0.6](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.6) (2025-09-14)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* 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))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [4.0.5](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.5) (2025-09-10)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* 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))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
18
42
|
## [4.0.4](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.4) (2025-09-02)
|
|
19
43
|
|
|
20
44
|
|
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.7",
|
|
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.7",
|
|
18
|
+
"@scaleflex/widget-utils": "^4.0.7",
|
|
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": "a940492ab76142f7041379f9a8a1d0bc8367214f"
|
|
25
25
|
}
|