From 8874c76abbd68dbe813e32316f45435108b8afb2 Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Thu, 16 May 2024 13:22:28 +0200 Subject: [PATCH] Prepare release 0.12.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 575a56ae..c69ced94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.12.0 +- Support for Flutter 3.22 +- Remove unused dependencies #55 + ## 0.12.0 - **Breaking** `Offstage` support. By default `Offstage` widgets are not found by `spot()`. Use `spotOffstage().spot()` to find them. `spotAllWidgets()` returns onstage and offstage widgets. Use `.overrideWidgetPresence(WidgetPresence.offstage)` to modify a `WidgetSelector` to search for `offstage`, `onstage` or `combined` #45 - New: `act.enterText(spot(), 'Hello World!')` allows to enter text into a `EditableText` #51 diff --git a/pubspec.yaml b/pubspec.yaml index e19ec457..a44242d9 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.12.0 +version: 0.12.1 repository: https://github.com/passsy/spot issue_tracker: https://github.com/passsy/spot/issues