@applitools/eyes-webdriverio 5.60.3 → 5.60.5

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,81 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.60.5](https://github.com/Applitools-Dev/sdk/compare/js/eyes-webdriverio@5.60.4...js/eyes-webdriverio@5.60.5) (2026-06-14)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.17.3
9
+ #### Bug Fixes
10
+
11
+ * capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
12
+
13
+
14
+
15
+ * @applitools/snippets bumped to 2.9.3
16
+ #### Bug Fixes
17
+
18
+ * capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
19
+ * @applitools/core bumped to 4.65.0
20
+ #### Features
21
+
22
+ * add useLatestEnvBaseline to session startInfo | AD-14089 ([#3887](https://github.com/Applitools-Dev/sdk/issues/3887)) ([b15b9af](https://github.com/Applitools-Dev/sdk/commit/b15b9af34328193f6705c90a26c24aa1e4b23d1c))
23
+
24
+
25
+ #### Bug Fixes
26
+
27
+ * capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
28
+
29
+
30
+
31
+ * @applitools/driver bumped to 1.26.3
32
+
33
+ * @applitools/spec-driver-webdriver bumped to 1.6.3
34
+
35
+ * @applitools/spec-driver-selenium bumped to 1.8.3
36
+
37
+ * @applitools/spec-driver-playwright bumped to 1.9.3
38
+
39
+ * @applitools/spec-driver-puppeteer bumped to 1.8.3
40
+
41
+ * @applitools/screenshoter bumped to 3.12.22
42
+
43
+ * @applitools/nml-client bumped to 1.11.31
44
+
45
+ * @applitools/ec-client bumped to 1.12.33
46
+
47
+ * @applitools/eyes bumped to 1.43.2
48
+
49
+
50
+ ## [5.60.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-webdriverio@5.60.3...js/eyes-webdriverio@5.60.4) (2026-06-09)
51
+
52
+
53
+ ### Dependencies
54
+
55
+ * @applitools/req bumped to 1.11.0
56
+ #### Features
57
+
58
+ * add HTTP/2 proxy support (AD-13916) ([#3860](https://github.com/Applitools-Dev/sdk/issues/3860)) ([87cfb3e](https://github.com/Applitools-Dev/sdk/commit/87cfb3e2772cc8443d961b7916cc701f894b84cb))
59
+ * @applitools/nml-client bumped to 1.11.30
60
+
61
+ * @applitools/tunnel-client bumped to 1.12.0
62
+ #### Features
63
+
64
+ * add PAC-file proxy routing for tunnel agent | FLD-3783 ([#3897](https://github.com/Applitools-Dev/sdk/issues/3897)) ([e4f5818](https://github.com/Applitools-Dev/sdk/commit/e4f58181f4e835c9823915ecab9e99a9e150e493))
65
+
66
+
67
+
68
+ * @applitools/ufg-client bumped to 1.22.3
69
+
70
+ * @applitools/core-base bumped to 1.35.1
71
+
72
+ * @applitools/ec-client bumped to 1.12.32
73
+
74
+ * @applitools/core bumped to 4.64.1
75
+
76
+ * @applitools/eyes bumped to 1.43.1
77
+
78
+
3
79
  ## [5.60.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-webdriverio@5.60.2...js/eyes-webdriverio@5.60.3) (2026-06-04)
4
80
 
5
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-webdriverio",
3
- "version": "5.60.3",
3
+ "version": "5.60.5",
4
4
  "description": "Applitools Eyes SDK for WebdriverIO",
5
5
  "keywords": [
6
6
  "eyes-webdriverio",
@@ -72,9 +72,9 @@
72
72
  "up:framework": "echo \"$(jq '.devDependencies |= . + ([\"webdriverio\", \"@wdio/cli\", \"@wdio/local-runner\", \"@wdio/mocha-framework\"] | with_entries({key: .value, value: $ENV.APPLITOOLS_FRAMEWORK_VERSION}))' ./package.json)\" > ./package.json"
73
73
  },
74
74
  "dependencies": {
75
- "@applitools/driver": "1.26.2",
76
- "@applitools/eyes": "1.43.0",
77
- "@applitools/spec-driver-webdriver": "1.6.2"
75
+ "@applitools/driver": "1.26.3",
76
+ "@applitools/eyes": "1.43.2",
77
+ "@applitools/spec-driver-webdriver": "1.6.3"
78
78
  },
79
79
  "devDependencies": {
80
80
  "@applitools/api-extractor": "^1.2.22",
package/types/index.d.ts CHANGED
@@ -120,7 +120,7 @@ export class Eyes {
120
120
  getBaselineName(): string;
121
121
  setBaselineName(baselineName: string): void;
122
122
  getBaselineEnvName(): string;
123
- setBaselineEnvName(baselineEnvName: string): void;
123
+ setBaselineEnvName(baselineEnvName: string, options?: undefined | BaselineEnvOptions): void;
124
124
  getBranchName(): string;
125
125
  setBranchName(branchName: string): void;
126
126
  getHostApp(): string;
@@ -552,7 +552,7 @@ export class Configuration implements Required<ConfigurationPlain> {
552
552
  get baselineEnvName(): string;
553
553
  set baselineEnvName(baselineEnvName: string);
554
554
  getBaselineEnvName(): string;
555
- setBaselineEnvName(baselineEnvName: string): Configuration;
555
+ setBaselineEnvName(baselineEnvName: string, options?: undefined | BaselineEnvOptions): Configuration;
556
556
  get batch(): BatchInfoPlain;
557
557
  set batch(batch: BatchInfoPlain);
558
558
  getBatch(): BatchInfo;
@@ -1381,6 +1381,7 @@ export const TargetImage: {
1381
1381
  url(imageUrl: string): CheckSettingsImage;
1382
1382
  url(imageUrl: URL): CheckSettingsImage;
1383
1383
  };
1384
+ export type BaselineEnvOptions = { useLatestEnvBaseline?: undefined | boolean; };
1384
1385
  export type CutProviderPlain = { top: number; right: number; bottom: number; left: number; } | { x: number; y: number; width: number; height: number; };
1385
1386
  export class CutProvider implements Required<{
1386
1387
  x: number;