@scaleflex/widget-attach-dnd 4.0.3 → 4.0.5
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 +40 -16
- package/README.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,31 +3,55 @@
|
|
|
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.5](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.5) (2025-09-10)
|
|
7
7
|
|
|
8
|
-
**Note:** Version bump only for package @scaleflex/widget-attach-dnd
|
|
9
8
|
|
|
9
|
+
### Bug Fixes
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## [4.0.2](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.2) (2025-08-26)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @scaleflex/widget-attach-dnd
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## [4.0.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.1) (2025-08-26)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @scaleflex/widget-attach-dnd
|
|
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))
|
|
25
12
|
|
|
26
13
|
|
|
27
14
|
|
|
28
15
|
|
|
29
16
|
|
|
30
17
|
|
|
18
|
+
## [4.0.4](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.4) (2025-09-02)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* 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))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [4.0.3](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.3) (2025-08-26)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @scaleflex/widget-attach-dnd
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## [4.0.2](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.2) (2025-08-26)
|
|
39
|
+
|
|
40
|
+
**Note:** Version bump only for package @scaleflex/widget-attach-dnd
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## [4.0.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.1) (2025-08-26)
|
|
47
|
+
|
|
48
|
+
**Note:** Version bump only for package @scaleflex/widget-attach-dnd
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
31
55
|
# [4.0.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.3.0...v4.0.0) (2025-08-26)
|
|
32
56
|
|
|
33
57
|
**Note:** Version bump only for package @scaleflex/widget-attach-dnd
|
package/README.md
CHANGED
|
@@ -90,7 +90,7 @@ If you don't want to show the drop hint shown while dragging the file/folder ove
|
|
|
90
90
|
[license-url]: https://opensource.org/licenses/MIT
|
|
91
91
|
[sfx-url]: https://www.scaleflex.com/
|
|
92
92
|
[version-url]: https://www.npmjs.com/package/@scaleflex/widget-attach-dnd
|
|
93
|
-
[codeSandbox-url]: https://codesandbox.io/
|
|
93
|
+
[codeSandbox-url]: https://codesandbox.io/p/sandbox/scalelfex-widget-v4-sandbox-dtp6l3?file=%2Fsrc%2Findex.js
|
|
94
94
|
|
|
95
95
|
|
|
96
96
|
[npm-image]: https://img.shields.io/npm/v/@telus/remark-config.svg?style=for-the-badge&logo=npm
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scaleflex/widget-attach-dnd",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
4
4
|
"description": "Attaches drag & drop zone to the specified HTML target, so any file dropped in that target would be uploaded.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"files": [
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"access": "public"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@scaleflex/widget-utils": "^4.0.
|
|
15
|
+
"@scaleflex/widget-utils": "^4.0.5"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"react": "^19.0.0",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"react-dom": ">=19.0.0"
|
|
26
26
|
},
|
|
27
27
|
"license": "MIT",
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "c95faef749de50d9c458d63a8b01da02efa268e2"
|
|
29
29
|
}
|