Skip to content

Commit

Permalink
Merge pull request #76 from eBay/changelog-0.8.0
Browse files Browse the repository at this point in the history
updating version and changelog
  • Loading branch information
coreysprague authored Nov 10, 2020
2 parents 09de7fe + 85c8f3c commit 3a2d26d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/golden_toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.8.0

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 easily specify a scoped value it in your configuration overrides.

## 0.7.0

Thanks to @moonytoes29 for the following enhancements:
Expand Down
2 changes: 1 addition & 1 deletion packages/golden_toolkit/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.7.0"
version: "0.8.0"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/golden_toolkit/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: golden_toolkit
description: Common patterns for screenshot-based widget testing using Goldens.
version: 0.7.0
version: 0.8.0
homepage: https://github.com/eBay/flutter_glove_box/
repository: https://github.com/eBay/flutter_glove_box/tree/master/packages/golden_toolkit
issue_tracker: https://github.com/eBay/flutter_glove_box/issues
Expand Down

0 comments on commit 3a2d26d

Please sign in to comment.