Skip to content

Commit

Permalink
bump version to 6.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Dec 16, 2018
1 parent f883d10 commit 81d2356
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.md
@@ -1,3 +1,16 @@
### 6.16.0 (2018-12-16)

* Fix bug that did not re-locate Stale elements when taking an action on them (#814)
* Implement `Element#cache=` to assign otherwise located Selenium Element to `Element`
* Allow `:class` and `:class_name` locators to be used at the same time
* Allow `:class` locator with empty `Array` value to find all elements without a `class` attribute
* Fix bug that forced nested elements to wait when calling predicate methods (#827)
* Locator filtering behavior and Validate class moved into new `Matcher` classes
* Selector is built on Element initialization rather than during location
* Allow some nested elements to be located with a single XPath call
* Merge p0deje's watir-scroll gem functionality directly into Watir
* Fix bug with `#obscured?` for non-interactive elements (#818)

### 6.15.1 (2018-12-04)

* Locator value type check error message now returns array of allowed class types
Expand Down
2 changes: 1 addition & 1 deletion lib/watir/version.rb
@@ -1,3 +1,3 @@
module Watir
VERSION = '6.15.1'.freeze
VERSION = '6.16.0'.freeze
end

0 comments on commit 81d2356

Please sign in to comment.