eyes_images 6.0.1 → 6.0.3

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: 43cb315f4d9b96afefdbb5e0dc2cef000aa5a5236dd17592a523d3b0128b00a5
4
+ data.tar.gz: 8e2be058e1bf7514a6f387547c33369e7acc8fda957f78120aefed12930fff3a
5
5
  SHA512:
6
- metadata.gz: dcf3d60da882a24a42fcdf99c8cc567d43a5a8b8de46c921ae5796f63db927d0a4015708874a92d812721bcf10832424f242e00d579aacf7f4c3a852d75d14af
7
- data.tar.gz: 7fad59e6b7b1012b8ae70bcb516b6746e68f1f712919e66079d5966c70347c0fa653151d3d7157fe558ed3fc1e9afe7836fb015be834a2ec4ca03bfd8fcd7f59
6
+ metadata.gz: b0ad7cdc0fc8a1cc10a2fede47dad16ea33868e41fb61fea98bf6708fe17557347bc57fa89ffe6957698f5f1e20ab29f1e7190b2d21ef86033241b45c2c971b1
7
+ data.tar.gz: 341de4e84c1f46fbcbcfaac1b444186f0c82728093d0a91f88f868b186b7c71796a0e9d46060b11c24eea23c0e31c21628a4337432a3ac078f32974c10106acb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.0.3] (2024-02-02)
4
+
5
+ * ### Bug Fixes
6
+ * Fix Ruby 3 compatability issue with i18n integration
7
+ * Fix locate id parsing
8
+
9
+ * ### Features
10
+ * Add configure block-style of eyes_images configuration
11
+
12
+ ### Dependencies
13
+
14
+ * ### Updated
15
+ * Update version of Universal SDK Core to 4.7.0
16
+
17
+ * ### Features
18
+ * added support of proxy server url env var
19
+
20
+ * ### Bug Fixes
21
+ * losing root context after layout breakpoints reload
22
+ * add environment variable for setting ufg server ufg
23
+ * remove local environment id
24
+
25
+ ## [6.0.2] (2024-01-03)
26
+
27
+ ### Updated
28
+ * Update version of Universal SDK Core to 4.5.2
29
+
30
+ ### Dependencies
31
+
32
+ * ### Features
33
+ * sign windows binaries
34
+ * support updated applitools lib protocol
35
+ * add set of env variables to skip/ignore some optional automations
36
+
37
+ * ### Bug Fixes
38
+
39
+ * layout breakpoints reload and lazy load
40
+ * fix safe selector generation
41
+ * fixed issue when page wasn't reloaded for one of the breakpoints if the initial viewport size matches it
42
+ * avoid caching concurrency
43
+ * environment for each check for local environment
44
+ * fixed concurrency splank logging
45
+ * fixed the issue when custom os name passed through configuration wasn't respected
46
+
47
+
3
48
  ## [6.0.1] (2023-12-13)
4
49
  ### Bug Fixes
5
50
  * 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.3'.freeze
6
6
  # UNIVERSAL_CORE_VERSION = '3.6.4'.freeze
7
7
  end
8
8
  end
@@ -30,6 +30,11 @@ module Applitools::Images
30
30
  self.runner = Applitools::ClassicRunner.new
31
31
  end
32
32
 
33
+ def configure
34
+ return unless block_given?
35
+ yield(config)
36
+ end
37
+
33
38
  def self.environment_sdk
34
39
  {
35
40
  name: :eyes_images,
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.3
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-02-02 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.3
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.3
27
27
  description: Provides Images SDK for Applitools tests.
28
28
  email:
29
29
  - team@applitools.com