Capybara v3.33.0 Release Notes

Release Date: 2020-06-21 // almost 4 years ago
  • ๐Ÿš€ Release date: 2020-06-21

    โž• Added

    • Block passed to within_session now receives the new and old session
    • ๐Ÿ‘Œ Support for aria-role button when enabled [Seiei Miyagi]
    • ๐Ÿ‘Œ Support for aria-role link when enabled
    • Support for validation_message filter with :field and :fillable_field selectors
    • ๐Ÿ—„ Deprecation warnings show source location [Koichi ITO]

    ๐Ÿ”„ Changed

    • ๐Ÿ’Ž Ruby 2.5.0+ is now required
    • ๐Ÿ—„ Deprecated direct manipulation of the driver and server registries

    ๐Ÿ›  Fixed

    • โœ… Ruby 2.7 warning in minitest assert_text [Eileen M. Uchitelle]