From 850165000a0d3dca96aede788f4ddabcf611d294 Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Thu, 7 Nov 2024 02:42:08 +0100 Subject: [PATCH] Release 0.14.0 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db434194..d51742b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index d1cbdbee..eeebb63a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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