Never miss a release that matters
AI-powered summaries of every GitHub release.
AI Summaries
Changelogs condensed into clear, actionable insights.
Always Free
Track up to 5 packages at no cost, forever.
Weekly Digest
A curated summary of every release, delivered weekly.
TL;DR
Quasar now correctly installs and resolves packages with tags like @beta, improving compatibility with prerelease versions of Addon Ecosystem (AE) packages.
Fixes Worth Knowing
Quasar now correctly resolves Addon Ecosystem (AE) packages and scripts when installing tagged versions (e.g., @beta).
TL;DR
Quasar now requires Node.js v22.22+ and has modernized its codebase for improved performance, dropping support for older Quasar projects and dependencies.
Breaking
- Requires Node.js v22.22+ (minimum version)
- Dropped support for
@quasar/appand@quasar/app-webpack(legacy project types) servecommand proxy configuration (API request redirection) now uses a new format withhono/proxy.
New
- Support for
@quasar/app-vitev3 projects (next-generation build tool) - Added
--no-coloroption to all commands (terminal output formatting)
Fixes Worth Knowing
- Improved handling of browser opening failures (during development)
- Resolved issues with the CLI help menu (command list)
- Corrected
stdiohandling (input/output streams)
Before You Upgrade
- Update your Node.js version to v22.22 or higher.
- If using the
servecommand with a proxy, update your proxy configuration file to the newhono/proxyformat.
TL;DR
Quasar’s underlying build process has been modernized, improving performance and maintainability.
New
The Vite plugin has been updated with a modernized codebase, resulting in a more efficient development experience. (Vite is a build tool)
TL;DR
Quasar CLI now requires Node.js 20.20 or higher and updates its proxy configuration to be compatible with recent http-proxy-middleware changes.
Breaking
- Node.js >= 20.20 is required. (Minimum version)
- Proxy rules need updating. (For
quasar servewith proxies)
Fixes Worth Knowing
- Security updates were applied. (Improved SSL certificate handling)
TL;DR
Quasar now fully supports the latest Vue Router v5 specifications, ensuring compatibility with recent router updates and improvements.
Fixes Worth Knowing
- Fixed an issue where the
browsertarget type wasn’t correctly configured, resolving build problems for some projects. - Reverted to Express v4 to prevent conflicts with Webpack, restoring functionality to Server-Side Rendering (SSR) mode.
- Security updates were applied to Babel and SSL certificate dependencies.
TL;DR
Quasar now supports Vue Router v5, enabling developers to use the latest features and improvements in the popular routing library (routing package).
New
- The
preparecommand now includes a--silentoption for cleaner output during builds. - Improved support for Capacitor (mobile app building) within pnpm monorepos.
Fixes Worth Knowing
- Resolved an issue with outdated links in the Electron Builder configuration, ensuring proper desktop app builds.
TL;DR
Quasar v1 now supports more date formats (Persian and Chinese) and offers greater control over component event handling via a new “behavior” API (event propagation).
New
- Date Format Support: Added Persian and Chinese calendar displays to the
QDatecomponent. - Event Propagation: Introduced a “behavior” API prop to propagate native events on most components, increasing flexibility.
- QUploader Enhancements:
QUploadercan now upload raw files.
Fixes Worth Knowing
- Resolved issues with
QDatepadding andQScrollAreathumb cursors. - Fixed layout problems with
QExpansionItemlabels andQDrawericons. - Corrected styling issues in
QInputandQSelect(dense mode). - Improved RTL support for several components.
Before You Upgrade
Test event handling in your components after upgrading to ensure the new “behavior” API doesn’t introduce unexpected changes.
TL;DR
Quasar’s button component now correctly handles loading states without resizing, and several fixes improve stability across browsers and components like autocomplete and date pickers.
New
- Override QSelect option popover behavior.
- Prevent q-btn loading state from resizing the button.
Fixes Worth Knowing
- Resolved NaN errors in IE and iOS 6.
- Fixed issues with QAutocomplete input access.
- Corrected problems with the code button in QEditor (rich text editor).
- Improved slider/range dragging functionality.
- Addressed QInput sizing issues in Firefox.
- Fixed issues with QDatetimePicker scrolling.
- Resolved QInfiniteScroll event listener issues.
- Corrected issues with QChip and QTooltip.
- Fixed issues with QBtnToggle disabling.
- Corrected issues with
formatDatelocalization. - Fixed issues with
opts.expiresin cookies plugin.