Skip to content

Releases: nandi95/vue-toastify

Release v2.0.1

11 Sep 09:19
9d2748d
Compare
Choose a tag to compare

Missed the build step in publish action 🤦

Full Changelog: v2.0.0...v2.0.1

Release v2.0.0

11 Sep 09:06
af8449f
Compare
Choose a tag to compare

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

29 Nov 18:52
Compare
Choose a tag to compare

Feature:

  • Add JSX body support (#43).
  • Add type definitions to the project (#44).

Release v2.0.0-alpha.2

05 Aug 13:21
b41285a
Compare
Choose a tag to compare

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

16 Apr 19:58
Compare
Choose a tag to compare
Pre-release

Alpha release

First release supporting vue 3