Skip to content

v2.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jun 22:02
· 0 commits to main since this release

   🚨 Breaking Changes

  • 🔥 remove dompurify, render title/description as text/JSX  -  by @diecodev (c91be)
  • ✨ port toast core to Qwik v2 + sonner 2.0.7 parity  -  by @diecodev (22e8a)

   🚀 Features

  • ⬆️ migrate to Qwik v2 beta (@qwik.dev/core / @qwik.dev/router)  -  by Diego Díaz (9faed)
  • ✨ expand headless toast core, types, icons, and styles  -  by @diecodev (5dfac)
  • ✨ add topLayer (Popover API) support to Toaster  -  by @diecodev (13a4e)
  • ✨ accept Signals on Toaster position, theme, richColors & dir  -  by @diecodev (d3752)
  • ✨ add installation commands and package manager selection to documentation  -  by @diecodev (e6ebe)
  • ✨ enhance CodeBlock component to accept additional props for styling  -  by @diecodev (d5d23)
  • website: ✨ migrate demo site to Qwik Router (v2)  -  by @diecodev (74981)

   🐞 Bug Fixes

  • 🐛 keep swiped toast sliding off-screen on dismiss  -  by @diecodev (dac11)
  • 🐛 resolve oxlint errors in test and website workspaces  -  by @diecodev (b1648)
  • 🐛 animate the first toast's enter transition  -  by @diecodev (d9df0)
  • 🐛 use inside copy buttons for valid button content  -  by @diecodev (f7a49)
  • 🐛 drop @qwik.dev/router and SSR harness from the library  -  by @diecodev (eb963)
  • 🐛 subscribe Toaster on qinit so toasts render in WebKit  -  by @diecodev (ad279)
    View changes on GitHub