@applitools/eyes-puppeteer 1.31.15 → 1.31.17

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,73 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.31.17](https://github.com/Applitools-Dev/sdk/compare/js/eyes-puppeteer@1.31.16...js/eyes-puppeteer@1.31.17) (2026-04-29)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/ufg-client bumped to 1.22.0
9
+ #### Features
10
+
11
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
12
+ * @applitools/core bumped to 4.61.0
13
+ #### Features
14
+
15
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
16
+
17
+
18
+
19
+ * @applitools/eyes bumped to 1.40.0
20
+ #### Features
21
+
22
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
23
+
24
+
25
+
26
+
27
+ ## [1.31.16](https://github.com/Applitools-Dev/sdk/compare/js/eyes-puppeteer@1.31.15...js/eyes-puppeteer@1.31.16) (2026-04-23)
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * @applitools/req bumped to 1.10.0
33
+ #### Features
34
+
35
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
36
+ * @applitools/ufg-client bumped to 1.21.0
37
+ #### Features
38
+
39
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
40
+
41
+
42
+
43
+ * @applitools/core bumped to 4.60.0
44
+ #### Features
45
+
46
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
47
+
48
+
49
+
50
+ * @applitools/nml-client bumped to 1.11.25
51
+
52
+ * @applitools/tunnel-client bumped to 1.11.11
53
+
54
+ * @applitools/core-base bumped to 1.33.0
55
+ #### Features
56
+
57
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
58
+
59
+
60
+
61
+ * @applitools/ec-client bumped to 1.12.26
62
+
63
+ * @applitools/eyes bumped to 1.39.0
64
+ #### Features
65
+
66
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
67
+
68
+
69
+
70
+
3
71
  ## [1.31.15](https://github.com/Applitools-Dev/sdk/compare/js/eyes-puppeteer@1.31.14...js/eyes-puppeteer@1.31.15) (2026-04-16)
4
72
 
5
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-puppeteer",
3
- "version": "1.31.15",
3
+ "version": "1.31.17",
4
4
  "description": "Applitools Eyes SDK for Puppeteer",
5
5
  "keywords": [
6
6
  "eyes-puppeteer",
@@ -37,7 +37,7 @@
37
37
  "up:framework": "echo \"$(jq '.devDependencies.puppeteer = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
38
38
  },
39
39
  "dependencies": {
40
- "@applitools/eyes": "1.38.15",
40
+ "@applitools/eyes": "1.40.0",
41
41
  "@applitools/spec-driver-puppeteer": "1.7.5"
42
42
  },
43
43
  "devDependencies": {
package/types/index.d.ts CHANGED
@@ -616,7 +616,7 @@ export type ConfigurationPlain = {
616
616
  ignoreDisplacements?: undefined | boolean;
617
617
  ignoreGitMergeBase?: undefined | boolean;
618
618
  isDisabled?: undefined | boolean;
619
- layoutBreakpoints?: undefined | boolean | Array<number> | { breakpoints: boolean | Array<number>; reload?: undefined | boolean; };
619
+ layoutBreakpoints?: undefined | boolean | Array<number> | { breakpoints: boolean | Array<number>; heightBreakpoints?: undefined | boolean; reload?: undefined | boolean; };
620
620
  matchLevel?: undefined | MatchLevelPlain;
621
621
  matchTimeout?: undefined | number;
622
622
  mobileOptions?: undefined | { keepNavigationBar?: undefined | boolean; };
@@ -805,12 +805,12 @@ export class Configuration implements Required<ConfigurationPlain> {
805
805
  set isDisabled(isDisabled: boolean);
806
806
  getIsDisabled(): boolean;
807
807
  setIsDisabled(isDisabled: boolean): Configuration;
808
- get layoutBreakpoints(): boolean | Array<number> | { breakpoints: boolean | Array<number>; reload?: undefined | boolean; };
809
- set layoutBreakpoints(layoutBreakpoints: boolean | Array<number> | { breakpoints: boolean | Array<number>; reload?: undefined | boolean; });
810
- getLayoutBreakpoints(): boolean | Array<number> | { breakpoints: boolean | Array<number>; reload?: undefined | boolean; };
808
+ get layoutBreakpoints(): boolean | Array<number> | { breakpoints: boolean | Array<number>; heightBreakpoints?: undefined | boolean; reload?: undefined | boolean; };
809
+ set layoutBreakpoints(layoutBreakpoints: boolean | Array<number> | { breakpoints: boolean | Array<number>; heightBreakpoints?: undefined | boolean; reload?: undefined | boolean; });
810
+ getLayoutBreakpoints(): boolean | Array<number> | { breakpoints: boolean | Array<number>; heightBreakpoints?: undefined | boolean; reload?: undefined | boolean; };
811
811
  setLayoutBreakpoints(layoutBreakpoints: boolean): Configuration;
812
812
  setLayoutBreakpoints(layoutBreakpoints: Array<number>): Configuration;
813
- setLayoutBreakpoints(layoutBreakpoints: { breakpoints: boolean | Array<number>; reload?: undefined | boolean; }): Configuration;
813
+ setLayoutBreakpoints(layoutBreakpoints: { breakpoints: boolean | Array<number>; heightBreakpoints?: undefined | boolean; reload?: undefined | boolean; }): Configuration;
814
814
  get matchLevel(): MatchLevelPlain;
815
815
  set matchLevel(matchLevel: MatchLevelPlain);
816
816
  getMatchLevel(): MatchLevel;