Skip to content

Releases: zerodevx/svelte-toast

v0.2.1-rc.2

07 Apr 10:22
Compare
Choose a tag to compare
v0.2.1-rc.2 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

https://github.com/zerodevx/svelte-toast/tree/v0.2.1-rc.2

v0.2.1-rc.1

07 Apr 08:36
Compare
Choose a tag to compare
v0.2.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

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

v0.2.0

06 Apr 09:40
Compare
Choose a tag to compare
  • Allow rich HTML in toast messages (#10)
  • Change default --toastHeight to auto (#2)
  • Expose --toastMinHeight CSS var (#11)
  • Expose --toastMsgPadding shorthand CSS var
  • Deprecate --toastFont CSS var

v0.1.4

11 Dec 09:08
Compare
Choose a tag to compare
  • Upgrade tooling.

v0.1.3

18 Oct 19:03
Compare
Choose a tag to compare

v0.1.2

02 Oct 08:34
Compare
Choose a tag to compare
  • Fix progress bar styling for Safari

v0.1.1

29 Sep 16:42
Compare
Choose a tag to compare
  • Expose shorthand CSS vars instead
  • Slight tweaks to default colors

v0.1.0

17 Sep 11:09
Compare
Choose a tag to compare
  • (Almost) feature-complete initial release. :)