Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Dec 9, 2020

This PR contains the following updates:

Package Change Age Confidence
@quasar/extras (source) 1.9.10 -> 1.17.0 age confidence

Release Notes

quasarframework/quasar (@​quasar/extras)

v1.17.0: aka "Backport features and fixes from v2"

We've backported most of the new features and fixes from Quasar v2, but we are still recommending you to upgrade to Quasar v2 with Vue 3 since Quasar v1 support will end during 2022.

Please support our efforts by donating towards the project (links at the bottom). Thank you!

New
  • feat(QSlider/QRange): (backport from Qv2) new props -> marker-labels, marker-labels-class, switch-label-side, switch-marker-labels-side
  • feat(QSlider/QRange): (backport from Qv2) new slots -> marker-label; marker-label-group
  • feat(QSlider/QRange): (backport from Qv2) new props -> inner-min, inner-max #​11456
  • feat(QSlider/QRange): (backport from Qv2) new props -> thumb-color, track-color, track-img, inner-track-color, inner-track-img, selection-color, selection-img
  • feat(QRange): (backport from Qv2) new props -> left-thumb-color, right-thumb-color
  • feat(QSlider/QRange): (backport from Qv2) new props -> track-size, thumb-size
  • feat(QSlider/QRange): (backport from Qv2) design improvements #​9181
  • feat(QIcon/lang): (backport from Qv2) QIcon implementation and Quasar lang (#​11586)
  • feat(QDialog): (backport from Qv2) add no-shake prop #​10858 (#​11605)
  • feat(QColor): (backport from Qv2) new prop -> no-header-tabs #​8337 (#​11604)
  • feat(QCarousel): (backport from Qv2) reverse autoplay when prop value is negative number #​8111 (#​11603)
  • feat(QInnerLoading): (backport from Qv2) New props -> label, label-class, label-style #​8619 (#​11602)
  • feat(QOptionGroup): (backport from Qv2) New slots -> "label" and "label-N" #​8609 (#​11600)
  • feat(QTree): (backport from Qv2) new prop -> dense #​10559 (#​11598)
  • feat(QSlider/QRange): (backport from Qv2) custom markers step ("markers" prop now support Number as value) #​11058 (#​11599)
  • perf(VirtualScroll): (backport from Qv2) prevent repaint on elements that are not visible
  • feat(VirtualScroll,QInfiniteScroll): (backport from Qv2) restore scroll position when using keep-alive
  • feat(Notify): (backport from Qv2) center media if no message or caption is present
  • feat(QField): (backport from Qv2) use scoped slots for error and hint #​9763 (#​11614)
  • feat(QTabs): (backport from Qv2) add activeClass prop #​10494 (#​11609)
  • feat(Notify): improve detection of empty content - center media if no message or caption is present #​10551 (#​11616)
  • feat(validation): (backport from Qv2) improve validation #​8611 (#​11608)
  • feat(AppFullscreen): (backport from Qv2) toggle fullscreen even if there is already a fullscreen el; get active element and fullscreen status on fullscreenchange event (#​11620)
  • feat(Dialog/BottomSheet): always provide a parent component (#​11638)
  • feat(QFab): (backport from Qv2) add scoped slots for icon, icon-active and label #​7689 (#​11618)
  • refactor(Notify): (backport from Qv2) perf enhancements (#​11670)
  • feat(router-link): clean up usage of tag and event props #​9642 (#​11672)
  • feat(QBreadcrumbs): (backport from Qv2) improvement for breadcrumb elements (#​11673)
  • feat(QUploader/QFile): (backport from Qv2) improve kbd navigation; emit rejected; more unique key for files (#​11610)
  • feat(QScrollArea): (backport QScrollArea from Qv2) both vertical and horizontal #​7471; save and restore scroll position in keep-alive (#​11671)
  • feat(router-link): (backport from Qv2) add href and target #​10636 (#​11640)
  • feat(QColor): (backport from Qv2) update usage of new QSliders (#​11817)
  • feat(QPopupEdit): (backport from Qv2) add editing of internal model without changing the original value #​11585 (#​11701)
  • feat(date): (backport from Qv2) various tweaks and fixes
  • feat(QVideo): (backport from Qv2) add new prop (title) for accessibility purposes #​11894
    • feat(QScrollArea): (backport from Qv2) decrease update time when content or container size changes #​11861 (#​11880)
Fixes
  • fix(QLinearProgress): (backport from Qv2) query mode should move in opposite direction to indeterminate (#​11596)
  • fix(QRating): (backport from Qv2) tooltips with icon in svg/img format not working correctly #​11055 (#​11601)
  • fix(QDrawer): (backport from Qv2) always recompute belowBreakpoint on QLayout (when width changes) if containerized
  • fix(QEditor): (backport from Qv2) limit width in fullscreen mode
  • fix(fullscreen): (backport from Qv2) fullscreen padding on capacitor/cordova
  • fix(QLayout): (backport from Qv2) respect fixed/non-fixed header/footer when not on iOS (fix: #​11397) (#​11369)
  • fix(QInfiniteScroll): (backport from Qv2) make necessary adjustments when "reverse" & "disable" props change
  • fix(api): (backport from Qv2) update "inset" prop description
  • fix(QBtnDropdown): (backport from Qv2) show split line when outline
  • fix(debouncing): (backport from Qv2) cancel pending debounced calls when components are destroyed (#​11607)
  • fix(QSelect): (backport from Qv2) do not auto show popup on focus #​8592
  • fix(QEditor/QTable): (backport from Qv2) fix height when used in fullscreen (#​11623)
  • fix(fullscreen): (backport from Qv2) keep count of fullscreen elements (#​11624)
  • fix(QBtn): (backport from Qv2) Only use type attr on button #​10636
  • fix(QInfiniteScroll): (backport from Qv2) containerHeight error #​11606
  • fix(isDeepEqual): (backport from Qv2) ignore undefined keys in objects when comparing (#​11622)
  • fix(QStepper): (backport from Qv2) scope contracted prop only to the header to avoid propagating to child steppers #​10191 (#​11615)
  • fix(QTime): (backport from Qv2) "Now" button misbehaving if user is already middleway selecting a time #​10727
  • fix(QDate): (backport from Qv2) day buttons text alignment #​11659 (#​11667)
  • fix(QRouteTab): do not navigate using RouterLink navigate; fix ripple show condifiton (#​11678)
  • fix(docs): backport of #​11686 to v1 (mobile access to Search) (#​11699)
  • fix(QTabs): (backport from Qv2) fix RTL mode; improve tabs scrolling #​8578, #​10034 (#​11685)
  • fix(VirtualScroll): (backport from Qv2) use rtlHasScrollBug instead ol local detectBuggyRTL; small tweaks for virtual-scroll (#​11740)
  • fix(CSS breakpoints): (backport from Qv2) workaround fractional window width with HiDPI scalling #​9829 (#​11797)
  • fix(QSelect): (backport from Qv2) throws error when using a function for option-value and initial model is null #​11754 (#​11800)
  • fix(ui/portal): (backport from Qv2) avoid registering portal multiple times; improve algorithm and protect against future failures #​11767
  • fix(QSelect): use-input on iOS scrolls to top of the page when with dialog and closing it #​11481
  • fix(ui/date): (backport from Qv2) ability to use it before Lang is initialized
  • fix(QDate): (backport from Qv2) the "set today" button should not unset model
Docs
  • feat(docs): various improvements on the search feature
  • feat(docs): allow users to play with Flex Grid Playground in Fullscreen (#​11775)
  • feat(docs): add "All" tab in the example cards (displays all code parts of the example - template/script/style)
Designer considerations

For those that have tweaked the design of QSlider and QRange: Due to the big number of new features for QSlider and QRange, the inner HTML markup has some changes for the two components. You might want to plan some time to revise your tweaks when upgrading to v1.17.

Donations

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:

v1.16.15

Compare Source

Changes

  • feat(extras): update Google Material Symbols Outline => CDN222
  • feat(extras): update Google Material Symbols Rounded => CDN222
  • feat(extras): update Google Material Symbols Sharp => CDN218

Fix

  • fix(extras): Themify icons are always black and don't respect currentColor

Donations

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:

v1.16.14

Compare Source

Changes

  • feat(extras): update Fontawesome => v6.7.1
  • feat(extras): update Google Material Symbols Outline => CDN220
  • feat(extras): update Google Material Symbols Rounded => CDN219
  • feat(extras): update Google Material Symbols Sharp => CDN216

Donations

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:

v1.16.13: @​quasar/extras-v1.16.3

Compare Source

Changes

  • feat(extras): update Fontawesome => v6.6.0
  • feat(extras): update roboto fonts => CDN32
  • feat(extras): update Google Material Symbols Outline => CDN215
  • feat(extras): update Google Material Symbols Rounded => CDN214
  • feat(extras): update Google Material Symbols Sharp => CDN211

Donations

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:

v1.16.12

Compare Source

Changes

  • feat(extras): update Fontawesome => v6.5.2
  • feat(extras): upgrade Ionicons => v7.4.0
  • feat(extras): Update Google fonts and icons to the latest

Donations

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:

v1.16.11

Compare Source

Fixes

Donations

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:

v1.16.10

Compare Source

Changes

  • feat(extras): Update bootstrap font and icons => v1.11.3
  • feat(extras): Update fontawesome font and icons => v6.5.1
  • feat(extras): Update MDI font and icons => v7.4.47
  • feat(extras): UPdate ionicons icons => v7.3.1
  • feat(extras): Update Google Material symbols and fonts to latest

Donations

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:

v1.16.9

Compare Source

Changes

  • feat(extras): update Bootstrap => v1.11.2
  • feat(extras): update Fontawesome => v6.5.0
  • feat(extras): update Google Material Symbols (font & SVG) to the latest

Donations

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:

v1.16.8

Compare Source

Changes

  • feat(extras): update all fonts & fix the outdated css files #​16543
  • feat(extras): update Google Material Symbols (font & SVG) to the latest

Donations

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:

v1.16.7: @​quasar/extras-1.16.7

Compare Source

Changes

  • feat(extras): update Bootstrap icons => v1.11.1
  • Feat: update Google Material Symbols (font & SVG) to the latest

Donations

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:

v1.16.6

Compare Source

Changes

  • feat(extras): update Fontawesome => v6.4.2 (new Twitter logo)
  • feat(extras): update Google Material Symbols icons and fonts to the latest

Donations

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:

v1.16.5

Compare Source

Changes

  • feat(extras): update Google Material Icons and Material Symbols
  • feat(extras): update Ionicons => v7.1.2

Donations

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:

v1.16.4

Compare Source

Changes

  • feat(extras): update Bootstrap => v1.10.5
  • feat(extras): update Fontawesome => v6.4.0
  • feat(extras): update Google Material Symbols icons and fonts to the latest

Donations

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:

v1.16.3

Compare Source

Changes

  • feat(extras): update all material icons (including symbols)
  • fix(extras): d.ts definition for mdi-v4 #​15748
  • fix(extras): only define the package.json exports that actually exist

Donations

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:

v1.16.2

Compare Source

Fixes

  • feat(extras/build): automatically generate the exports for package.json
  • feat(extras): update Fontawesome => 6.4.0

Donations

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:

v1.16.1

Compare Source

Fixes

  • fix(extras): Could not resolve "@​quasar/extras/mdi-v7" #​15627
  • fix(extras): export definition for material-symbols-rounded
  • fix(extras): export definitions for animations #​15623

Donations

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:

v1.16.0

Compare Source

Updates

  • feat(extras): new Ionicons v7 => v7.1.0
  • fix(extras): missing comma in json file (from merged PR)
  • feat(extras): updated MDI icons => v7.2.6
  • feat(extras): updated Google Material icons and fonts
  • feat(extras): updated Google Material Symbols icons and fonts

Donations

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:

v1.15.11

Compare Source

Updates

  • feat(extras): update Google Material Symbols to the latest
  • feat(extras): update Fontawesome => v6.3.0
  • feat(extras): update Ionicons => v6.1.3

Donations

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:

v1.15.10

Compare Source

Updates

  • feat(extras): update Google Material Symbols to the latest
  • feat(extras): update Ionicons => v6.1.1

Donations

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:

v1.15.9

Compare Source

Updates

  • feat(extras): update Bootstrap icons/fonts => v1.10.3
  • feat(extras): update MDI icons/fonts => v7.1.96

Donations

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:

v1.15.8

Compare Source

Updates

  • feat(extras): feat(extras): updated Google Material Symbols to latest

Donations

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:

v1.15.7

Compare Source

Updates

  • feat(extras): feat(extras): updated Google Material Symbols to latest

Donations

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:

v1.15.6

Compare Source

v1.15.5

Compare Source

v1.15.4

Compare Source

v1.15.3

Compare Source

v1.15.2

Compare Source

Updates

  • feat(extras): updated Google Material icons
  • feat(extras): updated Google Material symbols
  • feat(extras): updated Ionicons => v6.0.3

Donations

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:

v1.15.1

Compare Source

v1.15.0

Compare Source

v1.14.3

Compare Source

Updates

  • feat(extras): update MDI => v6.9.96
  • feat(extras): update Google Material Icons (web font and svg icons)
  • feat(extras): update Google Material Symbols (web font and svg icons)

Donations

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:

v1.14.2

Compare Source

Updates

  • fix(extras): remove sourcemap reference in mdi-v6 (#​13763)

Donations

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:

v1.14.1

Compare Source

Updates

  • feat(extras): update bootstrap icons => v1.8.3
  • feat(extras): update mdi-v6 icons => v6.7.96
  • feat(extras): update ionicons-v6 => v6.0.2
  • feat(extras): update Google Material icons and fonts to latest
  • feat(extras): update Google Material symbols and fonts to latest

Donations

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:

v1.14.0

Compare Source

Updates

  • feat(extras): new Google Symbols Fonts and Icons
  • feat(extras): updated Bootstrap Icons => v1.8.2
  • feat(extras): updated Google Material Icons

Notes: Do not use the new Google Symbols until Quasar v2@​2.7.0 and Quasar v1@​1.19.0 is released.

Donations

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:

v1.13.6

Compare Source

Updates

  • feat(extras): updated Google Material Fonts and Icons

Donations

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:

v1.13.5

Compare Source

Updates

  • feat(extras): updated MDI SVG and webfonts => v6.6.96

Donations

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:

v1.13.4

Compare Source

Updates

  • feat(extras): update MDI => v6.6.95
    • Note: materialdesignicons failed to update their webfonts with this release. This means some of the newer or updated icons available as SVG will not be available as a webfont.
  • feat(extras): update Fontawesome => v6.1.1

Donations

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:

v1.13.3

Compare Source

Fixes

  • fix(extras): help vite dep analysis determine type of script #​12833

Donations

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:

v1.13.2: @​quasar-extras-v1.13.2

Compare Source

If on Quasar v2, regardless if using q/app-vite or q/app-webpack, you might want to be on latest versions of them too, including Quasar UI package ("quasar").

Features

  • feat(extras): proper support for q/app-vite on SSR #​12790
  • feat(extras): update Google material fonts and SVGs to the latest
  • feat(extras): Update Fontawesome => v6.1.0

Donations

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:

v1.13.1

Compare Source

Features

  • feat(extras): compatibility with q/app-vite on SSR out of the box

Donations

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:

v1.13.0

Compare Source

v1.12.5

Compare Source

Features

  • feat(extras): updated Bootstrap Icons => v1.8.0

Donations

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:

v1.12.4

Compare Source

Features

  • feat(extras): update Google material fonts and SVGs to the latest

Donations

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:

v1.12.3

Compare Source

Features

  • feat(extras): update Google material fonts and SVGs to latest

Donations

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:

v1.12.2

Compare Source

Features

  • feat(extras): update Google material fonts and SVGs to latest
  • feat(extras): update Bootstrap icons => v1.7.2
  • feat(extras): build improvements

Donations

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:

v1.12.1

Compare Source

Features

  • feat(extras): Update MDI Font and SVG => v6.5.95
  • feat(extras): Update Bootstrap Font and SVG => 1.7.1

Donations

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:

v1.12.0

Compare Source

  • feat(extras): ionicons updated to v6.0.0
  • feat(extras): update Google material fonts and SVG to latest
  • fix(extras): add missing css font codes for Bootstrap and MDI webfonts

Note: Do not use the svg-ionicons-v6 svg icon set until the next version of quasar is released.

v1.11.5

Compare Source

  • feat(extras): update ionicons to v5.5.4
  • feat(extras): update bootstrap icons to v1.7.0
  • feat(extras): update Google material fonts and svg to latest

v1.11.4

Compare Source

  • feat(extras): update Google material icons to latest

v1.11.3

Compare Source

  • feat(extras): update Google Material Design fonts and icons to latest
  • feat(extras): update MDI font and svg to v6.4.95
  • feat(extras): update Bootstrap font and icons to v1.6.1

v1.11.2

Compare Source

  • feat(extras): update MDI font and svg to v6.2.95
  • feat(extras): update Google material icons to latest

v1.11.1

Compare Source

  • feat(extras): Update Google material icons + roboto/roboto-latin fonts to latest

v1.11.0

Compare Source

New

  • feat(app-vite): (backport from q/app betas) enhance AE detection; support for "exports" field in their package.json

Donations

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:

v1.10.12

Compare Source

  • feat(extras): upgrade Google material icons to latest

v1.10.11

Compare Source

  • feat(extras): upgrade Google material icons to latest

v1.10.10

Compare Source

  • feat(extras): upgrade to Fontawesome v5.15.4
  • feat(extras): upgrade to Ionicons v5.5.3
  • feat(extras): upgrade Google material icons to latest

v1.10.9

Compare Source

  • feat(extras): Updated Google SVG icons and fonts; Update bootstrap-icons to v1.5.0

v1.10.8

Compare Source

  • feat(extras): update ionicons to v5.5.2
  • feat(extras): update to latest Google material design fonts and SVGs

v1.10.7

Compare Source

  • feat(extras): updated Google Material font and svg files

v1.10.6

Compare Source

  • feat(extras): updated Google Material font and svg files

v1.10.5

Compare Source

  • feat(extras): updated Google Material Design fonts and SVGs

v1.10.4

Compare Source

  • feat(extras): updated Google Material Design fonts and SVGs

v1.10.3

Compare Source

  • feat(extras): Update Google Material fonts and SVGs

v1.10.2

Compare Source

Changes

  • feat(app-vite): force sass to at least v1.80.2

Donations

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:

v1.10.1

Compare Source

  • feat(extras): Updated bootstrap-icons, ionicons and Google fonts and SVGs

v1.10.0

Compare Source

New

  • feat(app-vite): (backport from v2 beta) switch PWA tag from apple-mobile-web-app-capable to mobile-web-app-capable
  • feat(app-vite): silence sass legacy-js deprecation warnings
  • feat(app-vite): (backport from v2 beta) create .npmrc in dist/electron/UnPackaged even if the project doesn't have one #​17504

Fixes

  • fix(app-vite): (backport from v2 beta) @​jcesarmobile/ssl-skip version to be installed has string with two caret chars in it
  • fix(app-vite): (backport from v2 beta) Capacitor & Android -> usesCleartextTraffic attribute is always true in the AndroidManifest.xml file #​17219
  • fix(app-vite): (backport from v2 beta) Cordova & Android -> usesCleartextTraffic attribute is always true in the AndroidManifest.xml file #​17219
  • fix(app-vite): preFetch TS declaration

Donations

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:

v1.9.20

  • feat(extras): update Fontawesome to v5.15.3
  • feat(extras): update Google Material Design fonts and svg

v1.9.18

Compare Source

  • feat(extras): updated Google Material Design fonts and icons

v1.9.17

Compare Source

  • feat(extras): updated ionicons (v5.5.0) and Google Material icons

[v1.9.16](htt


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 8ef2fdf to 101b016 Compare December 17, 2020 20:17
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.9.11 Update dependency @quasar/extras to v1.9.12 Dec 17, 2020
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 101b016 to 02798f9 Compare January 6, 2021 15:36
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.9.12 Update dependency @quasar/extras to v1.9.13 Jan 6, 2021
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 02798f9 to 1f24ba3 Compare January 22, 2021 17:58
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.9.13 Update dependency @quasar/extras to v1.9.14 Jan 22, 2021
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 1f24ba3 to 0d3713d Compare January 31, 2021 11:55
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.9.14 Update dependency @quasar/extras to v1.9.15 Jan 31, 2021
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 0d3713d to 9f83472 Compare February 9, 2021 13:58
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.9.15 Update dependency @quasar/extras to v1.9.16 Feb 9, 2021
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 9f83472 to b70860e Compare February 11, 2021 16:04
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.9.16 Update dependency @quasar/extras to v1.9.17 Feb 11, 2021
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from b70860e to 7c41ea2 Compare April 26, 2021 15:59
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.9.17 Update dependency @quasar/extras to v1.10.4 Apr 26, 2021
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.10.4 Update dependency @quasar/extras to v1.10.5 May 20, 2021
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 7c41ea2 to e11ecc4 Compare May 20, 2021 13:12
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from e11ecc4 to ab2a8b0 Compare May 29, 2021 18:04
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.10.5 Update dependency @quasar/extras to v1.10.6 May 29, 2021
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from ab2a8b0 to a820035 Compare June 11, 2021 19:33
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.10.6 Update dependency @quasar/extras to v1.10.7 Jun 11, 2021
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from a820035 to 4a1aa30 Compare June 27, 2021 14:56
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.10.7 Update dependency @quasar/extras to v1.10.8 Jun 27, 2021
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 4a1aa30 to 57ec2b4 Compare October 19, 2021 01:11
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.10.8 Update dependency @quasar/extras to v1.11.2 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 57ec2b4 to 183cb4e Compare March 7, 2022 13:45
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.11.2 Update dependency @quasar/extras to v1.12.5 Mar 7, 2022
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.12.5 Update dependency @quasar/extras to v1.13.3 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 183cb4e to abaa229 Compare March 26, 2022 14:03
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.13.3 Update dependency @quasar/extras to v1.13.5 Apr 25, 2022
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from abaa229 to 552e5a8 Compare April 25, 2022 02:17
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.16.2 Update dependency @quasar/extras to v1.16.4 May 28, 2023
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 3566464 to 9df640c Compare July 10, 2023 17:05
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.16.4 Update dependency @quasar/extras to v1.16.5 Jul 10, 2023
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 9df640c to 7ea2ba0 Compare August 28, 2023 22:35
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.16.5 Update dependency @quasar/extras to v1.16.6 Aug 28, 2023
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 7ea2ba0 to 0a6cff0 Compare September 27, 2023 16:04
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.16.6 Update dependency @quasar/extras to v1.16.7 Sep 27, 2023
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 0a6cff0 to 6fa9d9d Compare November 9, 2023 17:21
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.16.7 Update dependency @quasar/extras to v1.16.8 Nov 9, 2023
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 6fa9d9d to f3aad60 Compare November 29, 2023 16:06
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.16.8 Update dependency @quasar/extras to v1.16.9 Nov 29, 2023
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from f3aad60 to c448e17 Compare March 28, 2024 13:55
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.16.9 Update dependency @quasar/extras to v1.16.10 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from c448e17 to 8920cc8 Compare March 29, 2024 10:09
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.16.10 Update dependency @quasar/extras to v1.16.11 Mar 29, 2024
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 8920cc8 to 8c82738 Compare July 7, 2024 15:30
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.16.11 Update dependency @quasar/extras to v1.16.12 Jul 7, 2024
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 8c82738 to 5999204 Compare November 6, 2024 14:41
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.16.12 Update dependency @quasar/extras to v1.16.13 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 5999204 to 64613ed Compare November 30, 2024 22:35
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.16.13 Update dependency @quasar/extras to v1.16.14 Nov 30, 2024
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 64613ed to 39953ce Compare December 5, 2024 14:52
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.16.14 Update dependency @quasar/extras to v1.16.15 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 39953ce to 103ce35 Compare January 21, 2025 17:54
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.16.15 Update dependency @quasar/extras to v1.16.16 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from 103ce35 to c3a4c2d Compare February 11, 2025 17:05
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.16.16 Update dependency @quasar/extras to v1.16.17 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/quasar-extras-1.x branch from c3a4c2d to 59af18c Compare May 20, 2025 17:12
@renovate renovate bot changed the title Update dependency @quasar/extras to v1.16.17 Update dependency @quasar/extras to v1.17.0 May 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant