eyes_images 6.0.1 → 6.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 670de537555ee8d442cf4020312ee4ed084531880be8c361f79013f4c821d0e2
4
- data.tar.gz: 9db26035e707b79f99046a096062ac56a1a8e9337b04e2f791df0d9d7ca1bec9
3
+ metadata.gz: 975485f6d385c9d2a577fac3383118ac3009ed6fe46bd984a31e2989a2e931f2
4
+ data.tar.gz: 3fb910f32faf875e823b5bac33b576fb33766d27be5f0736074d925a22f28600
5
5
  SHA512:
6
- metadata.gz: dcf3d60da882a24a42fcdf99c8cc567d43a5a8b8de46c921ae5796f63db927d0a4015708874a92d812721bcf10832424f242e00d579aacf7f4c3a852d75d14af
7
- data.tar.gz: 7fad59e6b7b1012b8ae70bcb516b6746e68f1f712919e66079d5966c70347c0fa653151d3d7157fe558ed3fc1e9afe7836fb015be834a2ec4ca03bfd8fcd7f59
6
+ metadata.gz: 4d96f84779aa3d8d9ed4e219dbafad80bda1bec8f88c84596e5ebd15b2dbfef3a6a16e2582b8190d98f7bb8b44a3eda0c632b9ac63a89aff393dc527261ae6c8
7
+ data.tar.gz: 8a366b3af30b19a67c185e1da35a7d717477ef79c40688d64d165ae564913f8dc6f608a94597479b3929c1626bfd628971b728280a926158f179a5930d0028c4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.0.2] (2024-01-03)
4
+
5
+ ### Updated
6
+ * Update version of Universal SDK Core to 4.5.2
7
+
8
+ ### Dependencies
9
+
10
+ * ### Features
11
+ * sign windows binaries
12
+ * support updated applitools lib protocol
13
+ * add set of env variables to skip/ignore some optional automations
14
+
15
+ * ### Bug Fixes
16
+
17
+ * layout breakpoints reload and lazy load
18
+ * fix safe selector generation
19
+ * fixed issue when page wasn't reloaded for one of the breakpoints if the initial viewport size matches it
20
+ * avoid caching concurrency
21
+ * environment for each check for local environment
22
+ * fixed concurrency splank logging
23
+ * fixed the issue when custom os name passed through configuration wasn't respected
24
+
25
+
3
26
  ## [6.0.1] (2023-12-13)
4
27
  ### Bug Fixes
5
28
  * fix code loading error (NameError in environment_sdk)
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesImages
5
- VERSION = '6.0.1'.freeze
5
+ VERSION = '6.0.2'.freeze
6
6
  # UNIVERSAL_CORE_VERSION = '3.6.4'.freeze
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_images
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.1
4
+ version: 6.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-13 00:00:00.000000000 Z
11
+ date: 2024-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: eyes_core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.0.1
19
+ version: 6.0.2
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 6.0.1
26
+ version: 6.0.2
27
27
  description: Provides Images SDK for Applitools tests.
28
28
  email:
29
29
  - team@applitools.com