Releases: sanzaru/SimpleToast
Releases · sanzaru/SimpleToast
0.6.0
🚨 Breaking changes:
The options struct is modified and the parameters showBackdrop
and backdropColor
are replaced by a single optional Color definition backdrop
. See Options for more information
Full Changelog: 0.5.0...0.6.0
0.5.0
Bugfix release for iOS 13 compatibility:
ℹ️ This release changed the internal logic to display the toast. It should just work fine, with no changes required.
0.4.0
This is just some small release with no major changes:
- New modifier type: Skew
- Better documentation for DocC support
0.3.0
Changes:
- Modifier can now be bound to optional item. If item is non-nil the toast will be shown (similar to the SwiftUI sheet) (#6)
- Options for modifier moved and are now part of SimpleToastOptions
- Changelog removed. All changes can be seen in git history and release overview on Github
- Better implementation for dismissal of the toast
0.2.1
Fixed issue #3: Toast won't disappear with timeout set
0.2.0
- New modifier (scale)
- Minor code optimizations
- Fixed gesture handling
0.1.0
- First minor release
- Better gesture handling
⚠️ There was a breaking change (renamed option) in the SimpleToastOption struct.
0.0.9
Fixed slide modifier
Better UI integration
Updated README
0.0.8
Updates:
- Better slide modifier
- New option names - !! breaking change to previous versions !!