Skip to content

Commit

Permalink
v5.1 update (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill authored Jan 8, 2025
1 parent 7c0aaef commit 01b3e2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@

### Added

### Changed

### Fixed

## [5.1] - 2025-01-08
### Changed
- Permit `#all_there?` to be called with an options payload (Defaults to no waiting for now)
- Pass in keys to the `options` hash i.e. `options: { wait: 5 }` to wait for a specific time
- Pass in keys to the `options` hash i.e. `options: { wait: 5 }` to wait for a specific time ([luke-hill])

- Version bumps
- `site_prism-all_there` must be at least `3.0`
- `rubocop` and associated gems have had partial bumps
- `capybara` now must be at least `3.34`

### Fixed


## [5.0.4] - 2024-11-25
### Fixed
- The DSL Validator was returning an invalid debug message when using an invalid name ([luke-hill])
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 = '5.0.4'
VERSION = '5.1'
end

0 comments on commit 01b3e2a

Please sign in to comment.