@applitools/eyes-playwright 1.48.1 → 1.48.2

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 +58 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,63 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.48.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.48.1...js/eyes-playwright@1.48.2) (2026-08-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.18.0
9
+ #### Features
10
+
11
+ * report canvases captured before they are drawn | FLD-3965 ([#4097](https://github.com/Applitools-Dev/sdk/issues/4097)) ([48b92ec](https://github.com/Applitools-Dev/sdk/commit/48b92ecba0804ad77333a6b4c799435d998f1418))
12
+
13
+
14
+
15
+ * @applitools/snippets bumped to 2.9.7
16
+ #### Bug Fixes
17
+
18
+ * report a stalled lazyLoad pass instead of success under a scroll lock | FLD-3965 ([#4101](https://github.com/Applitools-Dev/sdk/issues/4101)) ([6244790](https://github.com/Applitools-Dev/sdk/commit/62447903464d27027f169d6b058d20e3e943ffda))
19
+ * @applitools/nml-client bumped to 1.12.0
20
+ #### Features
21
+
22
+ * seat region-check DOM via NML crop targetRegion | AD-14690 ([#4054](https://github.com/Applitools-Dev/sdk/issues/4054)) ([d442ff3](https://github.com/Applitools-Dev/sdk/commit/d442ff336b66144b55102d04b74175305b05169e))
23
+
24
+
25
+
26
+ * @applitools/core bumped to 4.69.0
27
+ #### Features
28
+
29
+ * label and tag figma logs, warn that the feature is experimental | AD-15681 ([#4108](https://github.com/Applitools-Dev/sdk/issues/4108)) ([5b20bf3](https://github.com/Applitools-Dev/sdk/commit/5b20bf327a857f09b9d3b1d55d59976390fae9fb))
30
+
31
+
32
+ #### Bug Fixes
33
+
34
+ * fail loudly when the Figma rate limit blocks further requests | AD-15531 ([#4065](https://github.com/Applitools-Dev/sdk/issues/4065)) ([9240e3e](https://github.com/Applitools-Dev/sdk/commit/9240e3ea6bed5225e8c9802cfb4669099968fc11))
35
+ * report a stalled lazyLoad pass instead of success under a scroll lock | FLD-3965 ([#4101](https://github.com/Applitools-Dev/sdk/issues/4101)) ([6244790](https://github.com/Applitools-Dev/sdk/commit/62447903464d27027f169d6b058d20e3e943ffda))
36
+
37
+
38
+ #### Code Refactoring
39
+
40
+ * make the figma logger and req explicit inputs | AD-15681 ([#4109](https://github.com/Applitools-Dev/sdk/issues/4109)) ([2a29778](https://github.com/Applitools-Dev/sdk/commit/2a2977865f1f26b0b55f7ab004c8ff737ed2573c))
41
+
42
+
43
+
44
+ * @applitools/driver bumped to 1.26.9
45
+
46
+ * @applitools/spec-driver-webdriver bumped to 1.6.9
47
+
48
+ * @applitools/spec-driver-selenium bumped to 1.8.9
49
+
50
+ * @applitools/spec-driver-playwright bumped to 1.9.9
51
+
52
+ * @applitools/spec-driver-puppeteer bumped to 1.8.9
53
+
54
+ * @applitools/screenshoter bumped to 3.12.29
55
+
56
+ * @applitools/ec-client bumped to 1.12.43
57
+
58
+ * @applitools/eyes bumped to 1.45.2
59
+
60
+
3
61
  ## [1.48.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.48.0...js/eyes-playwright@1.48.1) (2026-08-10)
4
62
 
5
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-playwright",
3
- "version": "1.48.1",
3
+ "version": "1.48.2",
4
4
  "description": "Applitools Eyes SDK for Playwright",
5
5
  "keywords": [
6
6
  "eyes-playwright",
@@ -63,10 +63,10 @@
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.45.1",
66
+ "@applitools/eyes": "1.45.2",
67
67
  "@applitools/logger": "2.3.1",
68
68
  "@applitools/req": "1.11.3",
69
- "@applitools/spec-driver-playwright": "1.9.8",
69
+ "@applitools/spec-driver-playwright": "1.9.9",
70
70
  "@applitools/utils": "1.15.2",
71
71
  "@inquirer/prompts": "7.0.1",
72
72
  "chalk": "4.1.2",