Releases: Betterment/alchemist
v0.13.0
What's Changed
- ci: use mobile messaging app for Slack notifs by @btrautmann in #158
- chore: use
git commitinstead ofgit-auto-commitaction by @btrautmann in #163 - fix: push changes in update goldens workflow by @btrautmann in #166
- fix: Anti-aliasing cross-platform issue by @w3ggy in #165
- chore: ensure tests are compatible with all supported Flutter versions (and beta) by @btrautmann in #167
- chore: prep v0.13.0 by @btrautmann in #168
⚠️ Breaking Changes
#165 disabled anti-aliasing on BlockedTextPaintingContext which may change goldens output.
New Contributors
Full Changelog: v0.12.1...v0.13.0
v0.12.1
What's Changed
- fix: Fix memory leaks by @ValentinVignal in #150
- fix: fontVariations is missing by @FranRiadigos in #156
- chore: prep 0.12.1 by @btrautmann in #157
New Contributors
- @ValentinVignal made their first contribution in #150
- @FranRiadigos made their first contribution in #156
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- chore: updates for building against flutter 3.29 by @btrautmann in #145
- ci: add branch-switching for beta channel by @btrautmann in #146
- chore: bump min flutter version to 3.32.0 by @btrautmann in #153
- chore: prep 0.12.0 by @btrautmann in #155
Full Changelog: v0.11.0...v0.12.0
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:
GoldenTestThemeby @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