eyes_capybara 6.0.4 → 6.1.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: d8997d35561aa869fbd2d6de547cc64b24d675795952006eeed85e880dcd842a
4
- data.tar.gz: 65213145705eaf391d94d175638e9ff110ee48fb4e5a51bd895155c632a31cad
3
+ metadata.gz: e5301a23b454fbd773f997d5b3725d5ba02181da2ce98cfacc8aa90074ab67b1
4
+ data.tar.gz: 87d9515223df30f429d8d265141a868dba9b747b3c5c4648db5423341afa61c6
5
5
  SHA512:
6
- metadata.gz: e5504c154db87e6c844a2e7bdfb0e6b6c114a14e56a59a117d211a6f411d0565ce91f7da3de841b9d49d2f86d8e7c71eb9b12ff33d8899bf37f30d493b1fc970
7
- data.tar.gz: db3428c069fc95f4c44584d82e86962d55c1df5c8d16edeee613dd8fe1ce3557b34527bb96df07ee7c3bdaff49fa3f9268a2f0796bb8435cf4e3b1d2e5268b05
6
+ metadata.gz: 7e82d5a99acd5fac9cc425972916c91ddc2b346a955f0ee22f9a039a43f60f3e50e1e7393e710a987b1fb9c1a55c724c25f02f753546c75aa92288e2cf26f330
7
+ data.tar.gz: f2469704146d100c9e0c6fb6fa0f358bb48afa87ce571a1ced9289308569a37c10a2df12a83752c4296f6d13c47962060e8a6cf1e1448b43ce1dc453878789f6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,72 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.1.0](https://github.com/applitools/eyes.sdk.javascript1/compare/ruby/eyes_capybara-v6.0.4...ruby/eyes_capybara@6.0.5) (2024-02-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.7.17
9
+ #### Bug Fixes
10
+
11
+ * throw error for encoding none unicode char ([#2171](https://github.com/applitools/eyes.sdk.javascript1/issues/2171)) ([4edb9cf](https://github.com/applitools/eyes.sdk.javascript1/commit/4edb9cfb27d8db2ff4cb09c8ebf1b95ab020633d))
12
+ * @applitools/spec-driver-webdriver bumped to 1.0.57
13
+ #### Bug Fixes
14
+
15
+ * fixed issue with cdp commands on chromium browsers ([#2180](https://github.com/applitools/eyes.sdk.javascript1/issues/2180)) ([550fc77](https://github.com/applitools/eyes.sdk.javascript1/commit/550fc772d3988aae29e6f4a1a11d2a408072dc38))
16
+ * @applitools/spec-driver-puppeteer bumped to 1.4.0
17
+ #### Features
18
+
19
+ * added support for puppeteer >= 22 ([#2185](https://github.com/applitools/eyes.sdk.javascript1/issues/2185)) ([59d23a9](https://github.com/applitools/eyes.sdk.javascript1/commit/59d23a9689d77c7db06df53b67fa293a3b3f166e))
20
+ * @applitools/core bumped to 4.8.0
21
+ #### Features
22
+
23
+ * add support for regions and calculated regions ([#2161](https://github.com/applitools/eyes.sdk.javascript1/issues/2161)) ([fea4b1f](https://github.com/applitools/eyes.sdk.javascript1/commit/fea4b1fca3d8f59eada2b5186cd32d47352ccf1a))
24
+
25
+
26
+ #### Bug Fixes
27
+
28
+ * missing viewport when using system screenshot and multi viewport ([#2173](https://github.com/applitools/eyes.sdk.javascript1/issues/2173)) ([411283c](https://github.com/applitools/eyes.sdk.javascript1/commit/411283c7bebc09f178d73b6b47e81e5ce4244d5e))
29
+ * nml coded region integration with universal ([6fb0934](https://github.com/applitools/eyes.sdk.javascript1/commit/6fb09348238dfe4698856f88e762a9abf80c686f))
30
+ * throw error for encoding none unicode char ([#2171](https://github.com/applitools/eyes.sdk.javascript1/issues/2171)) ([4edb9cf](https://github.com/applitools/eyes.sdk.javascript1/commit/4edb9cfb27d8db2ff4cb09c8ebf1b95ab020633d))
31
+
32
+
33
+
34
+ * eyes_core bumped to 6.1.0
35
+ #### Features
36
+
37
+ * add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
38
+ * added notification about outdated sdk version ([#2012](https://github.com/applitools/eyes.sdk.javascript1/issues/2012)) ([0f0a646](https://github.com/applitools/eyes.sdk.javascript1/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
39
+ * generate more enums ([#2179](https://github.com/applitools/eyes.sdk.javascript1/issues/2179)) ([5f4f916](https://github.com/applitools/eyes.sdk.javascript1/commit/5f4f91621b791a02464191123f69b12f590b9efe))
40
+
41
+
42
+
43
+ * @applitools/screenshoter bumped to 3.8.23
44
+
45
+ * @applitools/nml-client bumped to 1.7.0
46
+ #### Features
47
+
48
+ * add support for regions and calculated regions ([#2161](https://github.com/applitools/eyes.sdk.javascript1/issues/2161)) ([fea4b1f](https://github.com/applitools/eyes.sdk.javascript1/commit/fea4b1fca3d8f59eada2b5186cd32d47352ccf1a))
49
+
50
+
51
+ #### Bug Fixes
52
+
53
+ * missing viewport when using system screenshot and multi viewport ([#2173](https://github.com/applitools/eyes.sdk.javascript1/issues/2173)) ([411283c](https://github.com/applitools/eyes.sdk.javascript1/commit/411283c7bebc09f178d73b6b47e81e5ce4244d5e))
54
+
55
+
56
+
57
+ * @applitools/ec-client bumped to 1.7.25
58
+
59
+ * eyes_universal bumped to 4.8.0
60
+
61
+ * eyes_selenium bumped to 6.1.0
62
+ #### Features
63
+
64
+ * add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
65
+ * added notification about outdated sdk version ([#2012](https://github.com/applitools/eyes.sdk.javascript1/issues/2012)) ([0f0a646](https://github.com/applitools/eyes.sdk.javascript1/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
66
+
67
+
68
+
69
+
3
70
  ## [6.0.4] (2024-02-05)
4
71
 
5
72
  * ### Bug Fixes
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCapybara
5
- VERSION = '6.0.4'.freeze
5
+ VERSION = '6.1.0'.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.4
4
+ version: 6.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-05 00:00:00.000000000 Z
11
+ date: 2024-02-20 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.4
19
+ version: 6.1.0
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.4
26
+ version: 6.1.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: capybara
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -56,7 +56,7 @@ homepage: https://www.applitools.com
56
56
  licenses:
57
57
  - Applitools
58
58
  metadata: {}
59
- post_install_message:
59
+ post_install_message:
60
60
  rdoc_options: []
61
61
  require_paths:
62
62
  - lib
@@ -71,8 +71,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  - !ruby/object:Gem::Version
72
72
  version: '0'
73
73
  requirements: []
74
- rubygems_version: 3.0.3.1
75
- signing_key:
74
+ rubygems_version: 3.4.1
75
+ signing_key:
76
76
  specification_version: 4
77
77
  summary: Applitools Ruby Capybara SDK
78
78
  test_files: []