v1.4.2
Release notes
What's new
Notivue, NotivueKeyboard - Both exported components are now wrapped in a ClientOnly
component by default. Before this release, this was only applied to the Nuxt module auto-imported components.
Provenance Statements - Notivue is now published via GitHub actions using provenance statements introduced by NPM this month in order to improve supply-chain security and transparency.
What's changed
Notivue Core - Configuration properties have been converted from shallow refs to refs. This reduces a bit the bundle size and removes the requirement of calling triggerRef
when updating nested properties such as config.notifications.global
.
Nuxt Module - Streamlined type modules declaration and removed client-only versions of Notivue and NotivueKeyboard as they're now unneccessary.
NotivueKeyboard - Lowered the default value of maxAnnouncements
prop from 3 to 2.
Package - The bundled output now only includes JavaScript APIs not greater than ES2015.