@scaleflex/widget-core 4.0.0 → 4.0.3
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 +39 -4
- package/README.md +7 -7
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,18 +3,53 @@
|
|
|
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
|
-
|
|
6
|
+
## [4.0.3](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.3) (2025-08-26)
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
###
|
|
9
|
+
### Bug Fixes
|
|
10
10
|
|
|
11
|
-
*
|
|
12
|
-
* update
|
|
11
|
+
* update CDN links for Scaleflex widget to ensure consistent naming and improve asset management across HTML and README files ([e649888](https://code.scaleflex.cloud/scaleflex/widget/commits/e6498885ac341cc9d14f4beb4a2fd582c129d905))
|
|
12
|
+
* 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
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
+
## [4.0.2](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.2) (2025-08-26)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* 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))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## [4.0.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.1) (2025-08-26)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* 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))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
# [4.0.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.3.0...v4.0.0) (2025-08-26)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Features
|
|
45
|
+
|
|
46
|
+
* add box-sizing rule for #SfxPopper to ensure consistent layout ([95926e8](https://code.scaleflex.cloud/scaleflex/widget/commits/95926e8e9543eea1d633b284b0d65ae8492fc096))
|
|
47
|
+
* 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))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
18
53
|
|
|
19
54
|
# [0.3.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.2.1...v0.3.0) (2025-08-12)
|
|
20
55
|
|
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/
|
|
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>
|
|
@@ -84,7 +84,7 @@ The widget's architecture contains the [**Core**](#scaleflexwidget-core) module
|
|
|
84
84
|
<link
|
|
85
85
|
rel="stylesheet"
|
|
86
86
|
type="text/css"
|
|
87
|
-
href="https://cdn.scaleflex.com/plugins/widget/v4/stable/
|
|
87
|
+
href="https://cdn.scaleflex.com/plugins/widget/v4/stable/scaleflex-widget.min.css"
|
|
88
88
|
/>
|
|
89
89
|
```
|
|
90
90
|
|
|
@@ -93,7 +93,7 @@ The widget's architecture contains the [**Core**](#scaleflexwidget-core) module
|
|
|
93
93
|
```html
|
|
94
94
|
<script
|
|
95
95
|
type="text/javascript"
|
|
96
|
-
src="https://cdn.scaleflex.com/plugins/widget/v4/stable/
|
|
96
|
+
src="https://cdn.scaleflex.com/plugins/widget/v4/stable/scaleflex-widget.min.js"
|
|
97
97
|
></script>
|
|
98
98
|
```
|
|
99
99
|
|
|
@@ -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/
|
|
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
|
|
|
@@ -170,13 +170,13 @@ render(<App />, document.getElementById("app"));
|
|
|
170
170
|
<link
|
|
171
171
|
rel="stylesheet"
|
|
172
172
|
type="text/css"
|
|
173
|
-
href="https://cdn.scaleflex.com/plugins/widget/v4/stable/
|
|
173
|
+
href="https://cdn.scaleflex.com/plugins/widget/v4/stable/scaleflex-widget.min.css"
|
|
174
174
|
/>
|
|
175
175
|
</head>
|
|
176
176
|
<body>
|
|
177
177
|
<div id="scaleflex-widget"></div>
|
|
178
178
|
|
|
179
|
-
<script src="https://cdn.scaleflex.com/plugins/widget/v4/stable/
|
|
179
|
+
<script src="https://cdn.scaleflex.com/plugins/widget/v4/stable/scaleflex-widget.min.js"></script>
|
|
180
180
|
|
|
181
181
|
<script type="text/javascript">
|
|
182
182
|
const widget = window.ScaleflexWidget;
|
|
@@ -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/
|
|
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.
|
|
4
|
+
"version": "4.0.3",
|
|
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.
|
|
21
|
+
"@scaleflex/widget-utils": "^4.0.3",
|
|
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": "
|
|
37
|
+
"gitHead": "e6498885ac341cc9d14f4beb4a2fd582c129d905"
|
|
38
38
|
}
|