Vue Notifications Versions Save

Vue.js agnostic library for non-blocking notifications

v1.0.2

4 years ago

Updated deps

v1.0.0

5 years ago

Changes:

  • Re-writed with typescript (added types)
  • Dropped support of vue v1
  • Dropped support of old browsers
  • Dropped support of bower

v0.9.3

5 years ago

Fixes:

  • Security improvements

v0.9.2

5 years ago

Minor updates and fixes

v0.9.0

6 years ago

Changed

  • VueNotifications.type replaced with VueNotifications.types;

Added

  • Added VueNotifications.setPluginOptions(options) to allow change plugin options dynamically;
  • Examples;

Fixed:

  • Docs

v0.8.2

6 years ago

Added

  • Added documentation

Fixed

  • npmignore
  • Removed comments from dist/ folder

v0.8.1

6 years ago

Fixed:

  • Fixed method's names conflicts when the same component used more than once #20