Skip to content

Commit

Permalink
Update packages/golden_toolkit/CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coreysprague authored Nov 9, 2020
1 parent 17bf913 commit 85c8f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/golden_toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Thanks to @tsimbalar for this enhancement.

A new configuration property has been added to `GoldenToolkitConfiguration` which allows you to opt-in to displaying real shadows in your goldens. By default, real shadows are disabled in Flutter tests due to inconsistencies in their implementation across versions. This behavior could always be toggled off in flutter tests via an obscure global variable. Now, you can specify it in your configuration overrides.
A new configuration property has been added to `GoldenToolkitConfiguration` which allows you to opt-in to displaying real shadows in your goldens. By default, real shadows are disabled in Flutter tests due to inconsistencies in their implementation across versions. This behavior could always be toggled off in flutter tests via an obscure global variable. Now, you can easily specify a scoped value it in your configuration overrides.

## 0.7.0

Expand Down

0 comments on commit 85c8f3c

Please sign in to comment.