Skip to content

Commit

Permalink
Merge pull request #84 from site-prism/release/v3_7
Browse files Browse the repository at this point in the history
v3.7
  • Loading branch information
luke-hill committed Oct 15, 2020
2 parents 00acceb + a1a98fd commit 795c5f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## Unreleased
### Removed

### Added

### Changed

### Fixed

## [3.7] - 2020-10-15
### Added
- Updated README to clarify `displayed?` wait behavior and finder method delgation ([asavageiv])

Expand All @@ -11,16 +18,14 @@
- SitePrism's own `#root_element` now used as a scoping approach, not a `#page` override
- All delegation logic now just passes object invocation / arguments to Element / Session accordingly
- Extra logging added where appropriate
- `capybara` gem now permitted to go above v3.30
- `capybara` gem now permitted to go above `3.30`
([twalpole] & [ineverov] & [luke-hill])

- Gem bumps to dev dependencies
- `rubocop` now must be 0.83.x which permits the NewCops param
- `selenium-webdriver` minimum supported version is now `3.11`
([luke-hill])

### Fixed

## [3.6] - 2020-08-17
### Added
- Added `#elements_missing` method which returns all missing elements from the expected_elements list ([ineverov])
Expand Down Expand Up @@ -1052,7 +1057,8 @@ impending major rubocop release
- First release!

<!-- Releases -->
[Unreleased]: https://github.com/site-prism/site_prism/compare/v3.6...master
[Unreleased]: https://github.com/site-prism/site_prism/compare/v3.7...master
[3.7]: https://github.com/site-prism/site_prism/compare/v3.6...v3.7
[3.6]: https://github.com/site-prism/site_prism/compare/v3.5...v3.6
[3.5]: https://github.com/site-prism/site_prism/compare/v3.4.2...v3.5
[3.4.2]: https://github.com/site-prism/site_prism/compare/v3.4.1...v3.4.2
Expand Down
2 changes: 1 addition & 1 deletion lib/site_prism/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SitePrism
VERSION = '3.6'
VERSION = '3.7'
end

0 comments on commit 795c5f5

Please sign in to comment.