Skip to content

Releases: sanzaru/SimpleToast

0.10.1

21 Oct 20:12
Compare
Choose a tag to compare
  • Fixed Swift 6 compilation warnings

Full Changelog: 0.10.0...0.10.1

0.10.0

19 Oct 17:45
7c08591
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.10.0

0.9.0

14 Sep 23:31
Compare
Choose a tag to compare
  • Added option to disable drag gesture handling

Full Changelog: 0.8.1...0.9.0

0.8.1

28 Oct 13:54
8dbc2e7
Compare
Choose a tag to compare

What's Changed

  • Fixed non working animation when toast disappears; better code structure by @sanzaru in #36

Full Changelog: 0.8.0...0.8.1

0.8.0

10 Sep 13:33
6637b95
Compare
Choose a tag to compare

What's Changed

  • Add tvOS support by @Kyle-Ye in #33
  • Increased required Swift version to 5.7 / dropped support for XCode 13

New Contributors

Full Changelog: 0.7.2...0.8.0

0.7.2

18 Jul 15:53
7ced9fe
Compare
Choose a tag to compare

What's Changed

  • Fix example by @nibe in #28
  • Fixed animation for dismiss by @sanzaru in #30
  • Fixed bug on reappearing toasts where the dismiss timer was not set by @sanzaru in #31

New Contributors

  • @nibe made their first contribution in #28

Full Changelog: 0.7.1...0.7.2

0.7.1

17 Apr 23:05
2e68071
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 0.7.0...0.7.1

0.7.0

16 Apr 19:28
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 0.6.2...0.7.0

0.6.2

26 Mar 23:15
1bc531a
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 0.6.1...0.6.2

0.6.1

24 Feb 21:47
Compare
Choose a tag to compare

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: 0.6.0...0.6.1