@applitools/eyes-playwright 1.47.5 → 1.47.7

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
+ ## [1.47.7](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.47.6...js/eyes-playwright@1.47.7) (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
+ ## [1.47.6](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.47.5...js/eyes-playwright@1.47.6) (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
  ## [1.47.5](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.47.4...js/eyes-playwright@1.47.5) (2026-06-04)
4
80
 
5
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-playwright",
3
- "version": "1.47.5",
3
+ "version": "1.47.7",
4
4
  "description": "Applitools Eyes SDK for Playwright",
5
5
  "keywords": [
6
6
  "eyes-playwright",
@@ -63,10 +63,10 @@
63
63
  "up:framework": "echo \"$(jq '.devDependencies.playwright = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
64
64
  },
65
65
  "dependencies": {
66
- "@applitools/eyes": "1.43.0",
66
+ "@applitools/eyes": "1.43.2",
67
67
  "@applitools/logger": "2.2.12",
68
- "@applitools/req": "1.10.2",
69
- "@applitools/spec-driver-playwright": "1.9.2",
68
+ "@applitools/req": "1.11.0",
69
+ "@applitools/spec-driver-playwright": "1.9.3",
70
70
  "@applitools/utils": "1.14.5",
71
71
  "@inquirer/prompts": "7.0.1",
72
72
  "chalk": "4.1.2",
package/types/index.d.ts CHANGED
@@ -239,7 +239,7 @@ export class Eyes {
239
239
  getBaselineName(): string;
240
240
  setBaselineName(baselineName: string): void;
241
241
  getBaselineEnvName(): string;
242
- setBaselineEnvName(baselineEnvName: string): void;
242
+ setBaselineEnvName(baselineEnvName: string, options?: undefined | BaselineEnvOptions): void;
243
243
  getBranchName(): string;
244
244
  setBranchName(branchName: string): void;
245
245
  getHostApp(): string;
@@ -672,7 +672,7 @@ export class Configuration implements Required<ConfigurationPlain> {
672
672
  get baselineEnvName(): string;
673
673
  set baselineEnvName(baselineEnvName: string);
674
674
  getBaselineEnvName(): string;
675
- setBaselineEnvName(baselineEnvName: string): Configuration;
675
+ setBaselineEnvName(baselineEnvName: string, options?: undefined | BaselineEnvOptions): Configuration;
676
676
  get batch(): BatchInfoPlain;
677
677
  set batch(batch: BatchInfoPlain);
678
678
  getBatch(): BatchInfo;
@@ -1501,6 +1501,7 @@ export const TargetImage: {
1501
1501
  url(imageUrl: string): CheckSettingsImage;
1502
1502
  url(imageUrl: URL): CheckSettingsImage;
1503
1503
  };
1504
+ export type BaselineEnvOptions = { useLatestEnvBaseline?: undefined | boolean; };
1504
1505
  export type CutProviderPlain = { top: number; right: number; bottom: number; left: number; } | { x: number; y: number; width: number; height: number; };
1505
1506
  export class CutProvider implements Required<{
1506
1507
  x: number;