eyes_universal 4.3.0 → 4.7.0

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: 91a60a8975b7f9f13ab8fd7c8ca4a0d6cfab3d93861979b87d938e6c16551746
4
- data.tar.gz: 3aa6ccb1912c3750f5368a35d39ddc40db6fdbec9592224a6ecef210ab414872
3
+ metadata.gz: d777c1ce518d682ed3ed0b2876653d16b98e47522b229af77d6c621b9aab6cc6
4
+ data.tar.gz: a4036ddc0929f59a5ba31bff4e4a123c837e22e953844715fe1cd35e486537fe
5
5
  SHA512:
6
- metadata.gz: c3d5eb2a6f39269b1e215dea73fa992a92729244ab07db0ec13cce33f685fa634be9e8e03e5ff763a89e0135c24ab6e663006ec40a462b8ea6cfda136b792111
7
- data.tar.gz: 7eb42dbf24cb74adb2381d3a2f159f004384ff448a26b2b2ff937497555af7bd90024efd48c9219acf12a4f16a8b1dec74646c7c11cc0bb77df5b6adfe0f59b6
6
+ metadata.gz: f2627e3f94a0602c85a5fb6aefe0fea6b0c5b3c379061af4dfcb41109b01b7b0230f23b8e693ad2e5db41c184c5121ec051a8937c9e6b9fb8f51cb0b7005775a
7
+ data.tar.gz: 44e123a774c13c3b748e52de1985e8c6422e31930857bf94c85f76dad9d12d10b282ae0d4b8fcbffa78835dd204dd078f05538df5f51013748172e7b10d69f6b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
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
+
48
+ ## [6.0.1] (2023-12-13)
49
+ ### Bug Fixes
50
+ * fix code loading error (NameError in environment_sdk)
51
+
3
52
  ## [6.0.0] (2023-12-13)
4
53
 
5
54
  ### Dependencies
Binary file
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesUniversal
5
- VERSION = '4.3.0'.freeze
6
- UNIVERSAL_CORE_VERSION = '4.3.0'.freeze
5
+ VERSION = '4.7.0'.freeze
6
+ UNIVERSAL_CORE_VERSION = '4.7.0'.freeze
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_universal
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.0
4
+ version: 4.7.0
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: open-uri