Skip to content

Releases: sanzaru/SimpleToast

0.6.0

20 Feb 16:58
6114dca
Compare
Choose a tag to compare

🚨 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

13 Oct 22:49
2ad636d
Compare
Choose a tag to compare

Bugfix release for iOS 13 compatibility:

  • Bugfix for #10

ℹ️ This release changed the internal logic to display the toast. It should just work fine, with no changes required.

0.4.0

05 Oct 13:40
Compare
Choose a tag to compare

This is just some small release with no major changes:

  • New modifier type: Skew
  • Better documentation for DocC support

0.3.0

24 Jul 15:45
2bf0d82
Compare
Choose a tag to compare

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.2

02 Jun 10:53
4408974
Compare
Choose a tag to compare

Minor bugfix release:

  • Fixed issue #5

0.2.1

12 May 08:01
e4b3348
Compare
Choose a tag to compare

Fixed issue #3: Toast won't disappear with timeout set

0.2.0

25 Apr 14:00
Compare
Choose a tag to compare
  • New modifier (scale)
  • Minor code optimizations
  • Fixed gesture handling

0.1.0

08 Mar 00:16
39969b1
Compare
Choose a tag to compare
  • First minor release
  • Better gesture handling

⚠️ There was a breaking change (renamed option) in the SimpleToastOption struct.

0.0.9

24 Feb 16:00
Compare
Choose a tag to compare
Fixed slide modifier

Better UI integration
Updated README

0.0.8

09 Dec 21:03
Compare
Choose a tag to compare

Updates:

  • Better slide modifier
  • New option names - !! breaking change to previous versions !!