1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Update history.md

This commit is contained in:
Thomas Walpole 2021-03-14 16:27:54 -07:00
parent 8cf636d3ee
commit 0aa46ad527
2 changed files with 14 additions and 2 deletions

View file

@ -1,7 +1,20 @@
# 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 # Version 3.35.3
Release date: 2021-01-29 Release date: 2021-01-29
### Fixed ### Fixed
* Just a release to have the correct dates in the History.md in released gem * Just a release to have the correct dates in the History.md in released gem
# Version 3.35.2 # Version 3.35.2
@ -1898,4 +1911,3 @@ too many users, please read the release notes carefully!
* clicking links where the image's alt attribute contains the text is now possible * clicking links where the image's alt attribute contains the text is now possible
* within_fieldset and within_table work when the default selector is CSS * within_fieldset and within_table work when the default selector is CSS
* boolean attributes work the same across drivers (return true/false) * boolean attributes work the same across drivers (return true/false)

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Capybara module Capybara
VERSION = '3.35.3' VERSION = '3.36.0'
end end