✨ 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.