@scaleflex/widget-attach-dnd 4.0.3 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.md +28 -16
  2. package/README.md +1 -1
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,31 +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.3](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.3) (2025-08-26)
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-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.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-attach-dnd
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-attach-dnd
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-attach-dnd
37
+
38
+
39
+
40
+
41
+
42
+
31
43
  # [4.0.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.3.0...v4.0.0) (2025-08-26)
32
44
 
33
45
  **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/s/filerobot-widget-v3-c5l9th
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",
3
+ "version": "4.0.4",
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.3"
15
+ "@scaleflex/widget-utils": "^4.0.4"
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": "e6498885ac341cc9d14f4beb4a2fd582c129d905"
28
+ "gitHead": "9acad1431f206dd78802489c05e2c76a3ae30a53"
29
29
  }