PackageTrack
Sign in Get early access

quasar

Build high-performance Vue.js user interfaces (SPA, PWA, SSR, SSG, Mobile and Desktop) in record time

2.27.0 quasarframework/quasar

What this package is like to depend on

Last release today

25 Aug 2026

Release timing varies

gaps range from 8 days to 4 months

Rarely documented

notes for 7 of 339 stable releases

Nothing withdrawn

no release was ever pulled

11 years old

434 releases · first in 2015

30 releases in the last 12 months

see the full history below

Release timeline

434 releases · Jul 2015 to Aug 2026
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 434
  1. 2.4.12 21 Jan 2022

    Nothing published for this version

  2. 2.4.11 18 Jan 2022

    Nothing published for this version

  3. 2.4.10 15 Jan 2022

    Nothing published for this version

  4. 2.4.9 13 Jan 2022

    Nothing published for this version

  5. 2.4.8 12 Jan 2022

    Nothing published for this version

  6. 2.4.7 11 Jan 2022

    Nothing published for this version

  7. 2.4.6 11 Jan 2022

    Nothing published for this version

  8. 2.4.5 11 Jan 2022

    Nothing published for this version

  9. 2.4.4 08 Jan 2022

    Nothing published for this version

  10. 2.4.3 04 Jan 2022

    Nothing published for this version

  11. 2.4.2 27 Dec 2021

    Nothing published for this version

  12. 2.4.1 25 Dec 2021

    Nothing published for this version

  13. 2.4.0 24 Dec 2021

    Nothing published for this version

  14. 2.3.4 06 Dec 2021

    Nothing published for this version

  15. 2.3.3 19 Nov 2021

    Nothing published for this version

  16. 2.3.2 13 Nov 2021

    Nothing published for this version

  17. 2.3.1 10 Nov 2021

    Nothing published for this version

  18. 2.3.0 06 Nov 2021

    Nothing published for this version

  19. 2.2.4 05 Nov 2021

    Nothing published for this version

  20. 2.2.3 04 Nov 2021

    Nothing published for this version

  21. 2.2.2 29 Oct 2021

    Nothing published for this version

  22. 2.2.1 25 Oct 2021

    Nothing published for this version

  23. 2.2.0 23 Oct 2021

    Nothing published for this version

  24. 2.1.9 21 Oct 2021

    Nothing published for this version

  25. 2.1.8 20 Oct 2021

    Nothing published for this version

  26. 2.1.7 19 Oct 2021

    Nothing published for this version

  27. 2.1.6 19 Oct 2021

    Nothing published for this version

  28. 2.1.5 16 Oct 2021

    Nothing published for this version

  29. 2.1.4 15 Oct 2021

    Nothing published for this version

  30. 2.1.3 14 Oct 2021

    Nothing published for this version

  31. 2.1.2 12 Oct 2021

    Nothing published for this version

  32. 2.1.1 09 Oct 2021

    Nothing published for this version

  33. 2.1.0 16 Sep 2021

    Nothing published for this version

  34. 2.0.4 21 Aug 2021
    Release notes

    Changes

    • material-symbols-outlined -> v367
    • material-symbols-rounded -> v368
    • material-symbols-sharp -> v364
    • Heads up on the Material Symbols upgrade: Google removed the file_map icon upstream, so symOutlinedFileMap, symRoundedFileMap and symSharpFileMap are no longer exported. If you import any of them, switch to another icon before upgrading. The same upgrade adds *DisplayAdd, *DriveFusiontable, *GlobeClock and *TerminalAdd to all three families.

    Donations

    Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If Quasar is useful in your workflow and you want to support ongoing maintenance, please consider the following:

    Open source →
  35. 2.0.3 19 Jul 2021

    Nothing published for this version

  36. 2.0.2 08 Jul 2021
    Release notes

    Changes

    • fix(vite-plugin): client bundle alias with custom Vite modes -> production builds started with a custom mode name (vite build --mode qa, --mode staging, ...) no longer get the dev-server treatment. The plugin picked between aliasing bare quasar imports to the single-file client build and excluding quasar from dep prebundling by comparing Vite's mode against production, but the mode is only an env-file selector. The alias now follows command === 'serve', which is exactly what it was meant for: cutting the number of requests the dev server has to answer. The optimizeDeps.exclude half was dead weight and is gone, since Vite no longer prebundles deps during builds (#17942)

    Donations

    Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If Quasar is useful in your workflow and you want to support ongoing maintenance, please consider the following:

    Open source →
  37. 2.0.1 27 Jun 2021
    Release notes

    Changes

    • fix(vite-plugin): treeshaking with custom Vite modes -> production builds started with a custom mode name (vite build --mode qa, --mode staging, ...) treeshake Quasar imports again. The gate compared Vite's mode against production, but the mode is only an env-file selector, so any custom name silently disabled treeshaking and left bare quasar imports in the production bundle (+22kb min with current quasar, far more on older versions). It now follows isProduction / NODE_ENV, the same way Vite and Vue decide the build flavor; dev serve and Vitest runs are unchanged (#17267)
    • fix(vite-plugin): "untransformable quasar import" warnings -> no more false positives on TypeScript and JSX sources. Those files could not be parsed and fell back to trusting a plain textual pre-filter, so a quasar import shape written inside a string (a documentation snippet, for instance) was reported as a residual import. Sources are now parsed with their actual dialect, and TS type-only imports/exports from quasar -- erased at transpile time -- are no longer flagged either. Internally this also moves off Vite 8's deprecated parseAst onto its OXC-backed parser.

    Donations

    Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If Quasar is useful in your workflow and you want to support ongoing maintenance, please consider the following:

    Open source →
  38. 2.0.0 21 Jun 2021

    Nothing published for this version

  39. 2.0.0-rc.3 16 Jun 2021 pre-release

    Nothing published for this version

  40. 2.0.0-rc.2 12 Jun 2021 pre-release

    Nothing published for this version

  41. 2.0.0-rc.1 06 Jun 2021 pre-release

    Nothing published for this version

  42. 2.0.0-beta.19 26 May 2021 pre-release

    Nothing published for this version

  43. 2.0.0-beta.18 22 May 2021 pre-release

    Nothing published for this version

  44. 2.0.0-beta.17 16 May 2021 pre-release

    Nothing published for this version

  45. 2.0.0-beta.16 12 May 2021 pre-release

    Nothing published for this version

  46. 2.0.0-beta.15 03 May 2021 pre-release

    Nothing published for this version

  47. 2.0.0-beta.14 28 Apr 2021 pre-release

    Nothing published for this version

  48. 2.0.0-beta.13 27 Apr 2021 pre-release

    Nothing published for this version

  49. 2.0.0-beta.12 04 Apr 2021 pre-release

    Nothing published for this version

  50. 2.0.0-beta.11 25 Mar 2021 pre-release

    Nothing published for this version

  51. 2.0.0-beta.10 22 Mar 2021 pre-release

    Nothing published for this version

  52. 2.0.0-beta.9 08 Mar 2021 pre-release

    Nothing published for this version

  53. 2.0.0-beta.8 28 Feb 2021 pre-release

    Nothing published for this version

  54. 2.0.0-beta.7 22 Feb 2021 pre-release

    Nothing published for this version

  55. 2.0.0-beta.6 18 Feb 2021 pre-release

    Nothing published for this version

  56. 2.0.0-beta.5 16 Feb 2021 pre-release

    Nothing published for this version

  57. 2.0.0-beta.4 10 Feb 2021 pre-release

    Nothing published for this version

  58. 2.0.0-beta.3 06 Feb 2021 pre-release

    Nothing published for this version

  59. 2.0.0-beta.2 04 Feb 2021 pre-release

    Nothing published for this version

  60. 2.0.0-beta.1 02 Feb 2021 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive