Swiftpack.co - Swift Packages by sanzaru

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by sanzaru

sanzaru/SimpleToast 0.8.1
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.
⭐ī¸ 333
🕓 21 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.8.1
21 weeks ago
## What's Changed * Fixed non working animation when toast disappears; better code structure by @sanzaru in https://github.com/sanzaru/SimpleToast/pull/36 **Full Changelog**: https://github.com/sanzaru/SimpleToast/compare/0.8.0...0.8.1
0.8.0
28 weeks ago
## What's Changed * Add tvOS support by @Kyle-Ye in https://github.com/sanzaru/SimpleToast/pull/33 * Increased required Swift version to 5.7 / dropped support for XCode 13 ## New Contributors * @Kyle-Ye made their first contribution in https://github.com/sanzaru/SimpleToast/pull/33 **Full Changelog**: https://github.com/sanzaru/SimpleToast/compare/0.7.2...0.8.0
0.7.2
36 weeks ago
## What's Changed * Fix example by @nibe in https://github.com/sanzaru/SimpleToast/pull/28 * Fixed animation for dismiss by @sanzaru in https://github.com/sanzaru/SimpleToast/pull/30 * Fixed bug on reappearing toasts where the dismiss timer was not set by @sanzaru in https://github.com/sanzaru/SimpleToast/pull/31 ## New Contributors * @nibe made their first contribution in https://github.com/sanzaru/SimpleToast/pull/28 **Full Changelog**: https://github.com/sanzaru/SimpleToast/compare/0.7.1...0.7.2
0.7.1
49 weeks 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
49 weeks 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](#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
iOS macOS tvOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics