@applitools/eyes-cypress 3.37.0 → 3.39.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.39.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-cypress-v3.38.1...js/eyes-cypress@3.39.0) (2023-10-30)
4
+
5
+
6
+ ### Features
7
+
8
+ * add the option to fail on diffs after all spec files ([#1844](https://github.com/applitools/eyes.sdk.javascript1/issues/1844)) ([ca2510d](https://github.com/applitools/eyes.sdk.javascript1/commit/ca2510d094a921c9561b9b9e9094d763a6abce2f))
9
+ * rework log event on opent eyes ([#1842](https://github.com/applitools/eyes.sdk.javascript1/issues/1842)) ([532756b](https://github.com/applitools/eyes.sdk.javascript1/commit/532756b75c1023967c3781316148c890dbcfaac8))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * docs for eyes setup and concurrency message output ([#1953](https://github.com/applitools/eyes.sdk.javascript1/issues/1953)) ([13704da](https://github.com/applitools/eyes.sdk.javascript1/commit/13704dac39fa899c5e8bdb268539cd46aee5ccfb))
15
+ * fix mapping for iosVersion ([#1994](https://github.com/applitools/eyes.sdk.javascript1/issues/1994)) ([f499256](https://github.com/applitools/eyes.sdk.javascript1/commit/f499256a191927edc5583a2747cb22c4fa5b1c3b))
16
+ * upgrade internal dependencies ([3fe2c47](https://github.com/applitools/eyes.sdk.javascript1/commit/3fe2c474258e686e73c352a094a6c2e8934a8567))
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/core bumped to 4.0.2
22
+ #### Bug Fixes
23
+
24
+ * generate safe selectors as close as possible to taking dom snapshot ([#1987](https://github.com/applitools/eyes.sdk.javascript1/issues/1987)) ([102208b](https://github.com/applitools/eyes.sdk.javascript1/commit/102208b909c0b149808f6e4c24a0a662305b1b78))
25
+ * @applitools/eyes bumped to 1.11.3
26
+
27
+
28
+ ## [3.38.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-cypress-v3.37.1...js/eyes-cypress@3.38.0) (2023-09-05)
29
+
30
+
31
+ ### Features
32
+
33
+ * add the option to fail on diffs after all spec files ([#1844](https://github.com/applitools/eyes.sdk.javascript1/issues/1844)) ([ca2510d](https://github.com/applitools/eyes.sdk.javascript1/commit/ca2510d094a921c9561b9b9e9094d763a6abce2f))
34
+ * rework log event on opent eyes ([#1842](https://github.com/applitools/eyes.sdk.javascript1/issues/1842)) ([532756b](https://github.com/applitools/eyes.sdk.javascript1/commit/532756b75c1023967c3781316148c890dbcfaac8))
35
+
36
+
37
+ ### Bug Fixes
38
+
39
+ * upgrade internal dependencies ([3fe2c47](https://github.com/applitools/eyes.sdk.javascript1/commit/3fe2c474258e686e73c352a094a6c2e8934a8567))
40
+
3
41
  ## [3.37.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-cypress@3.36.2...js/eyes-cypress@3.37.0) (2023-08-18)
4
42
 
5
43