- Change type build to vue-tsc and republish
- Set up to build with vite and base everything on typescript
- Export
NotificationGroup
andNotification
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
- 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)
- Update dependencies
- Update dependencies
- Update rollup modules
- Add compatibility with the old component names
- Update dependencies
- Include ESM and CommonJS builds
- Improve notification event system
- Expose the transition classes as props to support Tailwind's JIT
- Fix package import issues
- Remove mitt dependency
- Update example to use the Composition API
- Remove unused dependencies
- Rewrite a small part of the API
- Add support for the Composition API
- Fix incompatibility issues with Vite