Skip to content

Commit

Permalink
Prepare release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Mar 22, 2024
1 parent 83f3b34 commit 6d092c9
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.12.0
- **Breaking** `Offstage` support. By default `Offstage` widgets are not found by `spot<W>()`. Use `spotOffstage().spot<W>()` 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<TextField>(), 'Hello World!')` allows to enter text into a `EditableText` #51
- Negating parents is not yet supported (`spot<ListView>().withParent(spot<Scaffold>().atMost(0))`). It now throws to prevent unexpected behavior. #50
- `act.tap(spot<ElevatedButton>())` now pumps automatically after the tap #52

## 0.11.0

- Add support for Flutter 3.20
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.11.0
version: 0.12.0
repository: https://github.com/passsy/spot
issue_tracker: https://github.com/passsy/spot/issues

Expand Down

0 comments on commit 6d092c9

Please sign in to comment.