Skip to content

v1.4.2

Compare
Choose a tag to compare
@smastrom smastrom released this 18 Oct 22:36
· 34 commits to main since this release

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.