Releases: Betterment/alchemist
Releases · Betterment/alchemist
v0.11.0
What's Changed
- fix!: use textScaler instead of a double by @vanlooverenkoen in #131
- feat!: Added nameTextStyle by @vanlooverenkoen in #132
- fix: added configurable padding by @vanlooverenkoen in #133
⚠️ 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
- @vanlooverenkoen made their first contribution in #131
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- feat: break out smoke test goldens into directories based on flutter version by @btrautmann in #126
- fix: Could not override GoldenTestTheme by @Brainyoo in #127
- ci: channel compatibility workflow by @btrautmann in #123
- chore: prep 0.10.0 release by @btrautmann in #128
⚠️ 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
What's Changed
- feat:
GoldenTestTheme
by @btrautmann in #124 - chore: prep 0.9.0 release by @btrautmann in #125
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- docs: fix readme relative link (Separate local & CI tests) by @FirentisTFW in #100
- docs: fix a small typo under RECOMMENDED_SETUP_GUIDE.md by @pedromassango in #116
- fix: loading fonts from other packages by @krispypen in #111
- feat: allow updating goldens on CI by @btrautmann in #121
- chore: bump flutter/dart min sdk constraints by @btrautmann in #118
- chore: prep 0.8.0 release by @btrautmann in #122
New Contributors
- @FirentisTFW made their first contribution in #100
- @pedromassango made their first contribution in #116
- @krispypen made their first contribution in #111
Full Changelog: v0.7.0...v0.8.0
v0.7.0
v0.6.1
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
v0.6.0-dev.1
What's Changed
Full Changelog: v0.5.1...v0.6.0-dev.1