@applitools/spec-driver-puppeteer 1.8.4 → 1.8.6
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 +38 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.8.6](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.8.5...js/spec-driver-puppeteer@1.8.6) (2026-07-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-shared bumped to 1.2.2
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* CSP-safe sandbox opt-out for the MV3 extension content script | AD-14808 ([#3969](https://github.com/Applitools-Dev/sdk/issues/3969)) ([772aefa](https://github.com/Applitools-Dev/sdk/commit/772aefaa3e2bc1eb345fa8d3f6c91ad0913f82e7))
|
|
12
|
+
* @applitools/snippets bumped to 2.9.4
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* bound lazyLoad scroll loop to prevent poll-timeout abort | FLD-4680 ([#3972](https://github.com/Applitools-Dev/sdk/issues/3972)) ([4deea6b](https://github.com/Applitools-Dev/sdk/commit/4deea6b1f6f8ec53bd989cd6bbd021cac2ee3c1e))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/driver bumped to 1.26.6
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [1.8.5](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.8.4...js/spec-driver-puppeteer@1.8.5) (2026-06-28)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* @applitools/utils bumped to 1.15.1
|
|
28
|
+
#### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* updated extract git fallback logic | FLD-4492 ([#3831](https://github.com/Applitools-Dev/sdk/issues/3831)) ([0d98f3c](https://github.com/Applitools-Dev/sdk/commit/0d98f3cdf828eff756ffbfc5d4cdff7b19a20557))
|
|
31
|
+
* @applitools/logger bumped to 2.3.0
|
|
32
|
+
#### Features
|
|
33
|
+
|
|
34
|
+
* stream SDK logs to Azure Blob per server flag | AD-13401 ([#3849](https://github.com/Applitools-Dev/sdk/issues/3849)) ([7f9dfec](https://github.com/Applitools-Dev/sdk/commit/7f9dfecd874aefc33104db015451a22eee500324))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
* @applitools/driver bumped to 1.26.5
|
|
39
|
+
|
|
40
|
+
|
|
3
41
|
## [1.8.4](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.8.3...js/spec-driver-puppeteer@1.8.4) (2026-06-18)
|
|
4
42
|
|
|
5
43
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/spec-driver-puppeteer",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.6",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"puppeteer",
|
|
6
6
|
"chrome devtools protocol",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"up:framework": "echo \"$(jq '.devDependencies.puppeteer = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@applitools/driver": "1.26.
|
|
45
|
-
"@applitools/utils": "1.15.
|
|
44
|
+
"@applitools/driver": "1.26.6",
|
|
45
|
+
"@applitools/utils": "1.15.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@applitools/api-extractor": "^1.2.22",
|