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
Copy file name to clipboardExpand all lines: packages/golden_toolkit/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## 0.13.0
4
+
5
+
- Updated to Flutter 2.8 / Dart 2.15
6
+
- Resolved an issue where testGoldens() tests were mis-labeled as test groups, which caused issues in VSCode's text explorer. Thanks @DanTup for the fix!
- Add new convenience method to GoldenBuilder: ```.addScenarioBuilder('scenario name', (context) => widgetUnderTest)```. Thanks to @toshiossada for the contribution.
0 commit comments