diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb1abf..8ab3533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 4.6.0 +- Spreewald now explicitly depends on Capybara. We don't expect anyone used it without Capybara in the first place. +- Changes to "the ... field should (not) have (an error|the error ...)" step: + - fixed an edgecases where errors were nested deeper inside a .field_with_errors element + - significant speed-up in most situations + ## 4.5.1 - Make `I should see an element for` and `I click on the element for` compatible for Ruby 3.0. ([#204](https://github.com/makandra/spreewald/issues/204)) diff --git a/Gemfile.ruby266.lock b/Gemfile.ruby266.lock index b3608f8..91fbc41 100644 --- a/Gemfile.ruby266.lock +++ b/Gemfile.ruby266.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spreewald (4.5.1) + spreewald (4.6.0) capybara cucumber cucumber_priority (>= 0.3.0) diff --git a/Gemfile.ruby320.lock b/Gemfile.ruby320.lock index b567662..100019a 100644 --- a/Gemfile.ruby320.lock +++ b/Gemfile.ruby320.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spreewald (4.5.1) + spreewald (4.6.0) capybara cucumber cucumber_priority (>= 0.3.0) diff --git a/lib/spreewald_support/version.rb b/lib/spreewald_support/version.rb index 21f2034..3a2ac62 100644 --- a/lib/spreewald_support/version.rb +++ b/lib/spreewald_support/version.rb @@ -1,3 +1,3 @@ module Spreewald - VERSION = '4.5.1' + VERSION = '4.6.0' end diff --git a/tests/rails-7_capybara-3/Gemfile.lock b/tests/rails-7_capybara-3/Gemfile.lock index e0ed646..b1a3d36 100644 --- a/tests/rails-7_capybara-3/Gemfile.lock +++ b/tests/rails-7_capybara-3/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../.. specs: - spreewald (4.5.1) + spreewald (4.6.0) capybara cucumber cucumber_priority (>= 0.3.0)