u/Ill_Swan_4265

vue-toastflow 1.1.9 is out!
▲ 27 r/vuejs

vue-toastflow 1.1.9 is out!

New release of Toastflow, my open-source toast library for Vue 3 and Nuxt. Here's what changed:

API

  • 🎨 CSS variable overrides directly on toasts, inline theming without custom CSS classes
  • 🔘 Boolean prop to show/hide the toast icon per-toast
  • 🖌️ Custom theme support per toast instance

Performance

  • ⚡ Progress bar now uses transform instead of width (GPU composited, no layout thrash)
  • 📱 Mobile: hold to pause progress bar (previously tap, which was awkward)

Fixes

  • Color now cascades correctly to title and description
  • Deep merge in #update, all fields optional since title/description already exist
  • z-index fix so dismissed toasts won't appear above active ones
  • All package.json entrypoints point to dist/ outputs

👨‍💻 GitHub: https://github.com/adrianjanocko/toastflow
🎮 Playground: https://toastflow.top
📕 Docs: https://docs.toastflow.top/guide/live-examples
🆚 Comparisons: https://docs.toastflow.top/comparisons/overview

u/Ill_Swan_4265 — 3 days ago