eyes_capybara 6.0.0 → 6.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 552ee87fb5df377b9691513fdf2fba8cfedb8e12d9c76c489b7e386a96b98ca1
4
- data.tar.gz: 60f6b126a8550055939f9eeca836c3f2911da2c1bae4408ad6c521ee40c14037
3
+ metadata.gz: fbcfbd908b2db1bfba2b38ffd50bc90079c712fa4e0ca8bf81be7f4b64132f8a
4
+ data.tar.gz: d4418df48781af6ed3da7eec9fb0d06e076b7fe28bf35bbceb0fecf1cbd17a5b
5
5
  SHA512:
6
- metadata.gz: 596f66785becd66cfc2de4113ff6e4c01c28c7540a5d09e3fa033ddda035e292c4ea5e14976a9e1fdcdada1527ba0985f9d42d9bbcc3de90f901b44e181146d4
7
- data.tar.gz: cb212db0f926af451b49549ea2797dfdea01d43c1e5241f1a2cfbdfb04e2610414be1db183f2d7079b5b89353a48556bd2c915af1fb939056a4589ecb0a71dc5
6
+ metadata.gz: f8ce71e2b6784bd894ad14027141b01d5caf2cd7ce3f5d7eb47086c55833bcf9758121357f110c9bd0580e37526013960d7f7e609650c66784345a30a595760d
7
+ data.tar.gz: 6e00e329d8d53cf3430141aea57d454d3afa9884427de4dce31337d4cd67aab3b37a6cee5a11ba6b2786e064d1fbd2d7a9eee45e54c220b3ad4acf383d3170cd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
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
+
26
+ ## [6.0.1] (2023-12-13)
27
+ ### Bug Fixes
28
+ * fix code loading error (NameError in environment_sdk)
29
+
3
30
  ## [6.0.0] (2023-12-13)
4
31
 
5
32
  ### Dependencies
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCapybara
5
- VERSION = '6.0.0'.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_capybara
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0
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_selenium
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.0.0
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.0
26
+ version: 6.0.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: capybara
29
29
  requirement: !ruby/object:Gem::Requirement