Merge branch '3.7_stable'

* 3.7_stable:
  Prepare for 3.7.2 release
  Update History.md [ci skip]
  Only enable HTML5 dragging if default is not prevented on the mousedown event
  Default to document when element has no parent in match selector query
This commit is contained in:
Thomas Walpole 2018-09-12 10:00:38 -07:00
commit 979e29d4d2
2 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,12 @@
# Version 3.7.2
Release date: unreleased
Release date: 2018-09-12
### Fixed
* Fix MatchQuery based matchers when used on a root element found using any type of parent/ancestor query - Issue #2097
* Fix Chrome/FF HTML5 drag simulation for elements (a, img) which default to draggable - Issue #2098
# Version 3.7.1
Release date: 2018-09-05

View File

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