Releases: emilkowalski/sonner
v.2.0.0-beta.1
Beta of version 2.0
No real breaking changes, mostly bug fixes. Run the command bellow if you want to try it out.
pnpm add sonner@2.0.0-beta.1
I have also updated the styling docs with more information and the recommended method:
https://sonner.emilkowal.ski/styling
What's Changed
- fix: swallowed mouseUp event by @emilkowalski in #550
- refactor: remove unstyled prop by @emilkowalski in #557
- fix: allow toats to grow properly by @emilkowalski in #559
- chore: rename data-theme to data-sonner-theme by @emilkowalski in #560
- fix: toast removal in strict mode by @emilkowalski in #563
- refactor: maintain default styles when custom by @emilkowalski in #564
- fix: check for promise properly by @emilkowalski in #565
- chore: horizontal swiping improvements by @emilkowalski in #566
- chore: improve rich colors by @emilkowalski in #567
- chore: improve base colors by @emilkowalski in #568
- chore: remove lift interaction, decrease default gap by @emilkowalski in #569
Full Changelog: v1.7.3...v.2.0.0-beta.1
v1.7.3
What's Changed
- fix: swipe test by @emilkowalski in #545
- fix: useSonner hook by @emilkowalski in #549
Full Changelog: v.1.7.2...v1.7.3
v.1.7.2
What's Changed
You can now customize offsets more easily & swipe to the right/left as well.
- Utilize ref in Toaster by @rostero1 in #536
- fix: dark mode for close button by @hunterrmartinn in #531
- fix: inability to update toast duration dynamically #529 by @hqw567 in #533
- fix: next build error by @emilkowalski in #538
- fix: tests by @emilkowalski in #539
- fix: hydration warning by @emilkowalski in #540
- feat: add options to configure offsets on mobile by @CHC383 in #526
- feat: enhanced offset settings by @emilkowalski in #542
- refactor: remove cn function by @emilkowalski in #543
- feat: add more swipe directions by @emilkowalski in #544
New Contributors
- @rostero1 made their first contribution in #536
- @hqw567 made their first contribution in #533
- @CHC383 made their first contribution in #526
Full Changelog: v1.7.1...v.1.7.2
v1.7.1
New Docs
Updated docs: https://sonner.emilkowal.ski/getting-started
What's Changed
- Fix top position swipe direction by @hunterrmartinn in #513
- fix: styles.css is not declared in package.json by @molvqingtai in #508
New Contributors
- @hunterrmartinn made their first contribution in #513
- @molvqingtai made their first contribution in #508
Full Changelog: 1.7.0...v1.7.1
1.7.0
What's Changed
Majority of the updates are in https://github.com/emilkowalski/sonner/releases/tag/v1.6.1
- feat: improve lift animation, better swiping UX by @emilkowalski in #507
Full Changelog: v1.6.1...1.7.0
v1.6.1
Thank you.
Thank you for using this library. This one contains a lot improvements, it also improves the animations a bit.
I released 1.6.0 and 1.6.1 right after, because I didn't build the package properly. You should use 1.6.1.
What's Changed
- Allow dismissing toasts with id = 0 by @MrFlashAccount in #442
- fix toast timer by @emilkowalski in #458
- fix: add "main" entry to package.json by @adamhenson in #457
- fix: missing exported types by @alex-mcgovern in #459
- Fix dependency array by @emilkowalski in #461
- fix: reverse left position on mobile
rtl
by @zaaakher in #453 - Allow awaiting
toast.promise
by @ajmnz in #462 - feat: add support for custom close icon by @alexandernanberg in #481
- update API reference for toast() by @plbstl in #471
- fix: allow React.js v19 in peerDependencies by @theoludwig in #493
- feat: allow ref forwarding for
Toaster
by @freshgiammi in #491 - fix: support dark mode for safari < 14 using matchMedia().addListener by @yunsteel in #495
- feat: support show react element from react server function by @himself65 in #492
- Include styles.css in dist by @kevlened in #446
- fix: implement loader class from config by @joewinger in #489
- fix: remove repeat effect hook to resolve mix up by @Tzyito in #392
- Fix inability to prevent toast from closing on action button click by @iuriiiurevich in #484
- fix: incorrect stacking by @emilkowalski in #499
- chore: remove templates by @emilkowalski in #500
- fix: incorrect timer on hover by @emilkowalski in #501
- feat: allow to pass custom elements to title and description by @emilkowalski in #502
- fix: turn section into live region #306 by @tricinel in #436
- docs: remove important property from docs by @emilkowalski in #503
- fix: background for close button by @emilkowalski in #504
- feat: improve swiping by @emilkowalski in #505
- feat: lift the toasts when hoevered for a better feel by @emilkowalski in #506
New Contributors
- @MrFlashAccount made their first contribution in #442
- @adamhenson made their first contribution in #457
- @alex-mcgovern made their first contribution in #459
- @alexandernanberg made their first contribution in #481
- @plbstl made their first contribution in #471
- @theoludwig made their first contribution in #493
- @freshgiammi made their first contribution in #491
- @yunsteel made their first contribution in #495
- @kevlened made their first contribution in #446
- @joewinger made their first contribution in #489
- @Tzyito made their first contribution in #392
- @iuriiiurevich made their first contribution in #484
- @tricinel made their first contribution in #436
Full Changelog: v.1.5.0...v1.6.1
v.1.5.0
3x smaller bundle size and other improvements, thank you for all the contributions!
What's Changed
- fix: apply classnames when using toast[type] by @Kinbaum in #383
- fix: rendering of
ReactNode
descriptions by @peetzweg in #387 - feat(#414): allow individual toasts to opt into richColor styling by @nicksrandall in #415
- export ToasterProps type by @Sam-Apostel in #400
- feat: updates toast action/cancel property type/handlers by @6thpath in #398
- Get history of Toast by @dharanish-v in #266
- Fix tests by @emilkowalski in #424
- Remove dom purify to reduce bundle size by @emilkowalski in #439
- Add hooks to show active toasts by @rizqitsani in #418
- Pause timer if toast appears when the document is hidden by @pytnik23 in #426
- fix(toaster): fix typo by @Willem-Jaap in #368
- chore(docs): include a section about persisting toasts by @zaaakher in #430
- Handle async functions in
toast.promise
results by @ajmnz in #389 - fix build by @emilkowalski in #440
New Contributors
- @peetzweg made their first contribution in #387
- @nicksrandall made their first contribution in #415
- @Sam-Apostel made their first contribution in #400
- @6thpath made their first contribution in #398
- @dharanish-v made their first contribution in #266
- @pytnik23 made their first contribution in #426
- @Willem-Jaap made their first contribution in #368
- @zaaakher made their first contribution in #430
Full Changelog: v.1.4.41...v.1.5.0
v1.4.41
What's Changed
- [Docs]: Render toast on page load by @luis-viegas in #363
- fix: unmount custom loading icon correctly by @wbsdickson in #365
- HTML content sanitization and parsing for html tags inside toast by @borisadamyan in #350
- feat: add classNames for content/icon elements by @Kinbaum in #372
- fix: dynamic mobile width based on
--mobile-offset
by @atsixian in #371 - Decrease specificity by @emilkowalski in #377
- fix: toast not displaying when
Toaster.duration
is set to Infinity by @atsixian in #373 - fix:
Toaster.gap
doesn't work by @atsixian in #375 - allow to pass jsx to actions by @emilkowalski in #379
New Contributors
- @luis-viegas made their first contribution in #363
- @wbsdickson made their first contribution in #365
- @borisadamyan made their first contribution in #350
- @Kinbaum made their first contribution in #372
- @atsixian made their first contribution in #371
Full Changelog: v1.4.3...v.1.4.41
v1.4.3
What's Changed
- Replace icons in a promise correctly by @emilkowalski in #352
- Display loading icon for loading toast by @emilkowalski in #359
Full Changelog: v1.4.1...v1.4.3
v1.4.1
What's Changed
You can now customize icons from <Toaster />
, this was announced in the previous version, but was reverted afterwards. Sorry about that!
- Update README.md by @emilkowalski in #318
- Allow to style all unstyled toasts with the default prop by @emilkowalski in #324
- Allow users to customize icons from toaster by @emilkowalski in #325
- feature: custom cn function by @jzxhuang in #310
- Fix blurry appearance by @emilkowalski in #336
- Add hooks to show active toasts by @rizqitsani in #347
- Removed an extra space by @akshar-dave in #344
New Contributors
- @rizqitsani made their first contribution in #347
- @akshar-dave made their first contribution in #344
Full Changelog: v1.4.0...v1.4.1