@applitools/eyes-playwright 1.23.1 → 1.23.3

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 +91 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,96 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.23.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-playwright@1.23.2...js/eyes-playwright@1.23.3) (2023-12-18)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core bumped to 4.5.0
9
+ #### Features
10
+
11
+ * add set of env variables to skip/ignore some optional automations ([#2097](https://github.com/applitools/eyes.sdk.javascript1/issues/2097)) ([bd3b08c](https://github.com/applitools/eyes.sdk.javascript1/commit/bd3b08c3d2997eb98d545b308a1f15501192178e))
12
+
13
+
14
+ #### Bug Fixes
15
+
16
+ * fixed issue when page wasn't reloaded for one of the breakpoints if the initial viewport size matches it ([9038723](https://github.com/applitools/eyes.sdk.javascript1/commit/9038723ee68515f7d4fe20ed31ec501df9a381dc))
17
+
18
+
19
+
20
+ * @applitools/spec-driver-webdriver bumped to 1.0.53
21
+
22
+ * @applitools/spec-driver-selenium bumped to 1.5.67
23
+
24
+ * @applitools/spec-driver-playwright bumped to 1.3.35
25
+
26
+ * @applitools/spec-driver-puppeteer bumped to 1.3.3
27
+
28
+ * @applitools/driver bumped to 1.16.0
29
+ #### Features
30
+
31
+ * add set of env variables to skip/ignore some optional automations ([#2097](https://github.com/applitools/eyes.sdk.javascript1/issues/2097)) ([bd3b08c](https://github.com/applitools/eyes.sdk.javascript1/commit/bd3b08c3d2997eb98d545b308a1f15501192178e))
32
+ * @applitools/screenshoter bumped to 3.8.19
33
+
34
+ * @applitools/nml-client bumped to 1.6.1
35
+
36
+ * @applitools/ec-client bumped to 1.7.19
37
+
38
+ * @applitools/eyes bumped to 1.13.2
39
+
40
+
41
+ ## [1.23.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-playwright@1.23.1...js/eyes-playwright@1.23.2) (2023-12-12)
42
+
43
+
44
+ ### Dependencies
45
+
46
+ * @applitools/core bumped to 4.4.0
47
+ #### Features
48
+
49
+ * sign windows binaries ([87fd29c](https://github.com/applitools/eyes.sdk.javascript1/commit/87fd29c8953fc512489c3bb00841ca91c5b2f030))
50
+ * support updated applitools lib protocol ([#2086](https://github.com/applitools/eyes.sdk.javascript1/issues/2086)) ([31b49fc](https://github.com/applitools/eyes.sdk.javascript1/commit/31b49fc411c452d0b3da341fd701309714484485))
51
+
52
+
53
+ #### Bug Fixes
54
+
55
+ * layout breakpoints reload and lazy load ([#2073](https://github.com/applitools/eyes.sdk.javascript1/issues/2073)) ([ab2c49e](https://github.com/applitools/eyes.sdk.javascript1/commit/ab2c49ea1ecff3fef337637a83aa5bef755a7b01))
56
+
57
+
58
+ #### Code Refactoring
59
+
60
+ * fix safe selector generation ([#2072](https://github.com/applitools/eyes.sdk.javascript1/issues/2072)) ([373f11b](https://github.com/applitools/eyes.sdk.javascript1/commit/373f11b0dfea6eab417eb7077e0cfec79877dc1b))
61
+
62
+
63
+
64
+ * @applitools/spec-driver-webdriver bumped to 1.0.52
65
+
66
+ * @applitools/spec-driver-selenium bumped to 1.5.66
67
+
68
+ * @applitools/spec-driver-playwright bumped to 1.3.34
69
+
70
+ * @applitools/spec-driver-puppeteer bumped to 1.3.2
71
+
72
+ * @applitools/driver bumped to 1.15.3
73
+ #### Bug Fixes
74
+
75
+ * layout breakpoints reload and lazy load ([#2073](https://github.com/applitools/eyes.sdk.javascript1/issues/2073)) ([ab2c49e](https://github.com/applitools/eyes.sdk.javascript1/commit/ab2c49ea1ecff3fef337637a83aa5bef755a7b01))
76
+ * @applitools/screenshoter bumped to 3.8.18
77
+
78
+ * @applitools/nml-client bumped to 1.6.0
79
+ #### Features
80
+
81
+ * support updated applitools lib protocol ([#2086](https://github.com/applitools/eyes.sdk.javascript1/issues/2086)) ([31b49fc](https://github.com/applitools/eyes.sdk.javascript1/commit/31b49fc411c452d0b3da341fd701309714484485))
82
+
83
+
84
+
85
+ * @applitools/tunnel-client bumped to 1.4.0
86
+ #### Features
87
+
88
+ * sign windows binaries ([87fd29c](https://github.com/applitools/eyes.sdk.javascript1/commit/87fd29c8953fc512489c3bb00841ca91c5b2f030))
89
+ * @applitools/ec-client bumped to 1.7.18
90
+
91
+ * @applitools/eyes bumped to 1.13.1
92
+
93
+
3
94
  ## [1.23.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-playwright@1.23.0...js/eyes-playwright@1.23.1) (2023-12-05)
4
95
 
5
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-playwright",
3
- "version": "1.23.1",
3
+ "version": "1.23.3",
4
4
  "description": "Applitools Eyes SDK for Playwright",
5
5
  "keywords": [
6
6
  "eyes-playwright",
@@ -36,8 +36,8 @@
36
36
  "up:framework": "echo \"$(jq '.devDependencies.playwright = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
37
37
  },
38
38
  "dependencies": {
39
- "@applitools/eyes": "1.13.0",
40
- "@applitools/spec-driver-playwright": "1.3.33"
39
+ "@applitools/eyes": "1.13.2",
40
+ "@applitools/spec-driver-playwright": "1.3.35"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@applitools/api-extractor": "^1.2.22",