@applitools/spec-driver-puppeteer 1.4.11 → 1.4.13

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 +38 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.4.13](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.4.12...js/spec-driver-puppeteer@1.4.13) (2024-09-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/snippets bumped to 2.5.0
9
+ #### Features
10
+
11
+ * add playwright fixture ([#2412](https://github.com/Applitools-Dev/sdk/issues/2412)) ([0632e93](https://github.com/Applitools-Dev/sdk/commit/0632e93dd7f53029a8c5f4230d22a05abf5fefd4))
12
+
13
+
14
+ #### Bug Fixes
15
+
16
+ * stale layout breakpoints elements ([#2479](https://github.com/Applitools-Dev/sdk/issues/2479)) ([f5e4b5a](https://github.com/Applitools-Dev/sdk/commit/f5e4b5ac8077b8c4b7ba67a38c4e58050a55ce75))
17
+ * @applitools/driver bumped to 1.19.1
18
+ #### Bug Fixes
19
+
20
+ * stale layout breakpoints elements ([#2479](https://github.com/Applitools-Dev/sdk/issues/2479)) ([f5e4b5a](https://github.com/Applitools-Dev/sdk/commit/f5e4b5ac8077b8c4b7ba67a38c4e58050a55ce75))
21
+
22
+
23
+
24
+
25
+ ## [1.4.12](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.4.11...js/spec-driver-puppeteer@1.4.12) (2024-09-10)
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * @applitools/driver bumped to 1.19.0
31
+ #### Features
32
+
33
+ * add support for env var APPLITOOLS_IS_IC ([#2469](https://github.com/Applitools-Dev/sdk/issues/2469)) ([87d7b5c](https://github.com/Applitools-Dev/sdk/commit/87d7b5cc1f7ea774c6b90504e85296f0681d0b1e))
34
+
35
+
36
+ #### Bug Fixes
37
+
38
+ * handle userAgent.brands returned as string ([#2453](https://github.com/Applitools-Dev/sdk/issues/2453)) ([dd6328b](https://github.com/Applitools-Dev/sdk/commit/dd6328be3e7d885714124a8e43aabaae3abecde9))
39
+ * searching for scrollable element multiple times ([#2493](https://github.com/Applitools-Dev/sdk/issues/2493)) ([d98db80](https://github.com/Applitools-Dev/sdk/commit/d98db8016c6312f467f244444c6f1a87bc09b7da))
40
+
3
41
  ## [1.4.11](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.4.10...js/spec-driver-puppeteer@1.4.11) (2024-07-23)
4
42
 
5
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-puppeteer",
3
- "version": "1.4.11",
3
+ "version": "1.4.13",
4
4
  "keywords": [
5
5
  "puppeteer",
6
6
  "chrome devtools protocol",
@@ -40,7 +40,7 @@
40
40
  "up:framework": "echo \"$(jq '.devDependencies.puppeteer = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
41
41
  },
42
42
  "dependencies": {
43
- "@applitools/driver": "1.18.0",
43
+ "@applitools/driver": "1.19.1",
44
44
  "@applitools/utils": "1.7.4"
45
45
  },
46
46
  "devDependencies": {