@scaleflex/widget-screen-capture 4.0.2 → 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.
- package/CHANGELOG.md +28 -8
- package/README.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,23 +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.
|
|
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-screen-capture
|
|
9
8
|
|
|
9
|
+
### Bug Fixes
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## [4.0.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.1) (2025-08-26)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @scaleflex/widget-screen-capture
|
|
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))
|
|
17
12
|
|
|
18
13
|
|
|
19
14
|
|
|
20
15
|
|
|
21
16
|
|
|
22
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-screen-capture
|
|
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-screen-capture
|
|
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-screen-capture
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
23
43
|
# [4.0.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.3.0...v4.0.0) (2025-08-26)
|
|
24
44
|
|
|
25
45
|
**Note:** Version bump only for package @scaleflex/widget-screen-capture
|
package/README.md
CHANGED
|
@@ -145,7 +145,7 @@ Customizing some of the translations or the language's strings and replace the d
|
|
|
145
145
|
[license-url]: https://opensource.org/licenses/MIT
|
|
146
146
|
[sfx-url]: https://www.scaleflex.com/
|
|
147
147
|
[version-url]: https://www.npmjs.com/package/@scaleflex/widget-screen-capture
|
|
148
|
-
[codeSandbox-url]: https://codesandbox.io/
|
|
148
|
+
[codeSandbox-url]: https://codesandbox.io/p/sandbox/scalelfex-widget-v4-sandbox-dtp6l3?file=%2Fsrc%2Findex.js
|
|
149
149
|
|
|
150
150
|
[npm-image]: https://img.shields.io/npm/v/@telus/remark-config.svg?style=for-the-badge&logo=npm
|
|
151
151
|
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scaleflex/widget-screen-capture",
|
|
3
3
|
"description": "Scaleflex plugin that captures video from display or application.",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.4",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"style": "dist/style.min.css",
|
|
8
8
|
"types": "types/index.d.ts",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@scaleflex/widget-utils": "^4.0.
|
|
10
|
+
"@scaleflex/widget-utils": "^4.0.4"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"react": "^19.0.0",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"/lib",
|
|
28
28
|
"/types"
|
|
29
29
|
],
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "9acad1431f206dd78802489c05e2c76a3ae30a53"
|
|
31
31
|
}
|