@applitools/spec-driver-puppeteer 1.8.6 → 1.8.8

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.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)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * 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))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/utils bumped to 1.15.2
14
+ #### Bug Fixes
15
+
16
+ * 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))
17
+ * @applitools/logger bumped to 2.3.1
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
+
24
+ * @applitools/dom-shared bumped to 1.2.3
25
+ #### Bug Fixes
26
+
27
+ * 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))
28
+ * @applitools/snippets bumped to 2.9.6
29
+ #### Bug Fixes
30
+
31
+ * 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))
32
+
33
+
34
+
35
+ * @applitools/driver bumped to 1.26.8
36
+ #### Bug Fixes
37
+
38
+ * 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))
39
+ * 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))
40
+
41
+
42
+
43
+
44
+ ## [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)
45
+
46
+
47
+ ### Dependencies
48
+
49
+ * @applitools/snippets bumped to 2.9.5
50
+ #### Bug Fixes
51
+
52
+ * honor maxAmountToScroll in lazyLoad when scrollTop overshoots ([#4032](https://github.com/Applitools-Dev/sdk/issues/4032)) ([b4393d7](https://github.com/Applitools-Dev/sdk/commit/b4393d76cc9457c2a36896dc1bb6cbaa0c6ed2b4))
53
+ * @applitools/driver bumped to 1.26.7
54
+
55
+
3
56
  ## [1.8.6](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.8.5...js/spec-driver-puppeteer@1.8.6) (2026-07-21)
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.6",
3
+ "version": "1.8.8",
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.6",
45
- "@applitools/utils": "1.15.1"
44
+ "@applitools/driver": "1.26.8",
45
+ "@applitools/utils": "1.15.2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@applitools/api-extractor": "^1.2.22",