diff --git a/CHANGELOG.md b/CHANGELOG.md index 469e0975..6bcadc76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.16.0 +- Add `snapshotState()` + `final state = spot().snapshotState()` +- Add `snapshotRenderBox()` +- Export `WidgetPresence` +- Add `@useResult` to `.atMost(N)`, `.atLeast(N)`, `.amount(N)` and `.existsAtMostNTimes(N)` to prevent missing assertions +- Fix `existsAtLeastNTimes` dumping the widget tree to console +- Fix image rendering with `TimelineMode.always` +- Add Timeline to `/README.md` +- Add `act` to `/README.md` + ## 0.15.0 - Add `loadAppFonts()` to display your app fonts on screenshots #66 - Add `loadFont()` to load a fonts from a file. Useful when your app depends on preinstalled system fonts (`loadFont('Comic Sans', [r'C:\Windows\Fonts\comic.ttf'])`) #66 diff --git a/pubspec.yaml b/pubspec.yaml index af818458..d119a964 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.15.0 +version: 0.16.0 repository: https://github.com/passsy/spot issue_tracker: https://github.com/passsy/spot/issues