@applitools/spec-driver-browser-extension 1.4.15 → 1.5.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 (2) hide show
  1. package/CHANGELOG.md +76 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,81 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.5.0](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.4.16...js/spec-driver-browser-extension@1.5.0) (2026-05-05)
4
+
5
+
6
+ ### Features
7
+
8
+ * add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/dom-shared bumped to 1.2.0
14
+ #### Features
15
+
16
+ * add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
17
+ * @applitools/snippets bumped to 2.9.0
18
+ #### Features
19
+
20
+ * add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
21
+
22
+
23
+
24
+ * @applitools/driver bumped to 1.26.0
25
+ #### Features
26
+
27
+ * add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
28
+
29
+
30
+
31
+ * @applitools/spec-driver-playwright bumped to 1.9.0
32
+ #### Features
33
+
34
+ * add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
35
+
36
+
37
+
38
+
39
+ ## [1.4.16](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.4.15...js/spec-driver-browser-extension@1.4.16) (2026-04-16)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
45
+
46
+
47
+ ### Dependencies
48
+
49
+ * @applitools/utils bumped to 1.14.4
50
+ #### Bug Fixes
51
+
52
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
53
+ * @applitools/logger bumped to 2.2.11
54
+ #### Bug Fixes
55
+
56
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
57
+
58
+
59
+
60
+ * @applitools/snippets bumped to 2.8.2
61
+ #### Bug Fixes
62
+
63
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
64
+ * @applitools/driver bumped to 1.25.5
65
+ #### Bug Fixes
66
+
67
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
68
+
69
+
70
+
71
+ * @applitools/spec-driver-playwright bumped to 1.8.5
72
+ #### Bug Fixes
73
+
74
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
75
+
76
+
77
+
78
+
3
79
  ## [1.4.15](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.4.14...js/spec-driver-browser-extension@1.4.15) (2026-03-29)
4
80
 
5
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-browser-extension",
3
- "version": "1.4.15",
3
+ "version": "1.5.0",
4
4
  "keywords": [
5
5
  "playwright",
6
6
  "chrome devtools protocol",
@@ -40,13 +40,13 @@
40
40
  "playwright:setup": "yarn playwright install --with-deps chromium"
41
41
  },
42
42
  "dependencies": {
43
- "@applitools/driver": "1.25.4",
44
- "@applitools/utils": "1.14.3",
43
+ "@applitools/driver": "1.26.0",
44
+ "@applitools/utils": "1.14.4",
45
45
  "webextension-polyfill": "0.10.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@applitools/api-extractor": "^1.2.22",
49
- "@applitools/spec-driver-playwright": "^1.8.4",
49
+ "@applitools/spec-driver-playwright": "^1.9.0",
50
50
  "@applitools/test-utils": "^1.5.17",
51
51
  "@babel/core": "^7.26.0",
52
52
  "@babel/preset-env": "^7.22.5",