You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update plugin's type. It now gives autocompletion and Intellisense which was not retained before due to previous interface imported from vue.
Added Intellisense comments to plugin config type properties.
Increased default timeout increment from 800 to 1200ms. This is summed to the remaining time every time timeouts are resumed due to hover out or tab re-focus.
Removed class property from notivue's config object which was already not supported and unused since v1.
Removed blur filter from leave animation which caused lags on Chrome on Android.
Removed an optical CSS correction applied to Notification's title and message elements.
Added CSS font-size: var(--nv-message-size) rule for Notification's close button. Useful if emojis or strings are used in place of SVG icons.
Forced Notification's icons height to match --nv-icon-width which caused some inconsistencies on Safari.