Skip to content

Releases: Betterment/alchemist

v0.11.0

15 Nov 19:51
dc75c78
Compare
Choose a tag to compare

What's Changed

⚠️ Breaking Changes

#131 and #132 change the APIs of GoldenTestScenario.withTextScaleFactor and GoldenTestTheme respectively. If you are using these APIs, you will need to update your code to match the new API.

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

18 Sep 15:37
a050b19
Compare
Choose a tag to compare

What's Changed

⚠️ Breaking Changes

In #123 a Padding Widget was removed that impacted the outputted golden files. However, this Padding was made configurable in #133 so you can upgrade directly to 0.11.0 and set a Padding value of const EdgeInsets.all(8) to preserve the original padding value.

Full Changelog: v0.9.0...v0.10.0

v0.9.0

16 Sep 14:53
7cab0e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

12 Sep 13:16
7b386af
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

14 Sep 21:15
cd09414
Compare
Choose a tag to compare

What's Changed

  • fix: upgrade to flutter 3.13 by @ABausG in #95
  • fix: render objects not rendering text by @Kirpal in #98

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

25 May 16:06
0a8b653
Compare
Choose a tag to compare

What's Changed

  • ci: fix flutter version on post-merge workflow by @Kirpal in #89
  • fix: Dialog and dropdown are no longer visible on the golden files (#79) by @Brainyoo in #91
  • chore: release prep for 0.6.1 by @btrautmann in #92

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

26 Jan 21:54
046087f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0

v0.6.0-dev.1

16 Nov 15:28
ede36b0
Compare
Choose a tag to compare
v0.6.0-dev.1 Pre-release
Pre-release

What's Changed

  • chore: upgrade flutter to beta version by @Kirpal in #84

Full Changelog: v0.5.1...v0.6.0-dev.1

v0.5.1

31 Oct 14:42
bc269cc
Compare
Choose a tag to compare

What's Changed

  • fix: ensure that error messages are always legible by @Kirpal in #78
  • fix: properly clear window size overrides after test run by @Kirpal in #81
  • chore: v0.5.1 by @Kirpal in #82

Full Changelog: v0.5.0...v0.5.1

v0.5.0

07 Sep 20:46
c5d14b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0