Next | Query returned 40 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2021-10-07 17:09:00 by Nia Alarie | Files touched by this commit (1033)
Log message:
www: Remove SHA1 hashes for distfiles
   2021-02-03 16:33:07 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
www/ruby-capybara: update to 3.35.3

pkgsrc changes: stop a few warnings of pkglint.

3.35.3 (2021-01-29)

Fixed
* Just a release to have the correct dates in the History.md in released
  gem

3.35.2 (2021-01-29)

Fixed
* Selenium deprecation suppressor with Selenium 3.x

3.35.1 (2021-01-26)

Fixed

* Default chrome driver registrations use chrome - Issue #2442 [Yuriy
  Alekseyev]
* 'Capybara.test_id' usage with the :button selector - Issue #2443
   2021-01-26 16:02:11 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
www/ruby-capybara: update to 3.35.0

Version 3.35.0

Release date: 2020-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]
* elements don't associate with aria-role buttons
* Ignore Selenium::WebDriver::Error::InvalidSessionIdError when quitting
  driver [Robin Daugherty]
* Firefox: Don't click input when sending keys if already focused
* Miscellaneous issues with selenium-webdriver 4.0.0.alphas
* Nil return error in node details optimizations
* Animation disabler now inserts XHTML compliant content [Dale Morgan]
   2021-01-16 13:42:09 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
www/ruby-capybara: update to 3.34.0

Version 3.34.0

Release date: 2020-11-26

Added

* Ability to fill in with emoji when using Chrome with selenium driver
  (Firefox already worked)
* Current path assertions/expectations accept optional filter block
* Animation disabler now specifies scroll-behavior: auto; [Nathan
  Broadbent]
* :button selector can now find elements by label text [Sean Doyle]
* Session#send_keys to send keys to the current element with focus in
  drivers that support the concept of a current element [Sean Doyle]

Changed

* Text query validates the type parameter to prevent undefined behavior

Fixed

* racktest driver better handles fragments and redirection to urls that
  include fragments
* Don't error when attempting to get XPath location of a shadow element
* Missing readonly? added to Node::Simple
* Selenium version detection when loaded via alternate method [Joel
  Hawksley]
* Connection count issue if REQUEST_URI value changed by app [Blake
  Williams]
* Maintain URI fragment when redirecting in rack-test driver
* Text query error message [Wojciech Wnętrzak]
* Checking a checkbox/radio button with allow_label_click now works if
  there are multiple labels (Issue #2421)
* drop with Pathname (Issue #2424)[Máximo Mussini]
   2020-09-14 17:22:55 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
www/ruby-capybara: update to 3.33.0

Update ruby-capybara package to 3.3.0.

# Version 3.33.0
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

### Changed

* Ruby 2.5.0+ is now required
* Deprecated direct manupulation of the driver and server registries

### Fixed

* Ruby 2.7 warning in minitest `assert_text` [Eileen M. Uchitelle]
   2020-06-07 17:18:39 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
www/ruby-capybara: update to 3.32.2

Update ruby-capybara to 3.32.2.

Changes are too many to write here, please refer History.md file.
   2020-05-22 02:49:48 by Takahiro Kambe | Files touched by this commit (1)
Log message:
www/ruby-capybara: drop ruby24.
   2019-04-15 08:11:33 by Thomas Klausner | Files touched by this commit (10)
Log message:
*: remove references to ruby 2.3
   2019-02-03 14:45:07 by Takahiro Kambe | Files touched by this commit (11)
Log message:
Allow Ruby 2.6 to build.
   2018-12-17 16:12:50 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
www/ruby-capybara: update to 3.12.0

# Version 3.12.0
Release date: 2018-11-28

### Added

* Support Ruby 2.6 endless range in Result#[] and query `:between` option
* Pre-registered headless firefox driver :selenium_headless [Andrew Havens]
* Selenium driver now defaults to clearing `sessionStorage` and `localStorage`. \ 
To disable pass `clear_local_storage: false` and/or `clear_session_storage: \ 
false` when creating Capybara::Selenium::Driver instance in your driver \ 
registration

### Fixed

* Raise error if only :x or :y are passed as an offset to click methods

### Removed

* Support for RSpec < 3.5

# Version 3.11.1
Release date: 2018-11-16

###Fixed

* Fixed :link_or_button XPath generation when it has had an expression filter added

# Version 3.11.0
Release date: 2018-11-14

### Added

* Ability for node filters to set detailed error messages
* `Capybara::HTML` Will use `nokogumbo` for HTML parsing if installed
* `Selector#locator_filter` added to allow for dynamic locator in selectors

### Fixed

* Node filters are evaluated in the context of the Selector they are used in to \ 
ensure the correct options are used

# Version 3.10.1
Release date: 2018-11-03

### Fixed

* Fix `aria-label` and `test_id` matching for `link_or_button` selector type - \ 
Issue #2125
* Fixed crash in element path creation for matcher failure messages - Issue #2120

# Version 3.10.0
Release date: 2018-10-23

### Added

* :class filter can now check for class names starting with !
* Selector `xpath`/`css` expression definitions will get filter names from block \ 
parameters if not explicitly provided
* `any_of_selectors` assertions and matchers to complement `all_of_selectors` \ 
and `none_of_selectors`

### Fixed

* Selector `css` expression definiton declared filters now work again
* Cleaned up warnings [Yuji Yaginuma]
* Workaround installation of rspec matcher proxies under jruby by reverting to \ 
the old solution not using prepend, so jruby bugs are not hit - Issue #2115

# Version 3.9.0
Release date: 2018-10-03

### Added

* Selenium with Chrome removes all cookies at session reset instead of just \ 
cookies from current domain if possible
* Support for Regexp for system :id and :class filters where possible
* `using_session` now accepts a session object as well as the name of the \ 
session for users who  manually manage sessions
* The `:field` selector will now find `type = "hidden"` fields if the \ 
`type: "hidden"` filter option is provided

Next | Query returned 40 messages, browsing 11 to 20 | Previous