Notiwind Versions Save

A headless Vue 3 notification library to use with Tailwind CSS.

2.0.2

10 months ago
  • Prevent notification to be closed if hovered (#38). Thanks Joao-VictorF!
  • Immediate effect max notifications (#41). Thanks Tamas-hi!

2.0.1

1 year ago
  • Add ability to specify INFINITE_TIMEOUT (#39). Thanks krydos!
  • Update core and example dependencies

2.0.0

1 year ago
  • Rewrite codebase with TypeScript (#29). Thanks nd0ut!
  • Migrate from Rollup to Vite (#29). Thanks nd0ut!
  • Update core and example dependencies

1.2.6

1 year ago
  • Export NotificationGroup and Notification components (#26). Thanks @Jimjam89!
  • Update notify() to return a function allowing the notification to be closed programmatically (#25). Thanks @Jimjam89!
  • Fix bug where a timeout of a dismissed notification can close a new notification prematurely (#25). Thanks @Jimjam89!
  • Update core and example dependencies

1.2.5

2 years ago
  • Update core and example dependencies
  • Update example to use Tailwind 3.0
  • Remove @vue/compiler-sfc (as of vue 3.2.13+ and @vitejs/plugin-vue 1.9.0+ is no longer required as a peer dependency)

1.2.4

2 years ago
  • Update dependencies

1.2.3

2 years ago
  • Update dependencies

1.2.2

2 years ago
  • Update rollup modules

1.2.1

2 years ago
  • Add compatibility with the old component names
  • Update dependencies

1.2.0

2 years ago
  • Include ESM and CommonJS builds
  • Improve notification event system
  • Expose the transition classes as props to support Tailwind's JIT
  • Fix package import issues