@applitools/core 2.3.12 → 2.3.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 +12 -0
- package/dist/ufg/check.js +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 2.3.14 - 2023/3/7
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
### Bug fixes
|
|
9
|
+
- Upgrade tunnel version
|
|
10
|
+
|
|
11
|
+
## 2.3.13 - 2023/3/7
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
### Bug fixes
|
|
15
|
+
- Fixed selector transformation for scroll root elements for ufg
|
|
16
|
+
|
|
5
17
|
## 2.3.12 - 2023/3/7
|
|
6
18
|
|
|
7
19
|
### Features
|
package/dist/ufg/check.js
CHANGED
|
@@ -76,6 +76,7 @@ function makeCheck({ eyes, target: defaultTarget, spec, signal, logger: defaultL
|
|
|
76
76
|
context: driver.currentContext,
|
|
77
77
|
elementReferences: [
|
|
78
78
|
...(elementReferenceToTarget ? [elementReferenceToTarget] : []),
|
|
79
|
+
...(settings.scrollRootElement ? [settings.scrollRootElement] : []),
|
|
79
80
|
...elementReferencesToCalculate,
|
|
80
81
|
],
|
|
81
82
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/core",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.14",
|
|
4
4
|
"homepage": "https://applitools.com",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@applitools/dom-capture": "11.2.1",
|
|
78
78
|
"@applitools/dom-snapshot": "4.7.5",
|
|
79
79
|
"@applitools/driver": "1.11.35",
|
|
80
|
-
"@applitools/ec-client": "1.2.
|
|
80
|
+
"@applitools/ec-client": "1.2.14",
|
|
81
81
|
"@applitools/logger": "1.1.46",
|
|
82
82
|
"@applitools/nml-client": "1.3.38",
|
|
83
83
|
"@applitools/req": "1.1.30",
|