@scaleflex/widget-screen-capture 0.2.1 → 4.0.0

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 +43 -25
  2. package/README.md +1 -1
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,31 +3,7 @@
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
- ## [0.2.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.2.0...v0.2.1) (2025-08-06)
7
-
8
- **Note:** Version bump only for package @scaleflex/widget-screen-capture
9
-
10
-
11
-
12
-
13
-
14
- # [0.2.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.1.2...v0.2.0) (2025-08-05)
15
-
16
- **Note:** Version bump only for package @scaleflex/widget-screen-capture
17
-
18
-
19
-
20
-
21
-
22
- ## [0.1.2](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.1.1...v0.1.2) (2025-07-30)
23
-
24
- **Note:** Version bump only for package @scaleflex/widget-screen-capture
25
-
26
-
27
-
28
-
29
-
30
- ## [0.1.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.1.0...v0.1.1) (2025-07-28)
6
+ # [4.0.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.3.0...v4.0.0) (2025-08-26)
31
7
 
32
8
  **Note:** Version bump only for package @scaleflex/widget-screen-capture
33
9
 
@@ -36,6 +12,48 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
36
12
 
37
13
 
38
14
 
15
+ # [0.3.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.2.1...v0.3.0) (2025-08-12)
16
+
17
+ **Note:** Version bump only for package @scaleflex/widget-screen-capture
18
+
19
+
20
+
21
+
22
+
23
+
24
+ ## [0.2.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.2.0...v0.2.1) (2025-08-06)
25
+
26
+ **Note:** Version bump only for package @scaleflex/widget-screen-capture
27
+
28
+
29
+
30
+
31
+
32
+ # [0.2.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.1.2...v0.2.0) (2025-08-05)
33
+
34
+ **Note:** Version bump only for package @scaleflex/widget-screen-capture
35
+
36
+
37
+
38
+
39
+
40
+ ## [0.1.2](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.1.1...v0.1.2) (2025-07-30)
41
+
42
+ **Note:** Version bump only for package @scaleflex/widget-screen-capture
43
+
44
+
45
+
46
+
47
+
48
+ ## [0.1.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.1.0...v0.1.1) (2025-07-28)
49
+
50
+ **Note:** Version bump only for package @scaleflex/widget-screen-capture
51
+
52
+
53
+
54
+
55
+
56
+
39
57
  # [0.1.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.0.5...v0.1.0) (2025-07-23)
40
58
 
41
59
  **Note:** Version bump only for package @scaleflex/widget-screen-capture
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
 
11
11
  <div align='center'>
12
- <img title="Scaleflex Widget logo" alt="Scaleflex Widget logo" src="https://cdn.scaleflex.com/plugins/filerobot-widget/assets/filerobot_widget_logo_with_fire.png?vh=b2ff09" width="140"/>
12
+ <img title="Scaleflex Widget logo" alt="Scaleflex Widget logo" src="https://assets.scaleflex.com/Corporate+Branding/%5B2025%5D+ALL+LOGOS+%2B+ICONS/SCALEFLEX/VXP+logo/Horizontal+White/VXP+logo+WHITE.png?vh=663932" width="140"/>
13
13
  </div>
14
14
 
15
15
  The screen capture records the device's screen with processing the recorded video for uploading in [Scaleflex Media Asset Widget](https://www.npmjs.com/package/@scaleflex/widget-core).
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": "0.2.1",
4
+ "version": "4.0.0",
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": "^0.2.1"
10
+ "@scaleflex/widget-utils": "^4.0.0"
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": "a195e3fe116e2bec65550e5390ae71496eec0d90"
30
+ "gitHead": "bf4d9631c2695e70b94092490e4a9800b54b38b7"
31
31
  }