From 7274f3da0d828771b57efd0723922bdffda82d84 Mon Sep 17 00:00:00 2001 From: rstoenescu Date: Tue, 7 May 2024 10:45:12 +0000 Subject: [PATCH] Generated release notes for Quasar packages Triggered by: manual execution --- release-notes/v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/v2.json b/release-notes/v2.json index c9a997a..75b02ff 100644 --- a/release-notes/v2.json +++ b/release-notes/v2.json @@ -1 +1 @@ -{"quasar":[{"version":"2.16.1","date":"2024-05-07T08:18:49Z","body":"

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.16.0","date":"2024-05-06T16:01:46Z","body":"

New

\n

Converted “quasar” package internal build system to ESM (built dist/*.js are now renamed).\nWill require these minimum CLI/plugin versions (if using any of the following):

\n\n

If you have hard-coded imports from quasar/lang or quasar/icon-set with the extension specified (eg. quasar/lang/de.mjs) please change the extension to .js.

\n

Fixes

\n\n

JSON fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.15.4","date":"2024-04-23T13:23:57Z","body":"

Changes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.15.3","date":"2024-04-18T19:12:20Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.15.2","date":"2024-03-29T10:08:38Z","body":"

Changes

\n\n

Example of how you can target the teleported content of a QDialog/Qmenu in your testing:

\n
const wrapper = mount(QDialog, { ... })\nconst teleportedWrapper = wrapper.findComponent({ name: 'QPortal' })\n
\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.15.1","date":"2024-03-14T10:33:44Z","body":"

Changes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.15.0","date":"2024-03-12T16:33:14Z","body":"

New

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.14.7","date":"2024-03-08T15:02:16Z","body":"

Changes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.14.6","date":"2024-02-29T17:37:45Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.14.5","date":"2024-02-20T17:43:31Z","body":"

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.14.4","date":"2024-02-15T15:45:06Z","body":"

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.14.3","date":"2024-01-25T12:20:08Z","body":"

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.14.2","date":"2023-12-18T12:24:20Z","body":"

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.14.1","date":"2023-11-29T14:11:33Z","body":"

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.14.0","date":"2023-11-13T12:20:51Z","body":"

Changes

\n\n

Possible breaking changes for Sass users!

\n

When using Quasar UI (this package) with our Quasar CLI or our Vite plugin, it will require the latest Sass v1 (which has breaking changes – though your Sass code will work albeit with deprecation banners on the console). It will be easy for you to upgrade to the newer Sass requirements for your code (and most might not even need anything changed). The console logs will tell you what lines to change and to what exactly. There is also a sass-migrator tool available (written by the Sass team).

\n

We have postponed this moment as much as possible and we apologize for introducing this change in a minor version, but a major version for something so small is not really feasible nor desired (and again, it is due to Sass introducing changes in one of their minor versions).

\n

If using Quasar CLI

\n

Minimum quasar/app-vite supported version is v1.7.0\nMinimum quasar/app-webpack supported version is v3.12.0

\n

If using Vite or Vue CLI

\n

Minimum “sass” version is v1.33.0 (although we recommend installing the very latest v1 available)

\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.13.1","date":"2023-11-09T13:54:04Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.13.0","date":"2023-10-17T16:23:46Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.12.7","date":"2023-09-13T11:51:10Z","body":"

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.12.6","date":"2023-09-02T12:40:55Z","body":"

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.12.5","date":"2023-08-18T14:09:40Z","body":"

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.12.4","date":"2023-08-07T09:15:22Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.12.3","date":"2023-07-18T09:42:26Z","body":"

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.12.2","date":"2023-07-01T10:16:13Z","body":"

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.12.1","date":"2023-06-28T16:56:28Z","body":"

Features

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.12.0","date":"2023-05-05T12:30:39Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.11.10","date":"2023-04-03T08:25:54Z","body":"

New

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.11.9","date":"2023-03-24T10:22:49Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.11.8","date":"2023-03-17T09:22:09Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.11.7","date":"2023-02-28T13:57:59Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.11.6","date":"2023-02-14T10:57:54Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.11.5","date":"2023-01-11T14:19:46Z","body":"

Perf

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.11.4","date":"2023-01-06T17:01:48Z","body":"

Changes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.11.3","date":"2022-12-29T08:57:36Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.11.2","date":"2022-12-24T12:58:35Z","body":"

New

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.11.1","date":"2022-12-18T11:38:33Z","body":"

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.11.0","date":"2022-12-17T15:59:06Z","body":"

New

\n\n

Fixes

\n\n

Breaking change fix

\n

We are sorry but we really had to push the following because it’s a bug with various implications. Should you use this language pack, you should convert kz to kk as language name:

\n\n

Designer considerations (important!)

\n

Since we added shadows for Dark mode:

\n
    \n
  1. The shadow-*, shadow-up-*, inset-shadow and inset-shadow-down CSS helper classes will now output light-colored shadows when Dark mode is enabled.
  2. \n
  3. Quasar components that handle dark mode will now output light-colored shadows when Dark mode is enabled (unless “flat”). These include: QCard, QColor, QDate, QTime, QMenu, QStepper, QTable, QUploader.
  4. \n
  5. QHeader/QFooter/QDrawer with “elevated” prop will now output light-colored shadows when Dark mode is enabled.
  6. \n
  7. QDialog will no longer attach any default shadow to its main child element/component. This won’t change anything if you’re using a QCard (because it already has a shadow). However, any other element/component (including your own) might require you to attach a shadow-* class to work the same.
  8. \n
  9. QKnob & QChip will output a light-colored shadow when it’s focused and Dark mode is enabled. For QKnob on light-mode (and new dark mode), this shadow has been changed from elevation level 4 to 2.
  10. \n
\n

Donations

\n

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

\n\n"},{"version":"2.10.2","date":"2022-11-14T16:38:37Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

\n\n"},{"version":"2.10.1","date":"2022-10-31T08:08:30Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

\n\n"},{"version":"2.10.0","date":"2022-10-14T07:05:54Z","body":"

New

\n\n

Fixes

\n\n

Designer considerations

\n

For those that have tweaked the design of QPagination: Due to the current fixes and new features for QPagination, its inner HTML markup has some small but important changes. You might want to plan some time to revise your tweaks when upgrading to v2.10.

\n

Donations

\n

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

\n\n"},{"version":"2.9.2","date":"2022-10-05T10:14:42Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

\n\n"},{"version":"2.9.1","date":"2022-10-03T09:05:46Z","body":"

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

\n\n"},{"version":"2.9.0","date":"2022-10-03T06:05:02Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

\n\n"},{"version":"2.8.4","date":"2022-09-22T09:17:18Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

\n\n"},{"version":"2.8.3","date":"2022-09-16T16:30:00Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

\n\n"},{"version":"2.8.2","date":"2022-09-15T08:05:56Z","body":"

Changes

\n\n

Donations

\n

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

\n\n"},{"version":"2.8.1","date":"2022-09-15T07:32:43Z","body":"

Changes

\n\n

Donations

\n

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

\n\n"},{"version":"2.8.0","date":"2022-09-14T14:01:31Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

\n\n"},{"version":"2.7.7","date":"2022-08-03T10:53:37Z","body":"

Quick fix

\n\n

Donations

\n

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

\n\n"},{"version":"2.7.6","date":"2022-08-01T07:03:42Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

\n\n"},{"version":"2.7.5","date":"2022-07-04T11:34:08Z","body":"

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

\n\n"},{"version":"2.7.4","date":"2022-06-29T13:53:00Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

\n\n"},{"version":"2.7.3","date":"2022-06-19T10:35:35Z","body":"\n

Donations

\n

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

\n\n"},{"version":"2.7.2","date":"2022-06-18T18:48:57Z","body":"

New

\n\n

Fixes

\n\n

Donations

\n

Quasar Framework is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

\n\n"},{"version":"2.7.1","date":"2022-05-22T16:31:48Z","body":"

Fixes

\n