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
* 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
2
14
* FIX: Blank failure images were being generated for passing tests.
3
15
* FEATURE: Pixel mismatch tolerances for `SingleShot` and `Gallery`.
4
16
5
-
## 0.0.3 - July 4, 2025
17
+
## 0.0.3
18
+
### July 4, 2025
6
19
Messed up this release. Replaced by `v0.0.4`.
7
20
8
-
## 0.0.2 - June 24, 2025 - Alpha
21
+
## 0.0.2
22
+
### June 24, 2025 - Alpha
9
23
* FEATURE: `SingleShot`: A Golden Scene that shows a single screenshot with an ergonomic API.
10
24
* FEATURE: `Gallery`: A Golden Scene that screenshots independent widget trees.
11
25
* 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`.
14
28
* FEATURE: Golden Scene metadata is tracked in PNG metadata.
15
29
* FEATURE: A variety of marketing goldens are available in the package docs.
16
30
17
-
## 0.0.1 - Feb 24, 2025 - Initial release
31
+
## 0.0.1
32
+
### Feb 24, 2025 - Initial release
18
33
* FEATURE: `GoldenCamera`: Takes and stores photos.
0 commit comments