@applitools/eyes-selenium 4.73.1 → 4.73.2

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 (2) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.73.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-selenium@4.73.1...js/eyes-selenium@4.73.2) (2023-12-18)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core bumped to 4.5.0
9
+ #### Features
10
+
11
+ * add set of env variables to skip/ignore some optional automations ([#2097](https://github.com/applitools/eyes.sdk.javascript1/issues/2097)) ([bd3b08c](https://github.com/applitools/eyes.sdk.javascript1/commit/bd3b08c3d2997eb98d545b308a1f15501192178e))
12
+
13
+
14
+ #### Bug Fixes
15
+
16
+ * fixed issue when page wasn't reloaded for one of the breakpoints if the initial viewport size matches it ([9038723](https://github.com/applitools/eyes.sdk.javascript1/commit/9038723ee68515f7d4fe20ed31ec501df9a381dc))
17
+
18
+
19
+
20
+ * @applitools/spec-driver-webdriver bumped to 1.0.53
21
+
22
+ * @applitools/spec-driver-selenium bumped to 1.5.67
23
+
24
+ * @applitools/spec-driver-puppeteer bumped to 1.3.3
25
+
26
+ * @applitools/driver bumped to 1.16.0
27
+ #### Features
28
+
29
+ * add set of env variables to skip/ignore some optional automations ([#2097](https://github.com/applitools/eyes.sdk.javascript1/issues/2097)) ([bd3b08c](https://github.com/applitools/eyes.sdk.javascript1/commit/bd3b08c3d2997eb98d545b308a1f15501192178e))
30
+ * @applitools/screenshoter bumped to 3.8.19
31
+
32
+ * @applitools/nml-client bumped to 1.6.1
33
+
34
+ * @applitools/ec-client bumped to 1.7.19
35
+
36
+ * @applitools/eyes bumped to 1.13.2
37
+
38
+
3
39
  ## [4.73.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-selenium@4.73.0...js/eyes-selenium@4.73.1) (2023-12-12)
4
40
 
5
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-selenium",
3
- "version": "4.73.1",
3
+ "version": "4.73.2",
4
4
  "description": "Applitools Eyes SDK for Selenium WebDriver",
5
5
  "keywords": [
6
6
  "eyes-selenium",
@@ -41,8 +41,8 @@
41
41
  "up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
42
42
  },
43
43
  "dependencies": {
44
- "@applitools/eyes": "1.13.1",
45
- "@applitools/spec-driver-selenium": "1.5.66"
44
+ "@applitools/eyes": "1.13.2",
45
+ "@applitools/spec-driver-selenium": "1.5.67"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@applitools/api-extractor": "^1.2.22",