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
This update prepares the framework for upcoming SSG (Static Site Generation) support and improves UI stability.
New
- Added type definitions to support the upcoming SSG (Static Site Generation) mode.
Fixes Worth Knowing
- Corrected table pagination range labels for LTR (Left-to-Right) languages.
- Fixed
HasSsrOrSsglogic to correctly default to the SSR (Server-Side Rendering) branch for non-SSR applications.
TL;DR
Quasar apps using Capacitor or Cordova now build correctly, resolving an issue where the www folder wasn’t cleaned before the build process.
Fixes Worth Knowing
Capacitor and Cordova builds now properly clean the www folder before building, preventing potential issues with outdated assets.
TL;DR
Quasar applications using Electron on Windows now function correctly in development mode thanks to a fix for a process execution issue.
Fixes Worth Knowing
Electron applications developed with Quasar on Windows can now be reliably run in development mode; a previous quirk prevented proper execution.
TL;DR
The Quasar CLI has been updated with dependency upgrades and internal modernizations, improving stability and preparing it for future enhancements.
New
The CLI now uses updated dependencies and a modernized internal structure (cli-pkg), resulting in a more robust development experience.
TL;DR
Quasar IconGenie now supports the latest iPhones and iPads for PWA (Progressive Web App) icon generation and improves compatibility with recent Quasar app versions.
New
- IconGenie can now be called directly without relying on the
binfolder, offering more flexibility. - Improved logging and a new package manager utility enhance the development experience.
Fixes Worth Knowing
- Resolved compatibility issues with Quasar App Vite v2 and Quasar App Webpack v4.
- Capacitor mode functionality has been improved.
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 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.