svelte-toast

Simple elegant toast notifications

ISC License

Downloads
58.6K
Stars
801
Committers
17

Bot releases are visible (Hide)

svelte-toast - v0.9.5 Latest Release

Published by zerodevx over 1 year ago

  • Improve accessibility (fixes #85)
  • Some tooling updates
svelte-toast - v0.9.4

Published by zerodevx over 1 year ago

  • Add Svelte v4 support (#83)
svelte-toast - v0.9.3

Published by zerodevx over 1 year ago

  • Fix webpack module resolution (#71)
svelte-toast - v0.9.2

Published by zerodevx over 1 year ago

  • Fix UMD build (#67)
svelte-toast - v0.9.1

Published by zerodevx over 1 year ago

  • Update some tooling internals
svelte-toast - v0.9.0

Published by zerodevx over 1 year ago

Sorry this took some time.

v0.9 introduces a big tooling upgrade to svelte-package to better keep in sync with any changes in the Svelte ecosystem. Consequently, compiled packages (for non-Svelte consumers) are moved to a separate /dist endpoint. This distinction helps the package work with virtually any permutation of environment setup.

Under the hood, we added better type safety, moved away from handwritten ts.d to generated ones, and performed a slight code refactor/cleanup.

  • Tooling upgrade (fixes #62, #60)
  • New way to remove all toasts from a particular container target (fixes #32, #31)
  • BREAKING: new import endpoint for non-Svelte consumers
svelte-toast - v1.0.0-rc.1

Published by zerodevx almost 2 years ago

⚠️ IMPORTANT NOTICE!
Install this component if you're using the latest SvelteKit. That's because of a breaking change that landed there. Background of the issue here. Track progress as we work towards v1 here.

https://github.com/zerodevx/svelte-toast/compare/v0.8.2...v1.0.0-rc.1

Edit: resolved from v0.9 onwards. SvelteKit users should switch back to @latest stable:

$ npm i -D @zerodevx/svelte-toast@latest
svelte-toast - v0.8.2

Published by zerodevx almost 2 years ago

  • Fix custom SVG button in demo (#58)
svelte-toast - v0.8.1

Published by zerodevx almost 2 years ago

  • Refactor visibilitychange logic to play nice with SSR (fixes #56)
svelte-toast - v0.8.1-rc.1

Published by zerodevx almost 2 years ago

# This is a release candidate. To take it for a spin, install with `@next` tag: 
$ npm i -D @zerodevx/svelte-toast@next

https://github.com/zerodevx/svelte-toast/compare/v0.8.0...v0.8.1-rc.1

svelte-toast - v0.8.0

Published by zerodevx about 2 years ago

  • Add feature pause/resume toast on visibilitychange (#50)
  • Allow some dismiss button customisations (#54)
  • Hopefully improve the docs (#43, #38)
  • Update dependencies
svelte-toast - v0.7.3-rc.2

Published by zerodevx about 2 years ago

# This is a release candidate. To take it for a spin, install with `@next` tag: 
$ npm i -D @zerodevx/svelte-toast@next

https://github.com/zerodevx/svelte-toast/compare/v0.7.3-rc.1...v0.7.3-rc.2

svelte-toast - v0.7.3-rc.1

Published by zerodevx about 2 years ago

# This is a release candidate. To take it for a spin, install with `@next` tag: 
$ npm i -D @zerodevx/svelte-toast@next

https://github.com/zerodevx/svelte-toast/compare/v0.7.2...v0.7.3-rc.1

svelte-toast - v0.7.2

Published by zerodevx over 2 years ago

  • Add subscribe typescript definitions (fixes #45)
svelte-toast - v0.7.1

Published by zerodevx over 2 years ago

  • Expose CSS var --toastContainerZIndex (#39)
svelte-toast - v0.7.0

Published by zerodevx over 2 years ago

svelte-toast - v0.7.0-rc.1

Published by zerodevx over 2 years ago

# This is a release candidate. To take it for a spin, install with `@next` tag: 
$ npm i -D @zerodevx/svelte-toast@next

https://github.com/zerodevx/svelte-toast/tree/v0.7.0-rc.1

svelte-toast - v0.6.3

Published by zerodevx almost 3 years ago

  • Add role="status" attribute to improve accessibility (#33)
  • Update dependencies
svelte-toast - v0.6.2

Published by zerodevx about 3 years ago

  • Fix typescript definitions for custom components (#30)
svelte-toast - v0.6.1

Published by zerodevx about 3 years ago

  • Fix onpop() not called when toast popped programmatically (#28)