0.16.2 (2024-12-10)
- let animation finish before hiding toasts (cf4ed8e)
0.16.1 (2024-11-19)
- custom jsx component breaks animation (fab7d6f)
- render custom jsx in if block and use ToastSwipeHandler with memoized props (61e5ead)
0.16.0 (2024-11-05)
0.16.0-beta.0 (2024-10-27)
- conditional full window overlay (d6f8990)
0.15.0 (2024-10-04)
- added customizeable close button (98855df)
0.14.2 (2024-09-22)
- add missing worklet directive (b5796de)
0.14.1 (2024-09-20)
- close button press didn't trigger dismiss (d83a529)
0.14.0 (2024-09-19)
- android action onclick (5e8a4b0)
- handle dismissible false with onPress (c10b936)
- toastOption.style wasn't applied (b13ea69)
0.13.0 (2024-09-14)
- 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)
- rich colors support (4a3d3e3)
0.12.1 (2024-09-11)
- crash when trying to wiggle duration Infinity (3e81b34)
0.12.0 (2024-09-11)
- reset duration on wiggle (e927659)
0.12.0-alpha.0 (2024-09-11)
- wiggle toasts on update + toast.wiggle() (de60ddc)
0.11.0 (2024-09-11)
- more accurately represent Sonner's way of styling via the Toaster (aefd6c4)
0.10.1 (2024-09-10)
0.10.0 (2024-09-10)
- wrap Toaster with the ToasterOverlayWrapper prop (e1dee05)
0.9.2 (2024-09-10)
- custom icons not rendering with <CssInterop.xx /> (c7f281d)
- theme was not used when passed to Toaster (34904f5)
0.9.1 (2024-09-09)
- updating toasts is now more stable (2260ed7)
0.9.0 (2024-09-09)
- custom id was trying to update an existing toast (83f2f49)
- passing invert to toast() now works (4de18df)
- pull request template directory (0dab465)
- remove hard code (8eed260)
- add pull request template (afb4daa)
0.8.3 (2024-09-09)
- respect the gap value passed via (2cb5f02)
0.8.2 (2024-09-09)
0.8.1 (2024-09-09)
- warning by y gesture handler (3e11b91)
0.8.0 (2024-09-08)
0.7.0 (2024-09-08)
- bottom bars weren't tappable with custom offset (cc664a5)
- custom loading icon (881ab67)
- pause timer when app enters background (2a1a2c5)
- pause timer when app enters background (d6e04e7)
- remove cn as dependency and add is as a prop (464d800)
- warning variant (4cc58e8)
0.6.0 (2024-09-08)
- offset support (6f37c36)
0.5.0 (2024-09-07)
- import path (74b53b8)
0.4.1 (2024-09-07)
- import relative (98e727b)
0.4.0 (2024-09-06)
- matching sonner's api more, refactor types (eba154a)
- reset duration on toast update (aabb673)
- separate onDismiss & onAutoClose callbacks (9122f22)
- closeButton prop to show X or not (22b64a6)
- custom icons (481903b)
- custom icons (d7c4829)
- customize toasts with styles & classNames (876eaaa)
- dismissible prop to make a toast non-swipable nor X to close (130a1ef)
- fully customizable, every view with style & className (9e53391)
- invert prop (8887cd3)
- new onAutoClose callback (dc28ea9)
- support Infinity duration (47ac273)
- toast.dismiss() (5b996ec)
- unstyled prop to Toaster (ff56e30)
0.3.9 (2024-09-05)
0.3.8 (2024-09-05)
0.3.7 (2024-09-05)
- android tweaks (f14f59e)
0.3.6 (2024-09-05)
- toaster default values (ea9f397)