Skip to content

Releases: zerodevx/svelte-toast

v0.9.5

02 Jul 07:37
Compare
Choose a tag to compare
  • Improve accessibility (fixes #85)
  • Some tooling updates

v0.9.4

23 Jun 15:44
Compare
Choose a tag to compare
  • Add Svelte v4 support (#83)

v0.9.3

25 Mar 19:39
Compare
Choose a tag to compare
  • Fix webpack module resolution (#71)

v0.9.2

27 Feb 14:29
Compare
Choose a tag to compare
  • Fix UMD build (#67)

v0.9.1

27 Feb 13:00
Compare
Choose a tag to compare
  • Update some tooling internals

v0.9.0

24 Feb 09:53
Compare
Choose a tag to compare

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.

v1.0.0-rc.1

30 Nov 12:24
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

⚠️ 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.

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

v0.8.2

08 Nov 11:59
Compare
Choose a tag to compare
  • Fix custom SVG button in demo (#58)

v0.8.1

05 Nov 09:01
Compare
Choose a tag to compare
  • Refactor visibilitychange logic to play nice with SSR (fixes #56)

v0.8.1-rc.1

03 Nov 20:32
Compare
Choose a tag to compare
v0.8.1-rc.1 Pre-release
Pre-release
# This is a release candidate. To take it for a spin, install with `@next` tag: 
$ npm i -D @zerodevx/svelte-toast@next

v0.8.0...v0.8.1-rc.1