Releases: emilkowalski/sonner
Releases · emilkowalski/sonner
v2.0.7
Sonner now supports multiple <Toaster />
components, see more here.
What's Changed
- feat: add testId prop for individual toast components by @b-like-bahar in #660
- feat(toaster): add support for multiple toasters with unique identifiers by @taroj1205 in #665
- fix: tests by @emilkowalski in #677
New Contributors
- @b-like-bahar made their first contribution in #660
- @taroj1205 made their first contribution in #665
Full Changelog: v2.0.6...v2.0.7
v2.0.6
What's Changed
- chore: upgrade pnpm to v9 to fix lockfileVersion mismatch by @metacode22 in #658
- fix: right click event swallowing by @emilkowalski in #661
New Contributors
- @metacode22 made their first contribution in #658
Full Changelog: v2.0.5...v2.0.6
v2.0.5
Main goal of this update is to fix css import.
What's Changed
- update bunchee by @emilkowalski in #650
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- chore: remove lift interaction by @emilkowalski in #644
- fix: ensure
onDismiss
fires correctly by @emilkowalski in #645 - fix: react to custom toast height changes by @emilkowalski in #646
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- chore: Don't show toast buffers when not expanded. by @emilkowalski in #614
- feat: inherit color for description when rich colors is
true
by @emilkowalski in #615
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- fix: isExtendedResult. Check if promiseData is an object and not a valid React Element by @diegotraid in #595
- fix: toast.dismiss without an id doesn't dismiss by @emilkowalski in #609
- feat: allow to fully hide icons with null by @emilkowalski in #610
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- fix: flush sync error by @emilkowalski in #586
- fix: allow users to select text after swipe gesture by @emilkowalski in #587
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Mostly bug fixes, see more at https://sonner.emilkowal.ski/getting-started.
What's Changed
- sonner v2.0 by @emilkowalski in #558
Full Changelog: v.2.0.0-beta.1...v2.0.0
v2.0.0-beta.3
You can try the beta version by installing Sonner like this:
pnpm add sonner@2.0.0-beta.3
What's Changed
- chore: remove deprecated props by @emilkowalski in #577
- feat: drag damping by @emilkowalski in #578
- Enhance Promise to support ExternalToast propertiesfeat: Promise enhancement to allow ExternalToast props by @diegotraid in #547
- fix: make promises work with new Error by @emilkowalski in #579
- chore: Hide the close button when toastType is loading by @ynng3 in #516
- fix close button aria labels by @mirorauhala in #490
- fix: error promise test by @emilkowalski in #580
New Contributors
- @diegotraid made their first contribution in #547
- @ynng3 made their first contribution in #516
- @mirorauhala made their first contribution in #490
Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3
v2.0.0-beta.2
You can try the beta version by installing Sonner like this:
pnpm add sonner@2.0.0-beta.2
What's Changed
- chore: update toast lifetime by @emilkowalski in #570
- build: use bunchee by @huozhi in #561
- fix: failing tests by @emilkowalski in #572
- fix: unstyled prop not being applied to all elements by @emilkowalski in #573
- fix: inability to remove a toast that has just been created by @emilkowalski in #574
- fix: close button background is transparent by @emilkowalski in #575
- chore: bring back lift on hover by @emilkowalski in #576
Full Changelog: v.2.0.0-beta.1...v2.0.0-beta.2