Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
diecodev
/
qwik-sonner
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
39
Code
Issues
1
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: migrate qwik-sonner to Qwik v2 (beta)
- #15
#15
Draft
diecodev
wants to merge 42 commits into
main
diecodev/qwik-sonner:main
from
v2
diecodev/qwik-sonner:v2
Copy head branch name to clipboard
Conversation
Commits
42
(42)
Checks
Files changed
Draft
feat: migrate qwik-sonner to Qwik v2 (beta)
#15
diecodev
wants to merge 42 commits into
main
diecodev/qwik-sonner:main
from
v2
diecodev/qwik-sonner:v2
Copy head branch name to clipboard
Commits
Commits on Jun 16, 2026
feat: ⬆️ migrate to Qwik v2 beta (@qwik.dev/core / @qwik.dev/router)
Show description for 9faedee
Diego Díaz
authored and
Diego Díaz
committed
9faedee
View commit details
Copy full SHA for 9faedee
Browse repository at this point
docs: 📝 add AI agent guides for Qwik v2 (AGENTS.md + pointers)
Show description for d32138a
Diego Díaz
authored and
Diego Díaz
committed
d32138a
View commit details
Copy full SHA for d32138a
Browse repository at this point
chore: 🗑️ remove outdated cursor rules guidance
diecodev
committed
d1d04c1
View commit details
Copy full SHA for d1d04c1
Browse repository at this point
build: ⬆️ migrate to Vite 8 and rework lib build (ESM-only)
Show description for 50a533a
diecodev
committed
50a533a
View commit details
Copy full SHA for 50a533a
Browse repository at this point
feat!: 🔥 remove dompurify, render title/description as text/JSX
Show description for c91beb2
diecodev
committed
c91beb2
View commit details
Copy full SHA for c91beb2
Browse repository at this point
Commits on Jun 17, 2026
feat: ✨ expand headless toast core, types, icons, and styles
Show description for 5dfac28
diecodev
committed
5dfac28
View commit details
Copy full SHA for 5dfac28
Browse repository at this point
test: ✅ expand e2e suite and update test/website demo harness
Show description for 2d11c7d
diecodev
committed
2d11c7d
View commit details
Copy full SHA for 2d11c7d
Browse repository at this point
build: 🔧 pnpm catalogs, migrate to oxlint/oxfmt, pin Vite 7
Show description for 2218e79
diecodev
committed
2218e79
View commit details
Copy full SHA for 2218e79
Browse repository at this point
build: 🔧 Qwik v2 toolchain, ESM-only lib build, pinned Vite 7
Show description for 656cce4
diecodev
committed
656cce4
View commit details
Copy full SHA for 656cce4
Browse repository at this point
docs: 📝 rewrite agent guidance, README, and v2 backlog
Show description for 809c359
diecodev
committed
809c359
View commit details
Copy full SHA for 809c359
Browse repository at this point
feat(website): ✨ migrate demo site to Qwik Router (v2)
Show description for 74981ba
diecodev
committed
74981ba
View commit details
Copy full SHA for 74981ba
Browse repository at this point
test: ✅ port e2e harness to Qwik Router and expand suite
Show description for 733e906
diecodev
committed
733e906
View commit details
Copy full SHA for 733e906
Browse repository at this point
feat!: ✨ port toast core to Qwik v2 + sonner 2.0.7 parity
Show description for 22e8abb
diecodev
committed
22e8abb
View commit details
Copy full SHA for 22e8abb
Browse repository at this point
fix: 🐛 keep swiped toast sliding off-screen on dismiss
Show description for dac11f6
diecodev
committed
dac11f6
View commit details
Copy full SHA for dac11f6
Browse repository at this point
chore: 🔧 scope oxlint/oxfmt scripts to the whole repo
Show description for c724cf7
diecodev
committed
c724cf7
View commit details
Copy full SHA for c724cf7
Browse repository at this point
fix: 🐛 resolve oxlint errors in test and website workspaces
diecodev
committed
b1648dd
View commit details
Copy full SHA for b1648dd
Browse repository at this point
chore: 🔧 add oxc formatter and format-on-save editor settings
diecodev
committed
c1d2446
View commit details
Copy full SHA for c1d2446
Browse repository at this point
chore: 🔧 enable oxlint file-list debug output in lint script
diecodev
committed
76e7fd0
View commit details
Copy full SHA for 76e7fd0
Browse repository at this point
Commits on Jun 18, 2026
fix: 🐛 animate the first toast's enter transition
Show description for d9df00a
diecodev
committed
d9df00a
View commit details
Copy full SHA for d9df00a
Browse repository at this point
feat: ✨ add topLayer (Popover API) support to Toaster
Show description for 13a4e28
diecodev
committed
13a4e28
View commit details
Copy full SHA for 13a4e28
Browse repository at this point
test: ✅ cover topLayer rendering above native modals
Show description for 334c050
diecodev
committed
334c050
View commit details
Copy full SHA for 334c050
Browse repository at this point
fix: 🐛 use <span> inside copy buttons for valid button content
Show description for f7a496f
diecodev
committed
f7a496f
View commit details
Copy full SHA for f7a496f
Browse repository at this point
feat: ✨ accept Signals on Toaster position, theme, richColors & dir
Show description for d3752b6
diecodev
committed
d3752b6
View commit details
Copy full SHA for d3752b6
Browse repository at this point
chore: 🔧 migrate website SSR entry to createRenderer
Show description for 59ab4ac
diecodev
committed
59ab4ac
View commit details
Copy full SHA for 59ab4ac
Browse repository at this point
docs: 📝 add documentation site
Show description for 66d1622
diecodev
committed
66d1622
View commit details
Copy full SHA for 66d1622
Browse repository at this point
feat: ✨ add installation commands and package manager selection to documentation
diecodev
committed
e6ebebe
View commit details
Copy full SHA for e6ebebe
Browse repository at this point
feat: ✨ enhance CodeBlock component to accept additional props for styling
diecodev
committed
d5d23e8
View commit details
Copy full SHA for d5d23e8
Browse repository at this point
chore: 🔧 untrack todos.md (local-only)
Show description for b55b2fd
diecodev
committed
b55b2fd
View commit details
Copy full SHA for b55b2fd
Browse repository at this point
ci: 👷 add shared setup action and full CI gate
Show description for 744d9c4
diecodev
committed
744d9c4
View commit details
Copy full SHA for 744d9c4
Browse repository at this point
ci: 🔒 gate release on CI and publish via Trusted Publishing
Show description for 40abd0d
diecodev
committed
40abd0d
View commit details
Copy full SHA for 40abd0d
Browse repository at this point
ci: 🔥 remove unused website deploy workflow
diecodev
committed
2e74620
View commit details
Copy full SHA for 2e74620
Browse repository at this point
ci: 🏷️ publish prereleases under their dist-tag
Show description for f23dab4
diecodev
committed
f23dab4
View commit details
Copy full SHA for f23dab4
Browse repository at this point
chore: release v2.0.0-beta.1
diecodev
committed
7d2ef2e
View commit details
Copy full SHA for 7d2ef2e
Browse repository at this point
fix: 🐛 drop @qwik.dev/router and SSR harness from the library
Show description for eb96343
diecodev
committed
eb96343
View commit details
Copy full SHA for eb96343
Browse repository at this point
fix: 🐛 subscribe Toaster on qinit so toasts render in WebKit
Show description for ad279cf
diecodev
committed
ad279cf
View commit details
Copy full SHA for ad279cf
Browse repository at this point
ci: 🐛 scope Playwright browser cache per matrix browser
Show description for 310a91a
diecodev
committed
310a91a
View commit details
Copy full SHA for 310a91a
Browse repository at this point
Commits on Jul 31, 2026
build(website): 🚀 add Deno server entry for Deno Deploy
diecodev
committed
c08c84b
View commit details
Copy full SHA for c08c84b
Browse repository at this point
fix(website): 🌐 point SSG origin and OG meta at qwik-sonner.dieco.dev
diecodev
committed
b6ba32e
View commit details
Copy full SHA for b6ba32e
Browse repository at this point
ci: ⬆️ bump actions/checkout, setup-node and cache
diecodev
committed
3c87e28
View commit details
Copy full SHA for 3c87e28
Browse repository at this point
ci(website): 🚀 deploy website to the new Deno Deploy on push to v2
diecodev
committed
9015f2c
View commit details
Copy full SHA for 9015f2c
Browse repository at this point
fix(deploy): update DENO_DEPLOY_ORG to diecodev-ea in workflow
diecodev
committed
4c46d61
View commit details
Copy full SHA for 4c46d61
Browse repository at this point
chore: remove deprecated deploy workflow for Deno Deploy
diecodev
committed
7c30c22
View commit details
Copy full SHA for 7c30c22
Browse repository at this point
You can’t perform that action at this time.