Skip to content

Releases: gunnartorfis/sonner-native

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)

Release 0.12.0

11 Sep 11:23
Compare
Choose a tag to compare

0.12.0 (2024-09-11)

Features

  • wiggle toasts on update + toast.wiggle() (de60ddc)

Bug Fixes

  • reset duration on wiggle (e927659)

Release 0.12.0-alpha.0

11 Sep 09:24
Compare
Choose a tag to compare
Pre-release

0.12.0-alpha.0 (2024-09-11)

Features

  • wiggle toasts on update + toast.wiggle() (de60ddc)

Release 0.11.0

11 Sep 07:32
Compare
Choose a tag to compare

0.11.0 (2024-09-11)

Features

  • more accurately represent Sonner's way of styling via the Toaster (aefd6c4)

Release 0.10.1

10 Sep 20:12
Compare
Choose a tag to compare

0.10.1 (2024-09-10)

Release 0.10.0

10 Sep 12:32
Compare
Choose a tag to compare

0.10.0 (2024-09-10)

Features

  • wrap Toaster with the ToasterOverlayWrapper prop (e1dee05)