Skip to content

v1.0.4

Compare
Choose a tag to compare
@smastrom smastrom released this 06 Jul 23:22
· 79 commits to main since this release

Release notes

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