@applitools/eyes-playwright 1.47.13 → 1.47.14
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 +20 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.47.14](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.47.13...js/eyes-playwright@1.47.14) (2026-07-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-snapshot bumped to 4.17.7
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* capture CSS Font Loading API fonts in DOM snapshot | FLD-4754 ([#4024](https://github.com/Applitools-Dev/sdk/issues/4024)) ([3df71ed](https://github.com/Applitools-Dev/sdk/commit/3df71ede021072c7ad249d548465b72776672282))
|
|
12
|
+
* @applitools/core bumped to 4.67.1
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* capture CSS Font Loading API fonts in DOM snapshot | FLD-4754 ([#4024](https://github.com/Applitools-Dev/sdk/issues/4024)) ([3df71ed](https://github.com/Applitools-Dev/sdk/commit/3df71ede021072c7ad249d548465b72776672282))
|
|
16
|
+
* include related branches in git branch-lookup fallback list | AD-15279 ([#4015](https://github.com/Applitools-Dev/sdk/issues/4015)) ([bceb7e1](https://github.com/Applitools-Dev/sdk/commit/bceb7e1bbb98a1138105629eec446f94e328ae30))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
* @applitools/eyes bumped to 1.44.1
|
|
21
|
+
|
|
22
|
+
|
|
3
23
|
## [1.47.13](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.47.12...js/eyes-playwright@1.47.13) (2026-07-23)
|
|
4
24
|
|
|
5
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-playwright",
|
|
3
|
-
"version": "1.47.
|
|
3
|
+
"version": "1.47.14",
|
|
4
4
|
"description": "Applitools Eyes SDK for Playwright",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-playwright",
|
|
@@ -63,7 +63,7 @@
|
|
|
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.44.
|
|
66
|
+
"@applitools/eyes": "1.44.1",
|
|
67
67
|
"@applitools/logger": "2.3.0",
|
|
68
68
|
"@applitools/req": "1.11.2",
|
|
69
69
|
"@applitools/spec-driver-playwright": "1.9.6",
|