Skip to content

Bump apparition from 0.3.0 to 0.4.0

NipaNipa requested to merge dependabot/bundler/apparition-0.4.0 into master

Bumps apparition from 0.3.0 to 0.4.0.

Changelog

Sourced from apparition's changelog.

Version 0.4.0

Release date: 2019-07-15

Added

  • Node#rect added to support spatial filters
  • Support for Capybaras w3c_click_offset settomg
  • Support setting color inputs

Fixed

  • No longer hangs starting the browser with JRuby
  • ValidityState objects can now be returned from the browser
  • Headers now returned correctly
  • Drag type detection improved
  • Mouse button status tracked correctly through actions
  • Clicking on a link that splits across multiple lines now works
  • Correctly handle JS exceptions that don't provide a stacktrace
Commits
  • 8c68c94 Prepare for 0.4.0 release
  • 9043f02 Fix running with JRuby
  • ad1a0d1 Use keyword args for CDP event handlers
  • b127cf6 CDP cannot set the Host header - Fix most header tests
  • 9f735f6 Merge branch 'master' of github.com:twalpole/apparition
  • 68df8e1 Implement Node#rect
  • 35c4d69 Merge pull request #25 from y-yagi/fix_typo_in_debug_message
  • b86b6aa Fix typo in debug message
  • 2139f43 Merge pull request #23 from y-yagi/fix_link_of_repo
  • 3f372d7 Fix link of Capybara repository
  • Additional commits viewable in compare view

Merge request reports