You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Changelog
2
2
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
+
3
14
## 0.15.0
4
15
- Add `loadAppFonts()` to display your app fonts on screenshots #66
5
16
- 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
0 commit comments