@applitools/eyes-testcafe 6.3.37 → 6.3.39

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
@@ -13,6 +13,74 @@
13
13
 
14
14
 
15
15
 
16
+ ## [6.3.39](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.38...js/eyes-testcafe@6.3.39) (2026-04-29)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/ufg-client bumped to 1.22.0
22
+ #### Features
23
+
24
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
25
+ * @applitools/core bumped to 4.61.0
26
+ #### Features
27
+
28
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
29
+
30
+
31
+
32
+ * @applitools/eyes bumped to 1.40.0
33
+ #### Features
34
+
35
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
36
+
37
+
38
+
39
+
40
+ ## [6.3.38](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.37...js/eyes-testcafe@6.3.38) (2026-04-23)
41
+
42
+
43
+ ### Dependencies
44
+
45
+ * @applitools/req bumped to 1.10.0
46
+ #### Features
47
+
48
+ * 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))
49
+ * @applitools/ufg-client bumped to 1.21.0
50
+ #### Features
51
+
52
+ * 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))
53
+
54
+
55
+
56
+ * @applitools/core bumped to 4.60.0
57
+ #### Features
58
+
59
+ * 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))
60
+
61
+
62
+
63
+ * @applitools/nml-client bumped to 1.11.25
64
+
65
+ * @applitools/tunnel-client bumped to 1.11.11
66
+
67
+ * @applitools/core-base bumped to 1.33.0
68
+ #### Features
69
+
70
+ * 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))
71
+
72
+
73
+
74
+ * @applitools/ec-client bumped to 1.12.26
75
+
76
+ * @applitools/eyes bumped to 1.39.0
77
+ #### Features
78
+
79
+ * 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))
80
+
81
+
82
+
83
+
16
84
  ## [6.3.37](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.36...js/eyes-testcafe@6.3.37) (2026-04-16)
17
85
 
18
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.37",
3
+ "version": "6.3.39",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -69,7 +69,7 @@
69
69
  },
70
70
  "dependencies": {
71
71
  "@applitools/driver": "1.25.5",
72
- "@applitools/eyes": "1.38.15",
72
+ "@applitools/eyes": "1.40.0",
73
73
  "@applitools/utils": "1.14.4"
74
74
  },
75
75
  "devDependencies": {
package/types/index.d.ts CHANGED
@@ -455,7 +455,7 @@ export type ConfigurationPlain = {
455
455
  ignoreDisplacements?: undefined | boolean;
456
456
  ignoreGitMergeBase?: undefined | boolean;
457
457
  isDisabled?: undefined | boolean;
458
- layoutBreakpoints?: undefined | boolean | Array<number> | { breakpoints: boolean | Array<number>; reload?: undefined | boolean; };
458
+ layoutBreakpoints?: undefined | boolean | Array<number> | { breakpoints: boolean | Array<number>; heightBreakpoints?: undefined | boolean; reload?: undefined | boolean; };
459
459
  matchLevel?: undefined | MatchLevelPlain;
460
460
  matchTimeout?: undefined | number;
461
461
  mobileOptions?: undefined | { keepNavigationBar?: undefined | boolean; };
@@ -644,10 +644,10 @@ export class Configuration implements Required<ConfigurationPlain> {
644
644
  set isDisabled(isDisabled: boolean);
645
645
  getIsDisabled(): boolean;
646
646
  setIsDisabled(isDisabled: boolean): Configuration;
647
- get layoutBreakpoints(): boolean | Array<number> | { breakpoints: boolean | Array<number>; reload?: undefined | boolean; };
648
- set layoutBreakpoints(layoutBreakpoints: boolean | Array<number> | { breakpoints: boolean | Array<number>; reload?: undefined | boolean; });
649
- getLayoutBreakpoints(): boolean | Array<number> | { breakpoints: boolean | Array<number>; reload?: undefined | boolean; };
650
- setLayoutBreakpoints(layoutBreakpoints: boolean | Array<number> | { breakpoints: boolean | Array<number>; reload?: undefined | boolean; }): Configuration;
647
+ get layoutBreakpoints(): boolean | Array<number> | { breakpoints: boolean | Array<number>; heightBreakpoints?: undefined | boolean; reload?: undefined | boolean; };
648
+ set layoutBreakpoints(layoutBreakpoints: boolean | Array<number> | { breakpoints: boolean | Array<number>; heightBreakpoints?: undefined | boolean; reload?: undefined | boolean; });
649
+ getLayoutBreakpoints(): boolean | Array<number> | { breakpoints: boolean | Array<number>; heightBreakpoints?: undefined | boolean; reload?: undefined | boolean; };
650
+ setLayoutBreakpoints(layoutBreakpoints: boolean | Array<number> | { breakpoints: boolean | Array<number>; heightBreakpoints?: undefined | boolean; reload?: undefined | boolean; }): Configuration;
651
651
  get matchLevel(): MatchLevelPlain;
652
652
  set matchLevel(matchLevel: MatchLevelPlain);
653
653
  getMatchLevel(): MatchLevel;