Releases: nandi95/vue-toastify
Releases · nandi95/vue-toastify
Release v2.0.1
Missed the build step in publish action 🤦
Full Changelog: v2.0.0...v2.0.1
Release v2.0.0
Performance:
- BREAKING: removed include of all styles by default. You now have to import the base styles AND the theme you want to use.
- Add
will-change
for transitioning toasts too. - Added separate exports for composables.
Fix:
- Fixed toast might stay on screen if the duration is very low.
Chore:
- Fixed eslint issues.
- Updated dependencies.
- Updated demo app styling.
- Documented nuxt usage.
Release 0.19.0
Release v2.0.0-alpha.2
Fix:
- Fix pauseOnHover issue
- Toast still got dismissed when hovering and the progress bar halting when the time was up
Demo site changes:
- Display numbers in status display
- Add logical toggle disables
- Styling an layout fixes of app
Chores:
- Increment version
- add gitignore entry
- update daisy-ui
Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.2
Release v2.0.0-alpha.1
Alpha release
First release supporting vue 3