Skip to content

0.6.0

Compare
Choose a tag to compare
@coreysprague coreysprague released this 10 Jul 21:53
· 152 commits to master since this release
9965b1c

Added the ability to configure the default set of devices to use for multiScreenGolden assertions globally.

For example:
GoldenToolkitConfiguration(defaultDevices: [Device.iphone11, Device.iphone11.dark()])

As part of this, the default parameter value has been removed from multiScreenGolden.

There was also a minor breaking change in that the const constructor of GoldenToolkitConfiguration is no longer const.