- Update keyword argument usage in
node_filter
to resolve deprecation warnings in Ruby 2.7 and errors in Ruby 3.0.0 (Thanks, @thomasbalsloev!) - Add
rexml
to the gem bundle to support Ruby 3.0.0
- Drop support for cucumber < 2.0
- Don't bomb when rspec is absent
- Dropped support for capybara < 3.0
- Improved error messages for matchers
- Correctly detect rspec even when it is loaded after capybara-ui
- Fix a bug with ListWidget that triggered undesired capybara polling
- Correctly detect the rspec version by requiring rspec/expectations