Skip to content

Releases: gunnartorfis/sonner-native

Release 0.16.2

10 Dec 10:04
Compare
Choose a tag to compare

0.16.2 (2024-12-10)

Bug Fixes

  • let animation finish before hiding toasts (cf4ed8e)

Release 0.16.1

19 Nov 20:06
Compare
Choose a tag to compare

0.16.1 (2024-11-19)

Bug Fixes

  • custom jsx component breaks animation (fab7d6f)
  • render custom jsx in if block and use ToastSwipeHandler with memoized props (61e5ead)

Release 0.16.0

05 Nov 10:37
Compare
Choose a tag to compare

0.16.0 (2024-11-05)

Release 0.16.0-beta.0

27 Oct 15:37
Compare
Choose a tag to compare
Release 0.16.0-beta.0 Pre-release
Pre-release

0.16.0-beta.0 (2024-10-27)

Bug Fixes

  • conditional full window overlay (d6f8990)

Release 0.15.0

04 Oct 11:40
Compare
Choose a tag to compare

0.15.0 (2024-10-04)

Bug Fixes

Features

  • added customizeable close button (98855df)

Release 0.14.2

22 Sep 21:55
Compare
Choose a tag to compare

0.14.2 (2024-09-22)

Bug Fixes

  • add missing worklet directive (b5796de)

Release 0.14.1

20 Sep 11:20
Compare
Choose a tag to compare

0.14.1 (2024-09-20)

Bug Fixes

  • close button press didn't trigger dismiss (d83a529)

Release 0.14.0

19 Sep 09:11
Compare
Choose a tag to compare

0.14.0 (2024-09-19)

Bug Fixes

  • android action onclick (5e8a4b0)
  • handle dismissible false with onPress (c10b936)
  • toastOption.style wasn't applied (b13ea69)

Features

  • add onPress (102e092)
  • toast.promise error option can be a callback fn or a string (89d0872)

Release 0.13.0

14 Sep 09:38
Compare
Choose a tag to compare

0.13.0 (2024-09-14)

Bug Fixes

  • await the promise to be able to catch its error and render an error toast (671fb5d)
  • bottom positioned toast should swipe down (6051c62)
  • corrected typo in "swipeToDismissDirection" prop (f2c9788)
  • renamed "ivertProps" to "invertProps" in "use-colors.ts" (411ecf2)

Features

Release 0.12.1

11 Sep 12:28
Compare
Choose a tag to compare

0.12.1 (2024-09-11)

Bug Fixes

  • crash when trying to wiggle duration Infinity (3e81b34)