@applitools/core-universal 1.0.16 → 1.0.18
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 +54 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,59 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.18](https://github.com/Applitools-Dev/sdk/compare/js/core-universal@1.0.17...js/core-universal@1.0.18) (2026-06-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/req bumped to 1.11.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* add HTTP/2 proxy support (AD-13916) ([#3860](https://github.com/Applitools-Dev/sdk/issues/3860)) ([87cfb3e](https://github.com/Applitools-Dev/sdk/commit/87cfb3e2772cc8443d961b7916cc701f894b84cb))
|
|
12
|
+
* @applitools/tunnel-client bumped to 1.12.0
|
|
13
|
+
#### Features
|
|
14
|
+
|
|
15
|
+
* add PAC-file proxy routing for tunnel agent | FLD-3783 ([#3897](https://github.com/Applitools-Dev/sdk/issues/3897)) ([e4f5818](https://github.com/Applitools-Dev/sdk/commit/e4f58181f4e835c9823915ecab9e99a9e150e493))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/nml-client bumped to 1.11.30
|
|
20
|
+
|
|
21
|
+
* @applitools/ufg-client bumped to 1.22.3
|
|
22
|
+
|
|
23
|
+
* @applitools/core-base bumped to 1.35.1
|
|
24
|
+
|
|
25
|
+
* @applitools/ec-client bumped to 1.12.32
|
|
26
|
+
|
|
27
|
+
* @applitools/core bumped to 4.64.1
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [1.0.17](https://github.com/Applitools-Dev/sdk/compare/js/core-universal@1.0.16...js/core-universal@1.0.17) (2026-06-04)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Dependencies
|
|
34
|
+
|
|
35
|
+
* @applitools/core-base bumped to 1.35.0
|
|
36
|
+
#### Features
|
|
37
|
+
|
|
38
|
+
* auto-accept UFG diffs from infra updates | AD-9583 ([#3797](https://github.com/Applitools-Dev/sdk/issues/3797)) ([fde553c](https://github.com/Applitools-Dev/sdk/commit/fde553c947aa3c040660ef5d07855fa4a1412399))
|
|
39
|
+
* @applitools/nml-client bumped to 1.11.29
|
|
40
|
+
|
|
41
|
+
* @applitools/ec-client bumped to 1.12.31
|
|
42
|
+
|
|
43
|
+
* @applitools/core bumped to 4.64.0
|
|
44
|
+
#### Features
|
|
45
|
+
|
|
46
|
+
* auto-accept UFG diffs from infra updates | AD-9583 ([#3797](https://github.com/Applitools-Dev/sdk/issues/3797)) ([fde553c](https://github.com/Applitools-Dev/sdk/commit/fde553c947aa3c040660ef5d07855fa4a1412399))
|
|
47
|
+
* support default match level from renderinfo | AD-13499 ([#3799](https://github.com/Applitools-Dev/sdk/issues/3799)) ([c7e8aeb](https://github.com/Applitools-Dev/sdk/commit/c7e8aeb3f231d9b4e6e368d7ae5f87115c5cad09))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
#### Bug Fixes
|
|
51
|
+
|
|
52
|
+
* source hideCaret from settings.hideCaret in NML classic capture | AD-14053 ([#3878](https://github.com/Applitools-Dev/sdk/issues/3878)) ([f07b4f5](https://github.com/Applitools-Dev/sdk/commit/f07b4f5c90bb9b7de0300cef93f23dc833268a7c))
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
3
57
|
## [1.0.16](https://github.com/Applitools-Dev/sdk/compare/js/core-universal@1.0.15...js/core-universal@1.0.16) (2026-05-26)
|
|
4
58
|
|
|
5
59
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/core-universal",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
4
4
|
"homepage": "https://applitools.com",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"test:bin": "MOCHA_GROUP=bin run --top-level mocha './test/bin/**/*.spec.ts' --parallel --jobs ${MOCHA_JOBS:-15} --require ./test/mocha-global-setup.js"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@applitools/core": "4.
|
|
43
|
+
"@applitools/core": "4.64.1",
|
|
44
44
|
"@applitools/driver": "1.26.2",
|
|
45
45
|
"@applitools/logger": "2.2.12",
|
|
46
46
|
"@applitools/socket": "1.3.13",
|