Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (5h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 01:34:48 UTC Now

2022-08-31 14:20:43 UTC MAIN commitmail json YAML

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

(taca)