@applitools/spec-driver-puppeteer 1.8.7 → 1.8.9

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 +53 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,58 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.9](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.8.8...js/spec-driver-puppeteer@1.8.9) (2026-08-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/snippets bumped to 2.9.7
9
+ #### Bug Fixes
10
+
11
+ * 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))
12
+ * @applitools/driver bumped to 1.26.9
13
+
14
+
15
+ ## [1.8.8](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.8.7...js/spec-driver-puppeteer@1.8.8) (2026-08-10)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * @applitools/utils bumped to 1.15.2
26
+ #### Bug Fixes
27
+
28
+ * apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
29
+ * @applitools/logger bumped to 2.3.1
30
+ #### Bug Fixes
31
+
32
+ * apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
33
+
34
+
35
+
36
+ * @applitools/dom-shared bumped to 1.2.3
37
+ #### Bug Fixes
38
+
39
+ * apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
40
+ * @applitools/snippets bumped to 2.9.6
41
+ #### Bug Fixes
42
+
43
+ * apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
44
+
45
+
46
+
47
+ * @applitools/driver bumped to 1.26.8
48
+ #### Bug Fixes
49
+
50
+ * apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
51
+ * use an authoritative CSS viewport in classic mode | FLD-4814 ([#4047](https://github.com/Applitools-Dev/sdk/issues/4047)) ([c46497e](https://github.com/Applitools-Dev/sdk/commit/c46497e573fd7fd2da4913452239beea082b148f))
52
+
53
+
54
+
55
+
3
56
  ## [1.8.7](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.8.6...js/spec-driver-puppeteer@1.8.7) (2026-07-30)
4
57
 
5
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-puppeteer",
3
- "version": "1.8.7",
3
+ "version": "1.8.9",
4
4
  "keywords": [
5
5
  "puppeteer",
6
6
  "chrome devtools protocol",
@@ -41,8 +41,8 @@
41
41
  "up:framework": "echo \"$(jq '.devDependencies.puppeteer = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
42
42
  },
43
43
  "dependencies": {
44
- "@applitools/driver": "1.26.7",
45
- "@applitools/utils": "1.15.1"
44
+ "@applitools/driver": "1.26.9",
45
+ "@applitools/utils": "1.15.2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@applitools/api-extractor": "^1.2.22",