Skip to content

Commit

Permalink
Prepare release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Nov 26, 2024
1 parent c835266 commit aaf6460
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.16.0
- Add `snapshotState<S>()`
`final state = spot<MyContainer>().snapshotState<MyContainerState>()`
- 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
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.15.0
version: 0.16.0
repository: https://github.com/passsy/spot
issue_tracker: https://github.com/passsy/spot/issues

Expand Down

0 comments on commit aaf6460

Please sign in to comment.