Skip to content

Releases: nandi95/vue-toastify

v2.1.0

15 Mar 08:29
v2.1.0
18c8daf
Compare
Choose a tag to compare

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

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