Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Nov 7, 2024
1 parent 08df699 commit 8501650
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.14.0
- New: Timeline! Failing tests now print a timeline with screenshots of all interactions (actions and assertions) as HTML report #57
- `act.tap` now checks for multiple tappable position when the center is not tappable for some reason #60
- `act.tap` now reports a useful error when the widget is 0px/0px or invisible #61
- Become Compatible with Flutter 3.27 and add nightly tests against `master`

## 0.13.0
- Add `act.dragUntilVisible()` #59

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: spot
description: Chainable powerful widget selector API, screenshots and assertions for awesome widget tests.
version: 0.13.0
version: 0.14.0
repository: https://github.com/passsy/spot
issue_tracker: https://github.com/passsy/spot/issues

Expand Down

0 comments on commit 8501650

Please sign in to comment.