Skip to content

Commit

Permalink
chore: prep 0.11.0 release (#135)
Browse files Browse the repository at this point in the history
* chore: prep 0.11.0 release

* add breaking change warning to 0.11.0 release notes
  • Loading branch information
btrautmann authored Nov 15, 2024
1 parent ba5e4b3 commit dc75c78
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
# 0.11.0

## What's Changed
* fix!: use textScaler instead of a double by @vanlooverenkoen in https://github.com/Betterment/alchemist/pull/131
* feat!: Added nameTextStyle by @vanlooverenkoen in https://github.com/Betterment/alchemist/pull/132
* fix: added configurable padding by @vanlooverenkoen in https://github.com/Betterment/alchemist/pull/133

## :warning: Breaking Changes

https://github.com/Betterment/alchemist/pull/131 and https://github.com/Betterment/alchemist/pull/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 https://github.com/Betterment/alchemist/pull/131

**Full Changelog**: https://github.com/Betterment/alchemist/compare/v0.10.0...v0.11.0

# 0.10.0

## What's Changed
* feat: break out smoke test goldens into directories based on flutter version by @btrautmann in https://github.com/Betterment/alchemist/pull/126
* fix: Could not override GoldenTestTheme by @Brainyoo in https://github.com/Betterment/alchemist/pull/127
* ci: channel compatibility workflow by @btrautmann in https://github.com/Betterment/alchemist/pull/123

## :warning: Breaking Changes

In https://github.com/Betterment/alchemist/pull/123 a `Padding` `Widget` was removed that impacted the outputted golden files. However, this `Padding` was made configurable in https://github.com/Betterment/alchemist/pull/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**: https://github.com/Betterment/alchemist/compare/v0.9.0...v0.10.0

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: alchemist
description: A support package that aims to make golden testing in Flutter
easier and more streamlined.
version: 0.10.0
version: 0.11.0
homepage: https://github.com/Betterment/alchemist
repository: https://github.com/Betterment/alchemist

Expand Down

0 comments on commit dc75c78

Please sign in to comment.