Update History.md [ci skip]

This commit is contained in:
Thomas Walpole 2019-01-13 14:20:02 -08:00
parent 52587eef11
commit c5f518880c
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,15 @@
# Version 3.13.0
Release date: unreleased
### Added
* #scroll_to added to allow scrolling page/elements to specified locations
* Speed optimizations around multiple element location and path generation when using the Selenium driver
* Support for locator type checking in custom selectors
* Automatic gumbo use can be disabled
* `assert_style`/`has_style`/`have_style` depreacted in favor of `assert_matches_style`/`matches_styles?`/`match_style`
* :style filter added to selectors
# Version 3.12.0
Release date: 2018-11-28