Skip to content

Commit 3a2d26d

Browse files
authored
Merge pull request #76 from eBay/changelog-0.8.0
updating version and changelog
2 parents 09de7fe + 85c8f3c commit 3a2d26d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/golden_toolkit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.8.0
4+
5+
Thanks to @tsimbalar for this enhancement.
6+
7+
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.
8+
39
## 0.7.0
410

511
Thanks to @moonytoes29 for the following enhancements:

packages/golden_toolkit/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ packages:
6666
path: ".."
6767
relative: true
6868
source: path
69-
version: "0.7.0"
69+
version: "0.8.0"
7070
matcher:
7171
dependency: transitive
7272
description:

packages/golden_toolkit/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: golden_toolkit
22
description: Common patterns for screenshot-based widget testing using Goldens.
3-
version: 0.7.0
3+
version: 0.8.0
44
homepage: https://github.com/eBay/flutter_glove_box/
55
repository: https://github.com/eBay/flutter_glove_box/tree/master/packages/golden_toolkit
66
issue_tracker: https://github.com/eBay/flutter_glove_box/issues

0 commit comments

Comments
 (0)