@scaleflex/widget-core 4.0.0 → 4.0.2

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 CHANGED
@@ -3,18 +3,41 @@
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.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.3.0...v4.0.0) (2025-08-26)
6
+ ## [4.0.2](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.2) (2025-08-26)
7
7
 
8
8
 
9
- ### Features
9
+ ### Bug Fixes
10
10
 
11
- * add box-sizing rule for #SfxPopper to ensure consistent layout ([95926e8](https://code.scaleflex.cloud/scaleflex/widget/commits/95926e8e9543eea1d633b284b0d65ae8492fc096))
12
- * update import statements and CDN links for Scaleflex widgets, enhance sandbox functionality, and improve documentation clarity ([6322d8f](https://code.scaleflex.cloud/scaleflex/widget/commits/6322d8f0a1622955f551fa66e38c3a31cc290736))
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))
13
12
 
14
13
 
15
14
 
16
15
 
17
16
 
17
+ ## [4.0.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.1) (2025-08-26)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * 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
+
24
+
25
+
26
+
27
+
28
+
29
+ # [4.0.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.3.0...v4.0.0) (2025-08-26)
30
+
31
+
32
+ ### Features
33
+
34
+ * add box-sizing rule for #SfxPopper to ensure consistent layout ([95926e8](https://code.scaleflex.cloud/scaleflex/widget/commits/95926e8e9543eea1d633b284b0d65ae8492fc096))
35
+ * update import statements and CDN links for Scaleflex widgets, enhance sandbox functionality, and improve documentation clarity ([6322d8f](https://code.scaleflex.cloud/scaleflex/widget/commits/6322d8f0a1622955f551fa66e38c3a31cc290736))
36
+
37
+
38
+
39
+
40
+
18
41
 
19
42
  # [0.3.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.2.1...v0.3.0) (2025-08-12)
20
43
 
package/README.md CHANGED
@@ -26,7 +26,7 @@ Various plugins like for example the [**Scaleflex Image Editor**](https://www.np
26
26
 
27
27
  <!-- <img src="https://cdn.scaleflex.com/demo/widget-npm_v8.gif?vh=4780be" title="Overview of the widget GIF" alt="Overview of the widget GIF" width="600" /> -->
28
28
 
29
- **[Check it live in action](https://cdn.scaleflex.com/plugins/filerobot-widget/v3/demo/index.html)**
29
+ **[Check it live in action](https://cdn.scaleflex.com/plugins/widget/v4/demo/index.html)**
30
30
 
31
31
  <details>
32
32
  <summary>Table of contents</summary>
@@ -103,7 +103,7 @@ The widget's architecture contains the [**Core**](#scaleflexwidget-core) module
103
103
 
104
104
  ### Demo
105
105
 
106
- [See the SMAW in action here](https://cdn.scaleflex.com/plugins/filerobot-widget/v3/demo/index.html).
106
+ [See the SMAW in action here](https://cdn.scaleflex.com/plugins/widget/v4/demo/index.html).
107
107
 
108
108
  The following implementation examples build a SMAW for uploading files, showing the [**Scaleflex Explorer**](https://www.npmjs.com/package/@scaleflex/widget-explorer/#scaleflexwidgetexplorer) as a file explorer/media gallery, enabling the [**Webcam**](https://www.npmjs.com/package/@scaleflex/widget-webcam/#scaleflexwidgetwebcam) for capturing photos and videos and the [**Scaleflex Image Editor**](https://www.npmjs.com/package/@scaleflex/widget-image-editor/#scaleflexwidgetimage-editor) for editing images inline.
109
109
 
@@ -1087,7 +1087,7 @@ scaleflexWidget.on('modified-url', (modifiedUrl, designState, info) => {
1087
1087
  [version-url-latest]: https://www.npmjs.com/package/@scaleflex/widget-core
1088
1088
  [version-url-stable]: https://www.npmjs.com/package/@scaleflex/widget-core/v/stable
1089
1089
  [version-url]: https://www.npmjs.com/package/@scaleflex/widget-core
1090
- [codeSandbox-url]: https://codesandbox.io/s/filerobot-widget-v3-c5l9th
1090
+ [codeSandbox-url]: https://codesandbox.io/p/sandbox/r9scjl
1091
1091
  [npm-image]: https://img.shields.io/npm/v/@telus/remark-config.svg?style=for-the-badge&logo=npm
1092
1092
  [license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge
1093
1093
  [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-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.0",
4
+ "version": "4.0.2",
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.0",
21
+ "@scaleflex/widget-utils": "^4.0.2",
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": "bf4d9631c2695e70b94092490e4a9800b54b38b7"
37
+ "gitHead": "244f78ed198cf8709905eef721cf02d185f15051"
38
38
  }