Skip to content

Commit aaf6460

Browse files
committed
Prepare release 0.16.0
1 parent c835266 commit aaf6460

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.16.0
4+
- Add `snapshotState<S>()`
5+
`final state = spot<MyContainer>().snapshotState<MyContainerState>()`
6+
- Add `snapshotRenderBox()`
7+
- Export `WidgetPresence`
8+
- Add `@useResult` to `.atMost(N)`, `.atLeast(N)`, `.amount(N)` and `.existsAtMostNTimes(N)` to prevent missing assertions
9+
- Fix `existsAtLeastNTimes` dumping the widget tree to console
10+
- Fix image rendering with `TimelineMode.always`
11+
- Add Timeline to `/README.md`
12+
- Add `act` to `/README.md`
13+
314
## 0.15.0
415
- Add `loadAppFonts()` to display your app fonts on screenshots #66
516
- 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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: spot
22
description: Chainable powerful widget selector API, screenshots and assertions for awesome widget tests.
3-
version: 0.15.0
3+
version: 0.16.0
44
repository: https://github.com/passsy/spot
55
issue_tracker: https://github.com/passsy/spot/issues
66

0 commit comments

Comments
 (0)