svelte-sonner

An opinionated toast component for Svelte. A port of @emilkowalski's sonner.

MIT License

Stars
656
Committers
18

Bot releases are visible (Hide)

svelte-sonner - v0.3.27 Latest Release

Published by github-actions[bot] 3 months ago

Patch Changes

  • 793f333: fix: self-closing elements
svelte-sonner - v0.3.26

Published by github-actions[bot] 3 months ago

Patch Changes

  • 1836b26: Add license
svelte-sonner - v0.3.25

Published by github-actions[bot] 4 months ago

Patch Changes

  • a9e6f9c: fix: Svelte 5 peer dep
svelte-sonner - v0.3.24

Published by github-actions[bot] 6 months ago

Patch Changes

  • 52a09f2: fix: animate manually dismissed toasts
svelte-sonner - v0.3.23

Published by github-actions[bot] 6 months ago

Patch Changes

  • 3903d66: feat: exported Icon and Loader component
  • 771223b: fix: dark mode for close button
  • f031fa4: fix: safari 13 support for matchmedia event listener
svelte-sonner - v0.3.22

Published by github-actions[bot] 6 months ago

Patch Changes

  • 24fa4f2: fix: remove action button styling when unstyled is true
svelte-sonner - v0.3.21

Published by github-actions[bot] 7 months ago

Patch Changes

  • 65cb045: fix: height calculation for updated toasts
svelte-sonner - v0.3.20

Published by github-actions[bot] 7 months ago

Patch Changes

  • e3ec6c7: fix: blurry toasts, heights store
svelte-sonner - v0.3.19

Published by github-actions[bot] 8 months ago

Patch Changes

  • fee33b7: fix: multi-line promises height
svelte-sonner - v0.3.18

Published by github-actions[bot] 8 months ago

Patch Changes

  • 379d307: fix: blurry toasts
svelte-sonner - v0.3.17

Published by github-actions[bot] 8 months ago

Patch Changes

  • 074220c: feat: make icons customizable
svelte-sonner - v0.3.16

Published by github-actions[bot] 8 months ago

Patch Changes

  • 40b42e2: fix: rtl styling
svelte-sonner - v0.3.15

Published by github-actions[bot] 8 months ago

Patch Changes

  • 26fc332: fix: toasts dismissing at the same time
svelte-sonner - v0.3.14

Published by github-actions[bot] 9 months ago

Patch Changes

  • ea6f527: fix: class toast option not applied to toasts
svelte-sonner - v0.3.13

Published by github-actions[bot] 9 months ago

Patch Changes

  • 877e513: fix: prevent action button shrinking
svelte-sonner - v0.3.12

Published by github-actions[bot] 9 months ago

Patch Changes

  • 6a59c2c: fix: add back missing duration prop to Toaster
svelte-sonner - v0.3.11

Published by github-actions[bot] 10 months ago

Patch Changes

  • 8c220f8: fix: toast dismissing immediately after update
svelte-sonner - v0.3.10

Published by github-actions[bot] 10 months ago

Patch Changes

  • 23d87bc: Custom components properties propagation when it is used in toast of predefined types.
svelte-sonner - v0.3.9

Published by github-actions[bot] 10 months ago

Patch Changes

  • c997d85: fix: toasts being dismissed early & add clientWritable
svelte-sonner - v0.3.8

Published by wobsoriano 10 months ago

Leverage built-in Svelte stores, rather than implementing a custom observer - https://github.com/wobsoriano/svelte-sonner/pull/28

Thanks @huntabyte!