@applitools/eyes-browser 1.0.2 → 1.0.4
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 +92 -0
- package/dist/index.js +620 -501
- package/package.json +2 -2
- package/types/Eyes.d.ts +9 -5
- package/types/enums/AndroidDeviceName.d.ts +22 -15
- package/types/enums/DeviceName.d.ts +56 -50
- package/types/enums/IosDeviceName.d.ts +39 -34
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,97 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-browser@1.0.3...js/eyes-browser@1.0.4) (2024-01-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-shared bumped to 1.0.12
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* fix error handling in process page poll ([#2127](https://github.com/applitools/eyes.sdk.javascript1/issues/2127)) ([4346026](https://github.com/applitools/eyes.sdk.javascript1/commit/4346026d567b92747df5b4f13fb1e82b849a856e))
|
|
12
|
+
* @applitools/dom-snapshot bumped to 4.7.15
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* fix error handling in process page poll ([#2127](https://github.com/applitools/eyes.sdk.javascript1/issues/2127)) ([4346026](https://github.com/applitools/eyes.sdk.javascript1/commit/4346026d567b92747df5b4f13fb1e82b849a856e))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/nml-client bumped to 1.6.3
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* environment for each check for local environment ([#2135](https://github.com/applitools/eyes.sdk.javascript1/issues/2135)) ([f3a4483](https://github.com/applitools/eyes.sdk.javascript1/commit/f3a44831d41e190aa259367b17e930e7b6f39a04))
|
|
23
|
+
* @applitools/core bumped to 4.5.2
|
|
24
|
+
#### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* environment for each check for local environment ([#2135](https://github.com/applitools/eyes.sdk.javascript1/issues/2135)) ([f3a4483](https://github.com/applitools/eyes.sdk.javascript1/commit/f3a44831d41e190aa259367b17e930e7b6f39a04))
|
|
27
|
+
* fixed concurrency splank logging ([#2115](https://github.com/applitools/eyes.sdk.javascript1/issues/2115)) ([83afd7d](https://github.com/applitools/eyes.sdk.javascript1/commit/83afd7dd2b52125fdc233dadbaf774811ea1c738))
|
|
28
|
+
* fixed the issue when custom os name passed through configuration wasn't respected ([359fc0d](https://github.com/applitools/eyes.sdk.javascript1/commit/359fc0df5a9400312605bb9e8842784b7a05ba7d))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
* @applitools/ec-client bumped to 1.7.21
|
|
33
|
+
|
|
34
|
+
* @applitools/core-base bumped to 1.8.0
|
|
35
|
+
#### Features
|
|
36
|
+
|
|
37
|
+
* sorted result regions of locate method ([ef6b249](https://github.com/applitools/eyes.sdk.javascript1/commit/ef6b249ad9d6998d6089423efd93f0220f13d378))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
#### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* fixed concurrency splank logging ([#2115](https://github.com/applitools/eyes.sdk.javascript1/issues/2115)) ([83afd7d](https://github.com/applitools/eyes.sdk.javascript1/commit/83afd7dd2b52125fdc233dadbaf774811ea1c738))
|
|
43
|
+
* @applitools/dom-capture bumped to 11.2.5
|
|
44
|
+
|
|
45
|
+
* @applitools/eyes bumped to 1.13.4
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
## [1.0.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-browser@1.0.2...js/eyes-browser@1.0.3) (2023-12-19)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Dependencies
|
|
52
|
+
|
|
53
|
+
* @applitools/spec-driver-webdriver bumped to 1.0.54
|
|
54
|
+
#### Bug Fixes
|
|
55
|
+
|
|
56
|
+
* fixed extraction of the driver server url ([ddc6449](https://github.com/applitools/eyes.sdk.javascript1/commit/ddc6449fc72166ab26c99e9ba7bb83c05fd591d6))
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
* @applitools/spec-driver-selenium bumped to 1.5.68
|
|
61
|
+
|
|
62
|
+
* @applitools/spec-driver-puppeteer bumped to 1.3.4
|
|
63
|
+
|
|
64
|
+
* @applitools/driver bumped to 1.16.1
|
|
65
|
+
#### Bug Fixes
|
|
66
|
+
|
|
67
|
+
* fixed bug with screenshot not being properly scaled on ios devices with appium 2 ([#2092](https://github.com/applitools/eyes.sdk.javascript1/issues/2092)) ([26678bf](https://github.com/applitools/eyes.sdk.javascript1/commit/26678bfe254def506ea82e6a645519d6567fb3fd))
|
|
68
|
+
* fixed extraction of the driver server url ([ddc6449](https://github.com/applitools/eyes.sdk.javascript1/commit/ddc6449fc72166ab26c99e9ba7bb83c05fd591d6))
|
|
69
|
+
* fixed infinite loop that may appear during attribute extraction ([#2102](https://github.com/applitools/eyes.sdk.javascript1/issues/2102)) ([6bef680](https://github.com/applitools/eyes.sdk.javascript1/commit/6bef680fbd2d5c26a46cf2a4f00bd083d1d02109))
|
|
70
|
+
* @applitools/screenshoter bumped to 3.8.20
|
|
71
|
+
#### Bug Fixes
|
|
72
|
+
|
|
73
|
+
* fixed bug with screenshot not being properly scaled on ios devices with appium 2 ([#2092](https://github.com/applitools/eyes.sdk.javascript1/issues/2092)) ([26678bf](https://github.com/applitools/eyes.sdk.javascript1/commit/26678bfe254def506ea82e6a645519d6567fb3fd))
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
* @applitools/nml-client bumped to 1.6.2
|
|
78
|
+
|
|
79
|
+
* @applitools/ec-client bumped to 1.7.20
|
|
80
|
+
|
|
81
|
+
* @applitools/core-base bumped to 1.7.5
|
|
82
|
+
#### Bug Fixes
|
|
83
|
+
|
|
84
|
+
* avoid caching concurrency ([#2103](https://github.com/applitools/eyes.sdk.javascript1/issues/2103)) ([34db2e9](https://github.com/applitools/eyes.sdk.javascript1/commit/34db2e9c554b0851b18b514b1a8a82b83ff310cd))
|
|
85
|
+
* @applitools/core bumped to 4.5.1
|
|
86
|
+
#### Bug Fixes
|
|
87
|
+
|
|
88
|
+
* avoid caching concurrency ([#2103](https://github.com/applitools/eyes.sdk.javascript1/issues/2103)) ([34db2e9](https://github.com/applitools/eyes.sdk.javascript1/commit/34db2e9c554b0851b18b514b1a8a82b83ff310cd))
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
* @applitools/eyes bumped to 1.13.3
|
|
93
|
+
|
|
94
|
+
|
|
3
95
|
## [1.0.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-browser@1.0.1...js/eyes-browser@1.0.2) (2023-12-18)
|
|
4
96
|
|
|
5
97
|
|