@applitools/eyes-browser 1.5.14 → 1.5.16

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 CHANGED
@@ -1,5 +1,159 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.5.16](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.5.15...js/eyes-browser@1.5.16) (2025-11-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.14.0
9
+ #### Features
10
+
11
+ * disable heartbeats whenever no tests are running ([#3344](https://github.com/Applitools-Dev/sdk/issues/3344)) ([b66d28a](https://github.com/Applitools-Dev/sdk/commit/b66d28a7a382f26b68de70c8633c027cb4bdf225))
12
+ * @applitools/nml-client bumped to 1.11.11
13
+ #### Bug Fixes
14
+
15
+ * better nml error messages ([#3311](https://github.com/Applitools-Dev/sdk/issues/3311)) ([3deea01](https://github.com/Applitools-Dev/sdk/commit/3deea0130636c44573adc919b95c1c99e6d194f1))
16
+
17
+
18
+
19
+ * @applitools/core bumped to 4.53.0
20
+ #### Features
21
+
22
+ * disable heartbeats whenever no tests are running ([#3344](https://github.com/Applitools-Dev/sdk/issues/3344)) ([b66d28a](https://github.com/Applitools-Dev/sdk/commit/b66d28a7a382f26b68de70c8633c027cb4bdf225))
23
+
24
+
25
+ #### Bug Fixes
26
+
27
+ * better nml error messages ([#3311](https://github.com/Applitools-Dev/sdk/issues/3311)) ([3deea01](https://github.com/Applitools-Dev/sdk/commit/3deea0130636c44573adc919b95c1c99e6d194f1))
28
+ * fails to create test with coded dynamic region | AD-11074 ([#3361](https://github.com/Applitools-Dev/sdk/issues/3361)) ([7f8c8cd](https://github.com/Applitools-Dev/sdk/commit/7f8c8cd85c0cd2e5861cd33fbc29c465903258d5))
29
+ * resolved an issue with `matchTimeout` changing `retryTimeout` ([f656f59](https://github.com/Applitools-Dev/sdk/commit/f656f59dbfb7c41fdb569fbc56d2e9daecefb854))
30
+
31
+
32
+
33
+ * @applitools/logger bumped to 2.2.6
34
+
35
+ * @applitools/dom-snapshot bumped to 4.15.1
36
+
37
+ * @applitools/socket bumped to 1.3.7
38
+
39
+ * @applitools/req bumped to 1.8.6
40
+
41
+ * @applitools/image bumped to 1.2.5
42
+
43
+ * @applitools/dom-capture bumped to 11.6.7
44
+
45
+ * @applitools/driver bumped to 1.24.2
46
+
47
+ * @applitools/spec-driver-webdriver bumped to 1.5.2
48
+
49
+ * @applitools/spec-driver-selenium bumped to 1.7.8
50
+
51
+ * @applitools/spec-driver-puppeteer bumped to 1.6.8
52
+
53
+ * @applitools/screenshoter bumped to 3.12.9
54
+
55
+ * @applitools/tunnel-client bumped to 1.11.4
56
+
57
+ * @applitools/ufg-client bumped to 1.18.2
58
+
59
+ * @applitools/core-base bumped to 1.30.0
60
+ #### Features
61
+
62
+ * disable heartbeats whenever no tests are running ([#3344](https://github.com/Applitools-Dev/sdk/issues/3344)) ([b66d28a](https://github.com/Applitools-Dev/sdk/commit/b66d28a7a382f26b68de70c8633c027cb4bdf225))
63
+
64
+
65
+ #### Bug Fixes
66
+
67
+ * fails to create test with coded dynamic region | AD-11074 ([#3361](https://github.com/Applitools-Dev/sdk/issues/3361)) ([7f8c8cd](https://github.com/Applitools-Dev/sdk/commit/7f8c8cd85c0cd2e5861cd33fbc29c465903258d5))
68
+ * resolved an issue with `matchTimeout` changing `retryTimeout` ([f656f59](https://github.com/Applitools-Dev/sdk/commit/f656f59dbfb7c41fdb569fbc56d2e9daecefb854))
69
+
70
+
71
+
72
+ * @applitools/ec-client bumped to 1.12.13
73
+
74
+ * @applitools/eyes bumped to 1.36.16
75
+ #### Bug Fixes
76
+
77
+ * resolved an issue with `matchTimeout` changing `retryTimeout` ([f656f59](https://github.com/Applitools-Dev/sdk/commit/f656f59dbfb7c41fdb569fbc56d2e9daecefb854))
78
+
79
+
80
+
81
+ * @applitools/test-server bumped to 1.3.5
82
+
83
+
84
+ ## [1.5.15](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.5.14...js/eyes-browser@1.5.15) (2025-11-09)
85
+
86
+
87
+ ### Dependencies
88
+
89
+ * @applitools/utils bumped to 1.13.0
90
+ #### Features
91
+
92
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
93
+ * @applitools/dom-snapshot bumped to 4.15.0
94
+ #### Features
95
+
96
+ * add support for adopted stylesheets with nesting | FLD-3212 ([#3325](https://github.com/Applitools-Dev/sdk/issues/3325)) ([8587926](https://github.com/Applitools-Dev/sdk/commit/8587926b0d6ef820cfbd8f89ddb062a3d77f65ab))
97
+
98
+
99
+
100
+ * @applitools/dom-capture bumped to 11.6.6
101
+ #### Performance Improvements
102
+
103
+ * remove dynamic loading of Dom capture and Dom snapshot ([#3322](https://github.com/Applitools-Dev/sdk/issues/3322)) ([7d15ee9](https://github.com/Applitools-Dev/sdk/commit/7d15ee98d5d39c7e478b6bfe3e14b8eea93937e5))
104
+
105
+
106
+
107
+ * @applitools/socket bumped to 1.3.6
108
+
109
+ * @applitools/req bumped to 1.8.5
110
+
111
+ * @applitools/spec-driver-webdriver bumped to 1.5.1
112
+
113
+ * @applitools/spec-driver-puppeteer bumped to 1.6.7
114
+
115
+ * @applitools/nml-client bumped to 1.11.10
116
+
117
+ * @applitools/ufg-client bumped to 1.18.1
118
+
119
+ * @applitools/core-base bumped to 1.29.0
120
+ #### Features
121
+
122
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
123
+
124
+
125
+
126
+ * @applitools/core bumped to 4.52.0
127
+ #### Features
128
+
129
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
130
+
131
+
132
+ #### Performance Improvements
133
+
134
+ * remove dynamic loading of Dom capture and Dom snapshot ([#3322](https://github.com/Applitools-Dev/sdk/issues/3322)) ([7d15ee9](https://github.com/Applitools-Dev/sdk/commit/7d15ee98d5d39c7e478b6bfe3e14b8eea93937e5))
135
+
136
+
137
+
138
+ * @applitools/logger bumped to 2.2.5
139
+
140
+ * @applitools/image bumped to 1.2.4
141
+
142
+ * @applitools/driver bumped to 1.24.1
143
+
144
+ * @applitools/spec-driver-selenium bumped to 1.7.7
145
+
146
+ * @applitools/screenshoter bumped to 3.12.8
147
+
148
+ * @applitools/tunnel-client bumped to 1.11.3
149
+
150
+ * @applitools/ec-client bumped to 1.12.12
151
+
152
+ * @applitools/eyes bumped to 1.36.15
153
+
154
+ * @applitools/test-server bumped to 1.3.4
155
+
156
+
3
157
  ## [1.5.14](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.5.13...js/eyes-browser@1.5.14) (2025-11-03)
4
158
 
5
159