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

6 months ago

What's Changed

Full Changelog: https://github.com/sanzaru/SimpleToast/compare/0.8.0...0.8.1

0.8.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/sanzaru/SimpleToast/compare/0.7.2...0.8.0

0.7.2

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/sanzaru/SimpleToast/compare/0.7.1...0.7.2

0.7.1

1 year ago

What's Changed

  • Bugfix: Fixed duplicate alignment declaration, thanks to @adrianorezena

Full Changelog: https://github.com/sanzaru/SimpleToast/compare/0.7.0...0.7.1

0.7.0

1 year ago

What's Changed

  • New optional parameter in SimpleToastOptions for deciding if toast closes on tap, thanks to @hossinasaadi

Full Changelog: https://github.com/sanzaru/SimpleToast/compare/0.6.2...0.7.0

0.6.2

2 years ago

What's Changed

  • Bugfix #15: State changes now published correctly into toast content views
  • Fixed singular matrix warning in skew modifier

Full Changelog: https://github.com/sanzaru/SimpleToast/compare/0.6.1...0.6.2

0.6.1

2 years ago

What's Changed

  • Bugfix #13: Dismiss action is now called on tap gesture
  • Added tap gesture handler to slide modifier
  • Minor code syntax fix

Full Changelog: https://github.com/sanzaru/SimpleToast/compare/0.6.0...0.6.1

0.6.0

2 years ago

🚨 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: https://github.com/sanzaru/SimpleToast/compare/0.5.0...0.6.0

0.5.0

2 years ago

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

2 years ago

This is just some small release with no major changes:

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