Skip to content

Commit

Permalink
Prepare release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Jan 3, 2025
1 parent ebebbeb commit 4e2a701
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.17.0
- Timeline is now generated with [Jaspr](https://pub.dev/packages/jaspr) #76
- New: `act.tapAt()` #80
- New `Timeline.addEvent()` now returns the `TimelineEventId id`
- New `Timeline.updateEvent(id)` and `Timeline.removeEvent(id)`
- Fix: Added events to timeline while being `off` #88
- Fix: Export `stateProp` #93
- Improved screenshot detail page in timeline #91, #92

## 0.16.0
- Add `snapshotState<S>()`
`final state = spot<MyContainer>().snapshotState<MyContainerState>()`
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: Flutter widget test toolkit - spot, act, validate. Better selectors, automatic screenshots, chainable.
version: 0.16.0
version: 0.17.0
repository: https://github.com/passsy/spot
issue_tracker: https://github.com/passsy/spot/issues

Expand Down

0 comments on commit 4e2a701

Please sign in to comment.