# Version 3.36.0 Release date: unreleased ### Fixed * Sibling and ancestor queries now work with Simple::Node - Issue #2452 * rack_test correctly ignores readonly attribute on specific input element types ### Removed * References to non-w3c mode in drivers/tests. Non-w3c mode is obsolete and no one should be using it anymore. Capybara hasn't been testing/supporting it in a while # Version 3.35.3 Release date: 2021-01-29 ### Fixed * Just a release to have the correct dates in the History.md in released gem # Version 3.35.2 Release date: 2021-01-29 ### Fixed * Selenium deprecation suppressor with Selenium 3.x # Version 3.35.1 Release date: 2021-01-26 ### Fixed * Default chrome driver registrations use chrome - Issue #2442 [Yuriy Alekseyev] * 'Capybara.test_id' usage with the :button selector - Issue #2443 # Version 3.35.0 Release date: 2021-01-25 ### Added * Support Regexp matching for individual class names in :class filter passed an Array * Animation disabler now supports JQuery animation disabling when JQuery loaded from body [Chien-Wei Huang] ### Fixed * :button selector type use with `enable_aria_role` [Sean Doyle] *