@applitools/eyes-browser 1.1.0 → 1.2.0

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +68 -0
  2. package/dist/index.js +789 -47
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,73 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.2.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-browser-v1.1.1...js/eyes-browser@1.2.0) (2024-02-29)
4
+
5
+
6
+ ### Features
7
+
8
+ * add support for browser in eyes ([#2054](https://github.com/applitools/eyes.sdk.javascript1/issues/2054)) ([4af82dd](https://github.com/applitools/eyes.sdk.javascript1/commit/4af82dd2a667c13adfed0be98a026181755256c6))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/req bumped to 1.6.5
14
+ #### Bug Fixes
15
+
16
+ * fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
17
+ * @applitools/dom-shared bumped to 1.0.13
18
+ #### Bug Fixes
19
+
20
+ * dont execute script synchronously in polling ([#2228](https://github.com/applitools/eyes.sdk.javascript1/issues/2228)) ([04f525b](https://github.com/applitools/eyes.sdk.javascript1/commit/04f525bcac19bc2fb7240928add28f71efcef0ea))
21
+ * @applitools/tunnel-client bumped to 1.4.1
22
+ #### Bug Fixes
23
+
24
+ * upgrade execution-grid-tunnel to avoid port collision ([751e4e2](https://github.com/applitools/eyes.sdk.javascript1/commit/751e4e2441eb85604bbece0a9dbe18fa16b23847))
25
+
26
+
27
+
28
+ * @applitools/dom-capture bumped to 11.2.6
29
+
30
+ * @applitools/dom-snapshot bumped to 4.8.1
31
+
32
+ * @applitools/nml-client bumped to 1.7.2
33
+
34
+ * @applitools/ufg-client bumped to 1.9.10
35
+
36
+ * @applitools/ec-client bumped to 1.7.27
37
+
38
+ * @applitools/core-base bumped to 1.9.1
39
+ #### Bug Fixes
40
+
41
+ * fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
42
+
43
+
44
+
45
+ * @applitools/core bumped to 4.9.1
46
+
47
+ * @applitools/eyes bumped to 1.15.0
48
+ #### Features
49
+
50
+ * add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
51
+ * added `enableEyesLogs` configuration to the eyes service ([639ca8a](https://github.com/applitools/eyes.sdk.javascript1/commit/639ca8a021008d06fc09d19ca58ac3d00a18e4c3))
52
+ * added `useExecutionCloud` configuration to the eyes service ([#2033](https://github.com/applitools/eyes.sdk.javascript1/issues/2033)) ([639ca8a](https://github.com/applitools/eyes.sdk.javascript1/commit/639ca8a021008d06fc09d19ca58ac3d00a18e4c3))
53
+ * generate more enums ([#2179](https://github.com/applitools/eyes.sdk.javascript1/issues/2179)) ([5f4f916](https://github.com/applitools/eyes.sdk.javascript1/commit/5f4f91621b791a02464191123f69b12f590b9efe))
54
+
55
+
56
+ #### Bug Fixes
57
+
58
+ * error to unknown type in exception ([#2035](https://github.com/applitools/eyes.sdk.javascript1/issues/2035)) ([16d78c3](https://github.com/applitools/eyes.sdk.javascript1/commit/16d78c3cce90a5cb50cc2aa4e9ab6a58b7b93f89))
59
+ * fixed `serverUrl` configuration propagation ([247b7d8](https://github.com/applitools/eyes.sdk.javascript1/commit/247b7d88853dd1a9068d2d963582ad795752ace4))
60
+ * fixed default value in `useSystemScreenshot` method of check settings ([42a773c](https://github.com/applitools/eyes.sdk.javascript1/commit/42a773cc57e8e5de528a049b376159615892003b))
61
+ * fixed issue when w3c properties were added to legacy capabilities object in `Eyes.setMobileCapabilities` method ([94d785f](https://github.com/applitools/eyes.sdk.javascript1/commit/94d785f0428df101c207d6f09a55c46f2bdbf19e))
62
+
63
+
64
+ #### Code Refactoring
65
+
66
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
67
+
68
+
69
+
70
+
3
71
  ## [1.1.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-browser-v1.0.7...js/eyes-browser@1.1.0) (2024-02-13)
4
72
 
5
73