Releases: nandi95/vue-toastify
Releases · nandi95/vue-toastify
v2.1.0
v2.1.0 15/03/2025
Chore:
- Add a missing build step
- Convert toast container to setup for better type inference @ZachHaber in #55
Fix:
- fix typings internal to the package/demo @ZachHaber in #53
- fix toast sizing issue on chrome @ZachHaber in #58
- fix logic for getting title - respect defaultTitle setting
- added
enableHtmlInterpretation
flag enabling v-html input for the body and icon (xss risk) @ZachHaber in #57 - fix text legibility issue on theme generator
- fix centering issue on small screens
Feature:
- Add JSX support for body and icon @ZachHaber in #52
- updated dependencies
- added some a11y attributes
- allow overwriting built in methods with
customNotifications
Full Changelog: v2.0.1...v2.1.0
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