Skip to content

v0.2.3

Latest
Compare
Choose a tag to compare
@pheralb pheralb released this 04 Aug 16:17
· 9 commits to main since this release
852938d

✨ What's Changed

  • ⚙️ Accessibility fixes for each notification & for the Action & Close buttons.
  • 🚨 Add .loading variant (docs):
toast.loading({
  text: 'Loading',
  options: {
    promise: yourFunction(),
    success: 'Ready',
    error: 'Error',
    autoDismiss: true,
  },
});
  • 📚 Improved docs, fixed some links & updated Toast examples.