Skip to content

Commit bc9daea

Browse files
v0.0.5
1 parent c84afb8 commit bc9daea

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
1-
## 0.0.4 - July 4, 2025
1+
## 0.0.5
2+
### July 6, 2025
3+
* FEATURE: Add itemSetup to Gallery so that a single setup can be applied to all items.
4+
* FEATURE: Timeline now accepts a desired windowSize which it applies to the physicalSize in the test.
5+
* FIX: Make use of given spacing in GridGoldenSceneLayout
6+
* FIX/ADJUSTMENT: Don't paint to Canvas before taking photo with FlutterCamera - this broke nuanced render object and layer behavior in follow_the_leader. Instead, use toImageSync() on the existing RepaintBoundary.
7+
* ADJUSTMENT: Changed GridSceneLayout to use default item decorator and background to match existing behavior of FlexSceneLayout.
8+
* ADJUSTMENT: When a Gallery is given item constraints, it now sets its physicalSize to match the max bounds.
9+
* ADJUSTMENT: Changed the existing "minimal" Timeline itemScaffold to become the "standard" one, and then created a true "minimal" itemScaffold that makes no decisions about theme, background color, or padding.
10+
* ADJUSTMENT: Renamed "pump" method in Timeline to say "builder" because that's more of what it is.
11+
12+
## 0.0.4
13+
### July 4, 2025
214
* FIX: Blank failure images were being generated for passing tests.
315
* FEATURE: Pixel mismatch tolerances for `SingleShot` and `Gallery`.
416

5-
## 0.0.3 - July 4, 2025
17+
## 0.0.3
18+
### July 4, 2025
619
Messed up this release. Replaced by `v0.0.4`.
720

8-
## 0.0.2 - June 24, 2025 - Alpha
21+
## 0.0.2
22+
### June 24, 2025 - Alpha
923
* FEATURE: `SingleShot`: A Golden Scene that shows a single screenshot with an ergonomic API.
1024
* FEATURE: `Gallery`: A Golden Scene that screenshots independent widget trees.
1125
* FEATURE: `Timeline`: A Golden Scene that screenshots the same widget tree over time.
@@ -14,5 +28,6 @@ Messed up this release. Replaced by `v0.0.4`.
1428
* FEATURE: Golden Scene metadata is tracked in PNG metadata.
1529
* FEATURE: A variety of marketing goldens are available in the package docs.
1630

17-
## 0.0.1 - Feb 24, 2025 - Initial release
31+
## 0.0.1
32+
### Feb 24, 2025 - Initial release
1833
* FEATURE: `GoldenCamera`: Takes and stores photos.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_test_goldens
22
description: "A toolkit for writing golden tests"
3-
version: 0.0.4
3+
version: 0.0.5
44
homepage: https://github.com/Flutter-Bounty-Hunters/flutter_test_goldens
55
repository: https://github.com/Flutter-Bounty-Hunters/flutter_test_goldens
66

0 commit comments

Comments
 (0)