Skip to content

v2.0.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@Maronato Maronato released this 27 Nov 15:54
· 28 commits to next since this release

🚀 New Features

  • Toast interfaces are global by default: Toasts created with the app.use(Toast) plugin will be bound to a global event listener by default, meaning that all that is needed to use toasts outside of components is to call useToast (#152 )