Path to this page:
Subject: CVS commit: pkgsrc/www/ruby-capybara
From: Takahiro Kambe
Date: 2022-08-31 16:20:43
Message id: 20220831142043.68556FA8A@cvs.NetBSD.org
Log Message:
www/ruby-capybara: update to 3.37.1
3.37.0 (2022-05-07)
Changed
* Ruby 2.7.0+ is now required
Added
* [Beta] CSP nonces inserted into animation disabler additions - Issue #2542
* Support <base> element in rack-test driver - ISsue #2544
* [Beta] Element#shadow_root support. Requires selenium-webdriver
4.1+. Only currently supported with Chrome when using the selenium driver.
Note: only CSS can be used to find elements from the shadow root.
Therefore you won't be able to use most Capybara helper methods (fill_in,
click_link, find_field, etc) directly from the shadow root since those
locators are built using XPath. If you first locate a descendant from the
shadow root using CSS then you should be able to use all the Capybara
methods from there.
* Regexp now supported for exact_text finder option
Fixed
* Fragments in referer headers in rack-test driver - Issue #2525
* Selenium v4.1 deprecation notice
3.37.1 (2022-05-09)
Fixed
* Regression in rack-test visit - Issue #2548
Files: