@applitools/eyes-playwright 1.45.2 → 1.46.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 +75 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,80 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.46.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.45.2...js/eyes-playwright@1.46.0) (2026-03-12)
4
+
5
+
6
+ ### Features
7
+
8
+ * support coded regions within iframes and shadow DOM | FLD-4019 ([#3542](https://github.com/Applitools-Dev/sdk/issues/3542)) ([7c5639a](https://github.com/Applitools-Dev/sdk/commit/7c5639a8a4c135bc9331d9ff93f1824906549568))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/dom-snapshot bumped to 4.16.0
19
+ #### Features
20
+
21
+ * support coded regions within iframes and shadow DOM | FLD-4019 ([#3542](https://github.com/Applitools-Dev/sdk/issues/3542)) ([7c5639a](https://github.com/Applitools-Dev/sdk/commit/7c5639a8a4c135bc9331d9ff93f1824906549568))
22
+
23
+
24
+
25
+ * @applitools/snippets bumped to 2.8.0
26
+ #### Features
27
+
28
+ * support coded regions within iframes and shadow DOM | FLD-4019 ([#3542](https://github.com/Applitools-Dev/sdk/issues/3542)) ([7c5639a](https://github.com/Applitools-Dev/sdk/commit/7c5639a8a4c135bc9331d9ff93f1824906549568))
29
+ * @applitools/dom-capture bumped to 11.6.12
30
+ #### Bug Fixes
31
+
32
+ * prevent [object Object] in DOM capture for CORS iframes | FLD-4181 ([#3620](https://github.com/Applitools-Dev/sdk/issues/3620)) ([afe91e7](https://github.com/Applitools-Dev/sdk/commit/afe91e7b26e9ad5d37d2098b17ecf139794075ef))
33
+ * @applitools/driver bumped to 1.25.3
34
+ #### Bug Fixes
35
+
36
+ * enhance NML error messages for better user-facing diagnostics | FLD-4279 ([#3622](https://github.com/Applitools-Dev/sdk/issues/3622)) ([2aef039](https://github.com/Applitools-Dev/sdk/commit/2aef0395875fd0ff0b4f657d769bda23d66660ad))
37
+
38
+
39
+
40
+ * @applitools/ufg-client bumped to 1.20.0
41
+ #### Features
42
+
43
+ * support coded regions within iframes and shadow DOM | FLD-4019 ([#3542](https://github.com/Applitools-Dev/sdk/issues/3542)) ([7c5639a](https://github.com/Applitools-Dev/sdk/commit/7c5639a8a4c135bc9331d9ff93f1824906549568))
44
+ * @applitools/core bumped to 4.58.0
45
+ #### Features
46
+
47
+ * support coded regions within iframes and shadow DOM | FLD-4019 ([#3542](https://github.com/Applitools-Dev/sdk/issues/3542)) ([7c5639a](https://github.com/Applitools-Dev/sdk/commit/7c5639a8a4c135bc9331d9ff93f1824906549568))
48
+
49
+
50
+ #### Bug Fixes
51
+
52
+ * enhance NML error messages for better user-facing diagnostics | FLD-4279 ([#3622](https://github.com/Applitools-Dev/sdk/issues/3622)) ([2aef039](https://github.com/Applitools-Dev/sdk/commit/2aef0395875fd0ff0b4f657d769bda23d66660ad))
53
+ * logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
54
+
55
+
56
+
57
+ * @applitools/spec-driver-webdriver bumped to 1.5.8
58
+
59
+ * @applitools/spec-driver-selenium bumped to 1.7.14
60
+
61
+ * @applitools/spec-driver-playwright bumped to 1.8.3
62
+
63
+ * @applitools/spec-driver-puppeteer bumped to 1.7.3
64
+
65
+ * @applitools/screenshoter bumped to 3.12.16
66
+
67
+ * @applitools/nml-client bumped to 1.11.20
68
+
69
+ * @applitools/core-base bumped to 1.32.2
70
+ #### Bug Fixes
71
+
72
+ * logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
73
+ * @applitools/ec-client bumped to 1.12.22
74
+
75
+ * @applitools/eyes bumped to 1.38.9
76
+
77
+
3
78
  ## [1.45.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.45.1...js/eyes-playwright@1.45.2) (2026-03-08)
4
79
 
5
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-playwright",
3
- "version": "1.45.2",
3
+ "version": "1.46.0",
4
4
  "description": "Applitools Eyes SDK for Playwright",
5
5
  "keywords": [
6
6
  "eyes-playwright",
@@ -63,9 +63,9 @@
63
63
  "up:framework": "echo \"$(jq '.devDependencies.playwright = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
64
64
  },
65
65
  "dependencies": {
66
- "@applitools/eyes": "1.38.8",
66
+ "@applitools/eyes": "1.38.9",
67
67
  "@applitools/req": "1.9.1",
68
- "@applitools/spec-driver-playwright": "1.8.2",
68
+ "@applitools/spec-driver-playwright": "1.8.3",
69
69
  "@applitools/utils": "1.14.2",
70
70
  "@inquirer/prompts": "7.0.1",
71
71
  "chalk": "4.1.2",