Skip to content

Commit

Permalink
chore: add CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
route committed Jan 3, 2024
1 parent 25da084 commit 3464a23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

### Changed
- `@window_size` attribute is moved from Ferrum, viewport size is still inherited [#253]
- Compatibility with latest Ferrum. Browser instance is not passed everywhere now.
`window_size`, `url_blacklist`, `url_whitelist`, `timeout` are moved to options. Page arguments are changed to
`Page.new(client, context_id:, target_id:)`. These changes are changes to internal API. [#254]

### Fixed
- Detect whether element is in the viewport and clickable before click [#251]
Expand Down

0 comments on commit 3464a23

Please sign in to comment.