Sanzaru SimpleToast Versions Save

SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or MacOS applications in SwiftUI. Because of the flexibility to show any content it is also possible to use the library for showing simple modals.

0.3.0

2 years ago

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

3 years ago

Minor bugfix release:

  • Fixed issue #5

0.2.1

3 years ago

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

0.2.0

3 years ago
  • New modifier (scale)
  • Minor code optimizations
  • Fixed gesture handling

0.1.0

3 years ago
  • First minor release
  • Better gesture handling

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

0.0.9

3 years ago

0.0.8

3 years ago

Updates:

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

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago