From 4e2a7016243bfe8f24fdd5a9fed8da20200e08e0 Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Fri, 3 Jan 2025 18:10:34 +0100 Subject: [PATCH] Prepare release 0.17.0 --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bcadc76..ef0cc633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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()` `final state = spot().snapshotState()` diff --git a/pubspec.yaml b/pubspec.yaml index 939ad820..fbd163c8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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