Sirs0ri / deck20

Connect Roll20 to a Stream-Deck, and add some DSA related helpers.
MIT License
0 stars 0 forks source link

fix(deps): update dependency quasar to v2.16.5 #128

Open renovate[bot] opened 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
quasar (source) 2.12.6 -> 2.16.5 age adoption passing confidence

Release Notes

quasarframework/quasar (quasar) ### [`v2.16.5`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.16.5) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.16.4...quasar-v2.16.5) ##### Fixes - fix(util): typescript declaration for humanStorageSize ([#​17240](https://togithub.com/quasarframework/quasar/issues/17240)) - fix(ui): prevent `@typescript-eslint/unbound-method` error on newer utilities types ([#​17251](https://togithub.com/quasarframework/quasar/issues/17251)) - fix(ui): use correct list type for QSliderSlots (fix: [#​17060](https://togithub.com/quasarframework/quasar/issues/17060)) ([#​17061](https://togithub.com/quasarframework/quasar/issues/17061)) - fix(ui): fix useId composable types (fix: [#​17284](https://togithub.com/quasarframework/quasar/issues/17284)) ##### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v2.16.4`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.16.4) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.16.3...quasar-v2.16.4) #### Changes - fix(ui): support for legacy build systems that don't know about "exports" field [#​17190](https://togithub.com/quasarframework/quasar/issues/17190) #### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v2.16.3`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.16.3) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.16.2...quasar-v2.16.3) #### Changes - fix(QDate): transitions not working correctly [#​17183](https://togithub.com/quasarframework/quasar/issues/17183) #### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v2.16.2`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.16.2) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.16.1...quasar-v2.16.2) ##### Fixes - feat+fix(ui): ensure Quasar can be used without Quasar CLI or [@​quasar/vite-plugin](https://togithub.com/quasar/vite-plugin) or vue-cli-plugin-quasar [#​17174](https://togithub.com/quasarframework/quasar/issues/17174) - fix(QInput): declare FileList as possible modelValue type (QInput can be used with type="file") - fix(QField): unexpected data clearing with "clearable" prop enabled [#​17113](https://togithub.com/quasarframework/quasar/issues/17113) - fix(QInput): lazy model + clearable - not emitting "change" event on clear btn - fix(QField): button in slots gets focus+click after QField focuses [#​17177](https://togithub.com/quasarframework/quasar/issues/17177) ##### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v2.16.1`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.16.1) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.16.0...quasar-v2.16.1) #### Fixes - fix(ui): correctly declare typings with "exports" [#​17172](https://togithub.com/quasarframework/quasar/issues/17172) #### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v2.16.0`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.16.0) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.15.4...quasar-v2.16.0) #### New Converted "quasar" package internal build system to ESM (built dist/\*.js are now renamed). Will require these minimum CLI/plugin versions (if using any of the following): - q/app-vite v1.9+ / v2.0.0-beta.12+ - q/app-webpack v3.13+ / v4.0.0-beta.13+ - q/vite-plugin v1.7+ - vite-cli-plugin-quasar v5.1+ 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`. #### Fixes - fix(QDate): direction declaration ([#​17145](https://togithub.com/quasarframework/quasar/issues/17145)) - fix(QCarousel): declare navigationPosition before using it - fix(QBtnDropdown/QBtn): declared properties (btn related & router-link related) - fix(QTooltip): should not end up with "context-menu" as prop after injecting useAnchor composable - fix(QField/QFile/QInput/QSelect): declare "maxlength" prop only for components using it; popupShow & popupHide should be declared only for QSelect; correctly override virtualScrollItemSize for QSelect; correctly override modelValue for QInput - fix(QDate/QTime): harden the modelValue validation - fix(QTooltip): correctly override transition props definition - fix(QEditor): remove unused emit (mouseup, keyup, touchend) - fix(QOptionGroup): add "type" for "type" prop definition - fix(QFab/QFabAction): QFab > hideLabel prop definition; JSON fixes on default values - fix(QInnerLoading): size prop default value & JSON type - fix(QSlider): remove unused prop (hideSelection); JSON > model-value default value - fix(QSplitter): "dark" definition - fix(QPageScroller): "offset" prop definition - fix(ui): multiple components > scrollTarget prop definition #### JSON fixes - fix(QCircularProgress): JSON > font-size should not have a default value - fix(QDrawer): JSON > mini-width wrong default value - fix(QEditor): JSON > "toolbar" & "paragraph-tag" default values - fix(QImg): JSON > initial-ratio wrong default value - fix(QKnob): JSON > some prop default values - fix(QKnob): JSON > missing "rounded" prop definition - fix(QPage): JSON > style-fn default value and examples - fix(QPagination): JSON > some default values - fix(QParallax): JSON > speed default value - fix(QPopupEdit): JSON > "validate" default value & examples - fix(QRange): JSON > model-value default value - fix(QSelect): JSON > missing "maxlength" prop definition; "tabindex" missing default value - fix(QSeparator): JSON > "spaced" default value - fix(QSkeleton): JSON > "animation-speed" default value - fix(QSpinner/...): JSON structure; JSON > "size" type definition - fix(QTabPanels): JSON > missing "dark" prop definition - fix(QTable): JSON > some props default values - fix(QTimeline): JSON > "color" prop default value - fix(QTree): JSON > filter-method default value & examples - fix(useRouterLink): JSON > active-class and exact-active-class default values - fix(QCarousel/QEditor/QTable): JSON > missing "update:fullscreen" event definition - fix(useValidate): JSON > lazy-rules default value - fix(QCarousel/QStepper/QTabPanels): JSON > model-value should be "required" - fix(QCarousel): JSON > some default values - fix(ui): JSON > model-value definition for QBtnDropdown/QDialog/QDrawer/QExpansionItem/QFab/QMenu/QTooltip/QFab - fix(QCheckbox/QToggle): JSON > model-value default value - fix(QTable/QVirtualScroll): JSON > "virtualScrollSliceSize" default value; QVirtualScroll "items-size" default value - fix(QRadio): JSON > "model-value" & "val" types #### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v2.15.4`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.15.4) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.15.3...quasar-v2.15.4) #### Changes - fix(AppFullscreen): JSON -> set activeEl and isActive as "reactive" - fix(useRenderCache): correctly clear cache; correctly check for property - fix(Platform): ios always undefined ([#​17130](https://togithub.com/quasarframework/quasar/issues/17130)) #### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v2.15.3`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.15.3) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.15.2...quasar-v2.15.3) #### New - feat(ui): expose IconSet as a regular Quasar plugin (import { IconSet } from 'quasar') - feat(ui): expose Lang as a regular Quasar plugin (import { Lang } from 'quasar') - feat(ui): tweak JSONs, add new props & enforce more validations on building them - feat(ui/format): humanStorageSize -> new extra param (decimals) -> (value, decimals = 1) - feat(LocalStorage/SessionStorage): add "hasItem", "removeItem", "setItem" aliases (matches web storage specs) [#​17109](https://togithub.com/quasarframework/quasar/issues/17109) - refactor(ui): folder structure for plugins & utils & composables #### Fixes - fix(ui): the UMD generated icon-set files in dist/icon-set - fix(QDialog): focus() method should correctly handle the selector param (if received) - fix(QBtn): the "click()" method should not trigger anything if QBtn is disabled - fix(Platform): Safari version number detection [#​17111](https://togithub.com/quasarframework/quasar/issues/17111) - fix(ui): make capacitor/cordova config properties type optional ([#​17056](https://togithub.com/quasarframework/quasar/issues/17056)) - fix(ui): QTooltip & use-anchor JSON -> removed some erroneous "values" keys - fix(QField/QFile/QInput/QSelect): JSON -> correctly define the "name" prop - fix(QTabPanel): JSON > remove "dark" prop (not a valid prop) - fix(QSelect/QVirtualScroll): add type "Component" to some JSON "ref" - fix(lang): ukrainian translate "editor.outdent" ([#​17083](https://togithub.com/quasarframework/quasar/issues/17083)) - fix(LocalStorage/SessionStorage): JSON definition for getIndex() - fix(SessionStorage/LocalStorage): better encoding/decoding for Date objects - fix(QChip): JSON > add missing "update:model-value" event #### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v2.15.2`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.15.2) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.15.1...quasar-v2.15.2) #### Changes - feat(QDialog/QMenu): ease testing of teleported content - fix(ui): useInterval was not correctly exported [#​17021](https://togithub.com/quasarframework/quasar/issues/17021) - fix(ui): Platform on Edge should be normalized to 'edge' [#​17039](https://togithub.com/quasarframework/quasar/issues/17039) - fix(QExpansionItem): header-slot scope > detailsId is always undefined - fix(QCarouselSlide): JSON API - duplicated examples for "name" prop - chore(ui): move directives into individual folders (preparing the new testing) - chore(ui): move plugins into individual folders (prepare the new testing) Example of how you can target the teleported content of a QDialog/Qmenu in your testing: ```js const wrapper = mount(QDialog, { ... }) const teleportedWrapper = wrapper.findComponent({ name: 'QPortal' }) ``` #### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v2.15.1`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.15.1) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.15.0...quasar-v2.15.1) #### Changes - feat(ui): NEW composable -> useInterval() [#​17000](https://togithub.com/quasarframework/quasar/issues/17000) - fix(QColor): slider triggers "Uncaught RangeError: Maximum call stack size exceeded" in onHueChange (fix [#​16999](https://togithub.com/quasarframework/quasar/issues/16999)) ([#​17001](https://togithub.com/quasarframework/quasar/issues/17001)) #### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v2.15.0`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.15.0) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.14.7...quasar-v2.15.0) #### New - feat(ui): new composable: useRenderCache() - feat(ui): new composable: useTick() - feat(ui): new composable: useTimeout() - feat(ui): new composable: useSplitAttrs() - feat(ui): new composable: useHydration() - feat(ui): new composable - useId() [#​16792](https://togithub.com/quasarframework/quasar/issues/16792) - feat(QImg): new prop -> error-src (String) - feat(QSelect): new prop: popup-no-route-dismiss (Boolean) [#​6420](https://togithub.com/quasarframework/quasar/issues/6420) - feat(QDialog): new prop: backdrop-filter (String) [#​16971](https://togithub.com/quasarframework/quasar/issues/16971) - perf(QColor): small tweak: refactor some events without useCache() #### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v2.14.7`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.14.7) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.14.6...quasar-v2.14.7) ##### Changes - feat(ui): new language pack - ms-MY ([#​16977](https://togithub.com/quasarframework/quasar/issues/16977)) - fix(ui): add missing api/types for VIntersection (fix: [#​16867](https://togithub.com/quasarframework/quasar/issues/16867)) ([#​16958](https://togithub.com/quasarframework/quasar/issues/16958)) - chore(ui): remove obsolete "stylint ignore" comments ##### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v2.14.6`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.14.6) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.14.5...quasar-v2.14.6) #### New - feat(QImg): new prop -> loading-show-delay [#​16932](https://togithub.com/quasarframework/quasar/issues/16932) - feat(ui): new language - Tagalog(tl) ([#​16943](https://togithub.com/quasarframework/quasar/issues/16943)) - internal(ui): changed UI build system #### Fixes - fix(ui): Platform -> use navigator.userAgentData.mobile when available + other tweaks [#​16921](https://togithub.com/quasarframework/quasar/issues/16921) - fix(ui): provide correct types for Quasar.lang (fix: [#​14569](https://togithub.com/quasarframework/quasar/issues/14569)) ([#​16936](https://togithub.com/quasarframework/quasar/issues/16936)) #### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v2.14.5`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.14.5) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.14.4...quasar-v2.14.5) #### Fixes - fix+refactor(QCard): border radius management; add exceptions for QInnerLoading and QResizeObserver (with object) [#​16909](https://togithub.com/quasarframework/quasar/issues/16909) - chore(QNoSsr): small tweaks #### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v2.14.4`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.14.4) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.14.3...quasar-v2.14.4) ##### Fixes - fix(QImg): correctly set "alt" prop on the img tag [#​16886](https://togithub.com/quasarframework/quasar/issues/16886) - fix(QSliderItem): avoid Vue reusing elements and thus wrongly assigning slot refs [#​16902](https://togithub.com/quasarframework/quasar/issues/16902) - fix(ui/lang): German Abbreviation for March potentially wrong [#​16901](https://togithub.com/quasarframework/quasar/issues/16901) ##### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v2.14.3`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.14.3) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.14.2...quasar-v2.14.3) ##### Fixes - **Vue 3.4** --> fix(ui): Hydration issues with Vue 3.4 (QField/QInput/..., QBtnDropdown, QExpansionItem, QFab) [#​16792](https://togithub.com/quasarframework/quasar/issues/16792) - **Vue 3.4** --> fix(Dark): \[Vue 3.4] Hydration issue with Dark Quasar plugin on SSR [#​16818](https://togithub.com/quasarframework/quasar/issues/16818) - fix(QAjaxBar): fix infinite fetch loop in watchEffect [#​16767](https://togithub.com/quasarframework/quasar/issues/16767) ([#​16780](https://togithub.com/quasarframework/quasar/issues/16780)) - fix(ui): expose updateScrollTarget method for QInfiniteScroll ([#​16182](https://togithub.com/quasarframework/quasar/issues/16182)) - fix(QTab): softError.message is undefined when opening tab with control-key [#​16791](https://togithub.com/quasarframework/quasar/issues/16791) - fix(QField/QInput/...): lazy validation breaks when clearable button is clicked [#​16723](https://togithub.com/quasarframework/quasar/issues/16723) ##### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v2.14.2`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.14.2) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.14.1...quasar-v2.14.2) #### Fixes - fix(QSlider/QRange): when step is 0 -> QSlider key change is incorrect & QRange snaps to integer on dragRange [#​16700](https://togithub.com/quasarframework/quasar/issues/16700) - fix(QRange): dragRange interval when using inner-min/max - fix(a11y): remove `aria-readonly` from labels for QField, QCodeol, QDate, QEditor [#​16705](https://togithub.com/quasarframework/quasar/issues/16705) ([#​16708](https://togithub.com/quasarframework/quasar/issues/16708)) - fix(QResizeObserver): trigger() method not attached correctly when using a native Observer [#​16697](https://togithub.com/quasarframework/quasar/issues/16697) - fix(QInput/QField/...): when lazy-rules -> should not trigger validation after first focusout and every input change - fix(Notify): allow exponential notation for the "timeout" value #### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v2.14.1`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.14.1) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.14.0...quasar-v2.14.1) #### Fixes - fix(QBtn): "stack" set to undefined should not affect icon spacing [#​16494](https://togithub.com/quasarframework/quasar/issues/16494) - fix(ui/lang): Update ms.mjs ([#​16610](https://togithub.com/quasarframework/quasar/issues/16610)) - fix(QSlider/QRange): slider value should start from `innerMin` instead of `min` on drag [#​16614](https://togithub.com/quasarframework/quasar/issues/16614) ([#​16615](https://togithub.com/quasarframework/quasar/issues/16615)) - fix(QCircularProgress): [#​16586](https://togithub.com/quasarframework/quasar/issues/16586) account for stroke-linecap behavior for rounded style ([#​16593](https://togithub.com/quasarframework/quasar/issues/16593)) - fix(QDate): the "today" btn should keep time from model when available (and not reset it) [#​16623](https://togithub.com/quasarframework/quasar/issues/16623) - fix(QTime): TS type for the return value of "options" prop [#​16587](https://togithub.com/quasarframework/quasar/issues/16587) - fix(QSelect): "option" slot has incorrect "selected" param value when the option is disabled [#​16567](https://togithub.com/quasarframework/quasar/issues/16567) #### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v2.14.0`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.14.0) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.13.1...quasar-v2.14.0) #### Changes - **Upgraded to the latest Sass v1 specs** -- this will allow you to use the latest Sass v1 features in your own code too! - fix(QImg): API - `@error` param definition [#​16545](https://togithub.com/quasarframework/quasar/issues/16545) #### Possible breaking changes for Sass users! 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). 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). ##### If using Quasar CLI Minimum quasar/app-vite supported version is v1.7.0 Minimum quasar/app-webpack supported version is v3.12.0 ##### If using Vite or Vue CLI Minimum "sass" version is v1.33.0 (although we recommend installing the very latest v1 available) #### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v2.13.1`](https://togithub.com/quasarframework/quasar/releases/tag/quasar-v2.13.1) [Compare Source](https://togithub.com/quasarframework/quasar/compare/quasar-v2.13.0...quasar-v2.13.1) #### New - feat(QField): new prop -> "tag" [#​16548](https://togithub.com/quasarframework/quasar/issues/16548) #### Fixes - fix(QInput): Add datetime-local as allowed type fix: [#​15929](https://togithub.com/quasarframework/quasar/issues/15929), [#​13241](https://togithub.com/quasarframework/quasar/issues/13241) ([#​16483](https://togithub.com/quasarframework/quasar/issues/16483)) - fix(ui): lang mk -- split param ([#​16511](https://togithub.com/quasarframework/quasar/issues/16511)) - fix(ui): q-item within QMenu should be selectable using the space key (fix: [#​16107](https://togithub.com/quasarframework/quasar/issues/16107)) ([#​16364](https://togithub.com/quasarframework/quasar/issues/16364)) - fix(ui): mask: keep null value on clear [#​16346](https://togithub.com/quasarframework/quasar/issues/16346) ([#​16348](https://togithub.com/quasarframework/quasar/issues/16348)) - fix(ui): fix generic usage of QTreeNode type (fix: [#​15351](https://togithub.com/quasarframework/quasar/issues/15351)) ([#​16513](https://togithub.com/quasarframework/quasar/issues/16513)) - fix(QDate): updateViewModel if navigation limitations set (fix: [#​16500](https://togithub.com/quasarframework/quasar/issues/16500)) ([#​16501](https://togithub.com/quasarframework/quasar/issues/16501)) - fix(QImg): API - wrong [@​error](https://togithub.com/error) param name [#​16545](https://togithub.com/quasarframework/quasar/issues/16545) - fix(QField): incorrect use of

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.