Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency quasar to v1.22.10 #16

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 7, 2021

This PR contains the following updates:

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

Release Notes

quasarframework/quasar (quasar)

v1.22.10

Compare Source

New

  • feat(ui): (backport from Qv2) Add support for the Macedonian language in Quasar #​15761
  • feat(QIntersection): (backport from Qv2) add "hidden" slot #​15752

Fixes

  • fix(TouchSwipe): (backport from Qv2) should not trigger if user is trying to select text with the mouse #​15503 (#​15760)
  • fix(QTree): (backport from Qv2) expandAll() should not duplicate the already expanded nodes #​15764
  • fix(QFile): (backport from Qv2) use indexOf instead of findIndex in removeFile #​15727

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.22.9

Compare Source

New

  • feat(QIcon): (backport from Qv2) #​15635 add support of font awesome Pro sharp (#​15653)

Fixes

  • fix(QInput): (backport from Qv2) mask - add forgotten text selection for DEL/BS #​15594 (#​15596)

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.22.8

Compare Source

v1.22.7: /8

Compare Source

Fixes

  • fix(QTable): (backport from Qv2) '#top-left' slot results in class 'q-table__control' instead of 'q-table-control' [#​15509] (#​15510)
  • fix(ui): (backport from Qv2) Set QDate's first day of the week to Sunday for Japanese calendar (fix: #​15319) #​15505
  • fix(QInput): (backport from Qv2) cursor movement and selection #​15453 (#​15523)
  • fix(QInput): (backport from Qv2) fix sizing problems for autogrow #​15498 (#​15521)
  • fix(QInput): (backport from Qv2) fix floating label for non-text input types #​13868 (#​15524)

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.22.6

Compare Source

New

  • feat(QImg): add notDraggable prop (allows swipe navigation in QCarousel and also native context menu) (#​15290)
  • feat(BottomSheet): (backport from Qv2) add "style" prop to bottom sheet actions (#​15338)

Fixes

  • fix(QSlideTransition): (backport from Qv2) set overflowY to hidden before calculationg height to prevent height mismatch #​15262 (#​15264)
  • fix(QLayout): (backport from Qv2) do not show ouline by default on QLayout when focused #​15064 (#​15289)
  • fix(lang): (backport from Qv2) fix SL translation for OK (#​15390)
  • fix(QInput): (backport from Qv2) tweak mask processing to get the last typed char #​15320 (#​15366)
  • fix(QDate): (backport from Qv2) retain time when model changes from outside the component #​15442

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.22.5

Compare Source

Perf

  • perf(QInfiniteScroll): (backport from Qv2) force stop all svg animations in the "loading" slot when slot is not on screen #​15094

Fixes

  • fix(ui): (backport from Qv2) is.deepEqual not working correctly for Map() or Set() #​15248
  • fix(QDialog): (backport from Qv2) can't open it on Safari if its not persistent (edge case) #​14779
  • fix(Loading/QDrawer/QDialog): (backport from Qv2) prevent scroll - do not scroll back if route has changed since it was activated #​15211

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.22.4

Compare Source

Changes

  • perf(ui): (backport from Qv2) hide SVGs inside invisible (#​15226)
  • feat(QMenu): (backport from Qv2) touch-position and context-menu support for offset #​14944

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.22.3

Compare Source

Fixes

  • fix(QInput): (backport from Qv2) set margin first and then decrease height to keep parent scroll (regressing from fixing firefox undo) #​15023 (#​15047)
  • fix(QDialog): (backport from Qv2) listen for click on backdrop on ios because the refocus does not make sense and ios in non-desktop mode does not focus the backdrop on tap #​13619 (#​14958)
  • fix(QInfiniteScroll): (backport from Qv2) hide transitions and animations for invisible items #​15094 (#​15097)
  • fix(QLinearProgress): (backport from Qv2) "stripe" prop not taking account of "instant-feedback"
  • fix(QCard): (backport from Qv2) do not mess with padding for non-rectangle buttons inside QCardActions

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.22.2

Compare Source

New

  • feat(ui): (backport from Qv2) Add mdi-v7 icon set (fix: #​14696) (#​14807)
  • feat(a11y): (backport from Qv2) improve refocus after popup close with ESC; improve components with popups (#​14785)

Fixes

  • fix(QDate): (backport from Qv2) only refocus blurTarget if focus is already in component #​14841, #​14878 (#​14867)
  • fix(QInput): (backport from Qv2) re-emit keydown and animationend events #​11120 (#​14865)
  • fix(QSelect): (backport from Qv2) avoid keyboard reacting when macOS Command key is pressed

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.22.1

Compare Source

New

  • feat(transitions): (backport from Qv2) do not change transition name when showing/hiding - prevent re-render #​14491 (#​14637)
  • feat(QDialog/QForm): (backport from Qv2) improve selection of autofocused element; refocus (#​14638)
  • feat(QList): (backport from Qv2) new prop -> tag #​14710

Fixes

  • fix(QSelect): (backport from Qv2) safari scrolls to top when focusing a 0 dimension element #​13693 (#​14627)
  • fix(mask): (backport from Qv2) trim input to the length of the mask (if mask is not reverse) to avoid regex lock #​14558 (#​14682)
  • fix(QScrollArea): (backport from Qv2) process rtl mode; keep scroll position on rtl change #​14721 (#​14728)
  • fix(QBottomSheet): (backport from Qv2) prevent double emit onOk when pressing ENTER on QItem (#​14740)

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.22.0

Compare Source

New

  • feat(a11y): (backport from Qv2) improve a11y for components (#​14575)
  • refactor+feat+fix+perf(QPagination): (backport from Qv2) fix button design props; new prop (active-design); enhance runtime speed #​14577
  • feat(QBtnDropdown): (backport from Qv2) Support transition props (#​14585)

Fixes

  • fix(mask): (backport from Qv2) improve unmask char in ending position detection (#​14567)
  • fix(QChip): (backport from Qv2) use sepparate attrs for chip and remove button #​14561 (#​14566)
  • fix(QFile/QUploader): (backport from Qv2) fix dnd on firefox and safari on macOS #​13226 (#​14568)

Designer considerations

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 v1.22.

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.21.1

Compare Source

New

  • feat(QTree): (Backport from Qv2) New Boolean prop: no-transition (perf; recommended when using relatively large data) #​14521 (#​14548)

Fixes

  • fix(directives): allow camelCase modifiers to work on UMD (#​14556)
  • fix(QTabs): (backport from Qv2) don't watch route if vue-router is not available #​14554
  • fix(mask): allow masking characters in last position to avoid regex matcher freeze #​14558 (#​14559)

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.21.0

Compare Source

New

  • feat+perf(ui): backport the superior algorithms of QTabs + QTab from Qv2 & its router-link (adapt it to vue router v3); noticeable perf improvements; smarter active route matching - might give slightly different (but more logical) results
  • perf(QTabs): (backport from Qv2) better way to watch the current route
  • perf(QTabs): (backport from Qv2) better algorithm for QTab register/unregister
  • feat(QTabs): (backport from Qv2) improve keyboard navigation (home/end keys)
  • feat(QTabs): (backport from Qv2) when using keyboard and focusing to QTab -> focus directly on the active tab and scroll to it
  • feat(QRouteTab): (backport from Qv2) enhance cancel navigation options
  • feat(QTab): refine QTab click event handler
  • feat+perf(ui): improve private router link mixin
  • feat(QCheckbox,QRadio,QToggle): (backport from Qv2) set aria-hidden on the whole __inner content (includes visual style and form component) #​13093 (#​14478)
  • feat(QBtn): (backport from Qv2) enhance cancel navigation options
  • feat(QItem): (backport from Qv2) ability to cancel/delay/redirect navigation
  • feat(QBreadcrumbsEl): (backport from Qv2) ability to cancel/delay/redirect navigation
  • feat(QRating): (backport from Qv2) add a11y for icons #​13941 (#​14477)
  • feat(QDialog): (backport from Qv2) New Boolean prop -> allow-focus-outside
  • feat(QBtn): (backport from Qv2) improve cleanup
  • feat(ui/util/extend): (backport from Qv2) small tweaks for extend #​12831 (#​14518)
  • feat(touch events): (backport from Qv2) use passive mode in more cases #​12822 (#​14474)

Fixes

  • fix+refactor(ui/utils): "is" utils are not exported correctly; differentiate between private and public utils
  • fix(QTabs): infinite loop error if component is destroyed before tab scroll is completed #​14470
  • fix(QForm): add forgotten check for errors resolving as undefined if not greedy and all valid #​14492 (#​14493)
  • fix(QTree): (backport from Qv2) Allow no-selection-unset to accept 0 as a key #​14506
  • fix(TouchPan): (backport from Qv2) typo in modifiers mouseAllDirs (#​14520)
  • fix(lang): (backport from Qv2) update NL translation for expand/collapse (#​14499)

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.20.2

Compare Source

New

  • feat(ui/utils): (backport from Qv2) New util -> runSequentialPromises
  • feat(QForm): (backport from Qv2) validate fields in order if not greedy (even async); mark field as dirty if validation fails #​14405 (#​14410)
  • feat(QCircularProgress): (backport from Qv2) New Boolean prop -> rounded (#​14426) (#​14452)
  • feat(a11y): (backport from Qv2) improve QExpansionItem, QSelect, QChip, QDialog, QMenu, QFab, QBtnDropdown #​14338 (#​14455)
  • feat(QTable): (backport from Qv2) use virtualScrollStickySizeStart to adjust scrolling with scrollTo when non-virtual-scroll #​14450 (#​14460)

Fixes

  • fix(QUploader/QFile): (backport from Qv2) should avoid duplicates when append is set, instead of the other way around
  • fix(ui): (backport from Qv2) Add TS definitions for "is" utils (#​14456)

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.20.1

Compare Source

New

  • feat(utils): (backport from Qv2) Expose "is" utils
  • feat(ui): (backport from Qv2) Offer callable builtin validation rules (#​14403)

Fixes

  • fix(QInput): (backport from Qv2) do not change overflow on autogrow textarea because it breaks undo and does not compute size as expected #​14344, #​14263, #​13196 (#​14397)
  • fix(QFile): (backport from Qv2) files wrongly marked as duplicated when non-append after subsequent file picking #​14406

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.20.0

Compare Source

New

  • feat(Loading): (backport from Qv2) ability to group instances; allows multiple instances simultaneously while managing the state of each group individually
  • feat(QBtnDropdown): (backport from Qv2) add "loading" slot #​12857

Fixes

  • fix(QSlider/QRange): (backport from Qv2) fix odd keydown behavior when on vertical mode (fix: #​13132) (#​14385)
  • fix(QSelect): (backport from Qv2) skip tab navigation for autocomplete input #​14378 (#​14377)
  • fix(QField): (backport from Qv2) prevent focus when clicking on bottom slot #​14383 (#​14386)

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.19.5

Compare Source

New

  • feat(QSelect): improve aria attrs; sync to Qv2 implementation #​13901 (#​13907)
  • feat(QExpansionItem): (backport from Qv2) expose internal expanded status for header slot #​13915 (#​13922)

Fixes

  • fix(QField): (backport from Qv2) fix detection of floating label when value is number #​13985 (#​13989)
  • fix(QFile/QUploader): (backport from Qv2) reset file input after files are processed - avoid change event not triggering on reselecting same set of files #​14047 (#​14055)

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.19.4

Compare Source

Fixes

  • fix(QUploader): (backport from Qv2) "washed-up" header bg color #​12515
  • fix(QSelect): (backport from Qv2) autofocus attr was not set when not using use-input #​13831 (#​13833)
  • fix(QInput): (backport from Qv2) prevent problems with cordova on iOS #​13653 (#​13838)
  • fix(QTree): (backport from Qv2) use correct margin right for spinner when not dense (#​13841)

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.19.3

Compare Source

New

  • feat(ui): (backport from Qv2) add uz-Cyrl & uz-Latn language packs (#​13783)

Fixes

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.19.2

Compare Source

New

  • feat(ui): (backport from Qv2) Samoan language pack
  • feat(ui): (backport from Qv2) $dark-page variable #​13716

Fixes

  • fix(VirtualScroll): guard setOverflowAnchor for undefined contentEl (#​13546)
  • fix(extractDate): default to first day of month instead of last day of prev month when day is missing in the mask #​13514 (#​13525)
  • fix(QInput/QSelect): simplify and fix composition detection #​13599 (#​13658)
  • fix(QIcon): fix QIcon shrink without breaking aspect #​12016, #​13521 (#​13650)
  • feat(QFile/QUploader): add class on component when DnD is active #​13629 (#​13634)
  • fix(QTable): (backport from Qv2) Unnecessary border after last row of nested table (#​13204)
  • fix(QSelect): fix menu scroll when options list length increases #​13700, #​13694 (#​13711)
  • fix(anchor): prevent error while setting anchor on detached component #​9396, #​13707 (#​13712)
  • fix(ui): data-autofocus attr should not exist when autofocus is false #​13511
  • fix(Ripple): don't trigger duplicate early ripple on mobiles #​13596 #​13727
  • fix(ui): (backport from Qv2) updates to Catalan lang pack
  • fix(ui): (backport from Qv2) update ko-kr

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.19.1

Compare Source

Fixes

  • fix(QIcon): sync QIcon.styl to .sass (#​13458)
  • fix(QInput): use more lax detection for composition on firefox #​10198 (#​13469)

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.19.0

Compare Source

Features

  • feat(ui): support for Material Symbols icon sets (@​quasar/extras => v1.14.0)
  • feat(ui): (backport from Qv2) add Myanmar(Burmese) language (#​13338)

Fixes

  • fix(QInput): fix extra space on bottom of autogrow QInput on large texts on one line #​13196 (#​13236)
  • fix(QInfiniteScroll): do full initialization when scrollTarget changes #​13212 (#​13366)
  • fix(QField): target ref is not focusable but clearValue tries to focus it #​13354 (#​13362)
  • fix(QBtn): move .q-btn__progress--dark on the correct element #​13333 (#​13342)
  • fix(ui): use optionsDense prop to check virtual scroll item size #​13444 (#​13447)
  • fix(ui): remove pointless boolean expression in editor-caret (#​13441)
  • fix(QUploader): prevent flicker when dragging out (#​13274)
  • fix(QEditor): get selection on selectionchange #​13326 (#​13328)
  • fix(QLayout): make layout internal scrollable element focusable #​13394 (#​13396)

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.18.10

Compare Source

New

  • feat(ui): (backport from Qv2) add new props to QVideo (#​13048)
  • feat(ui/validations): (backport from Qv2) New rule - email (basic validation) (#​13115)

Fixes

  • fix(VirtualScroll): (backport from Qv2) don't use stylesheet to anchor active el - CSP related #​13025 (#​13056)
  • fix(QDialog/QMenu/QTooltip): (backport from Qv2) prevent focus change triggers while in transition #​13088

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.18.9

Compare Source

Fixes

  • fix(QDialog): (backport from Qv2) it should directly focus on the autofocusable only first time; then on focusing out it should look for any focusable element; also revert DialogPlugin button order #​12871

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.18.8

Compare Source

Perf

  • perf(QIcon): (backport from Qv2) simplify fontawesome logic

Fixes

  • fix(VirtualScroll): fix attached events to scroll target when activate/deactivate #​12981 (#​12984)
  • fix(QCheckbox/QRadio): (backport from Qv2) icon size overflowing container #​12837
  • fix(DialogPlugin): switch positions of OK and Cancel for accessibility/focus #​12871
  • fix(QFab): activeIcon prop name should be retrieved as camel instead of kebab #​12932 (#​12941)

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.18.7

Compare Source

Fixes

  • fix(QFile): check if there are selected files before setting single mode model #​12753 (#​12754)
  • fix(ui): extend() method #​12831
  • fix(ui/QIcon): update regex to support Fontawesome Pro v6 (#​12834)
  • fix(QSelect): fix refresh of options virtual list when using computed/changing options #​12434 #​12730
  • fix(ui/QIcon): update regex to support Fontawesome Pro v6 (#​12834)
  • fix(QFab): activeIcon prop name should be retrieved as camel instead of kebab #​12932 (#​12941)

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.18.6

Compare Source

Features

  • feat(ui): Font Awesome v6 integration (important! This is a major release of Font Awesome. Many icons have been renamed. Double-check and make appropriate changes to your own code.)
  • feat(QBtn): (backport from Qv2) easily allow preventing evt (@​keydown.enter.space.prevent @​mousedown.prevent @​touchstart.prevent) #​12385 (#​12465)
  • feat(QField): (backport from Qv2) move append slot after loading/error indicators #​12699 (#​12716)
  • feat(ui/lang): (backport from Qv2) New language pack - Kazakh (kz.js) (#​12690)
  • feat(ui/lang): (backport from Qv2) improve lang\ug.js (#​12537)
  • feat(ui): (backport from Qv2) Add Basque language pack (#​12570)

Fixes

  • fix/perf(is): (backport from Qv2) improve perf of isPlainObject and avoid problems with Symbol.toStringTag
  • fix(QLinearProgress): (backport from Qv2) workaround for rounded borders on iOS #​12694 (#​12719)
  • fix(QKnob): (backport from Qv2) fix reverse mode and rtl mode #​12651 (#​12721)
  • fix(QInput): (backport from Qv2) update internal value if using mask and external value is changed from the cached one #​12638 (#​12723)
  • fix(QIcon): (backport from Qv2) Check for FontAweome icon names needs a space after name modifier (#​12718)
  • fix(QFile/QUploader): (backport from Qv2) handle dragleave on the original drop target when the event is missing on the __dnd target (#​12725)
  • fix(LoadingBar): (backport from Qv2) update isActive value when xhr events are hijacked #​12573 (#​12727)
  • fix(QField/QSelect): (backport from Qv2) improve attrs on controls #​12383 (#​12485)

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.18.5

Compare Source

Features

  • feat(Notify): (backport from Qv2) New props -> icon-color, icon-size, spinner-color, spinner-size #​12417
  • feat(QDate/QTime): (backport from Qv2) allow to partially specify the ad-hoc "locale" (merge with current Quasar lang pack) #​12396
  • feat(QStepper): (backport from Qv2) allow done/error/active-icon props to have "none" value, in which case defer to prefix or regular icon #​8640 #​10671

Fixes

  • fix(ui): (backport from Qv2) introduce private isPlainObject() function to fix various areas in the UI #​12403

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.18.4

Compare Source

Features

  • feat(QKnob): (backport from Qv2) New props -> inner-min and inner-max (#​12365)

Fixes

  • fix(mask): (backport from Qv2) always compare external value as string for emit #​12326 (#​12351)
  • fix(QSelect): (backport from Qv2) don't change option index by mouse when menu is hidden (#​12358) (#​12360)

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.18.3

Compare Source

Fixes

  • fix(Screen): fallback to documentElement when scrollElement is missing (jest) #​12318 (#​12320)

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.18.2

Compare Source

Fixes

  • fix(QTree): (backport from Qv2) correctly handle node clickability for node > selectable: false (but expandable) #​8327
  • fix(Screen): change screen dimmensions formula for mobiles #​12311 (#​12313)

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.18.1

Compare Source

Features

  • feat(ui/date): (backport from Qv2) normalize all params (allow singular AND plural)

Fixes

  • fix(QForm): (backport from Qv2) improve submit() and validate() -- does not works correctly in certain scenarios with async rules #​5432
  • fix(QInput): (backport from Qv2) fix backface visibility after transform (#​12297)

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.18.0

Compare Source

Features

  • feat(QCheckbox): (backport from Qv2) new props -> checked-icon, unchecked-icon, indeterminate-icon #​12233
  • feat(QRadio): (backport from Qv2) new props -> checked-icon, unchecked-icon #​12233
  • feat(Meta): (backport from Qv2) Allow render of attributes with Boolean true as value Boolean HTML attributes #​12144

Fixes

  • fix(VirtualScroll): (backport from Qv2) force cast ratio props to number #​12150 (#​12151)
  • fix(QStepper): (backport from Qv2) prevent dot line to create scrollable panels - firefox #​11997, #​8533 (#​12156)
  • fix(QField): (backport from Qv2) don't hide bottom slot when field is disabled #​12224 (#​12225)
  • fix(QSelect): (backport from Qv2) public method isOptionDisabled() should always return a Boolean #​12046
  • fix(QInput): (backport from Qv2) dynamically changing type temporarily makes inner native input lose its value #​12078
  • fix(Screen): (backport from Qv2) use viewport to get window size to avoid problems with zoom/HiDPI #​10120 (#​12234)
  • fix(ui/date): (backport from Qv2) correctly adjust date when changing months #​12270

Donations

Quasar Framework is an open-source MIT licensed project that has been made possible due to the **gener


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.

@guardrails
Copy link

guardrails bot commented Jun 7, 2021

⚠️ We detected 12 security issues in this pull request:

Vulnerable Libraries (12)
Severity Details
Medium semantic-git-commit-cli@3.7.0 (t) upgrade to: >=1.1.0
Medium blamer@1.0.1 (t) upgrade to: >1.0.1
High korojscommands@1.2.11 (t) upgrade to: >=0.1.0
High libnpmaccess@3.0.2 (t) upgrade to: >3.0.2
High libnpmhook@5.0.3 (t) upgrade to: >5.0.3
High libnpmorg@1.0.1 (t) upgrade to: >1.0.1
High libnpmpublish@1.1.3 (t) upgrade to: >2.0.0
High libnpmsearch@2.0.2 (t) upgrade to: >2.0.2
High libnpmteam@1.0.2 (t) upgrade to: >1.0.2
Medium npm-lifecycle@3.1.5 (t) upgrade to: >=2.0.0
High npm-profile@4.0.4 (t) upgrade to: >4.0.4
High yaml@2.2.1 (t) upgrade to: >2.2.1

More info on how to fix Vulnerable Libraries in JavaScript.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.15.20 fix(deps): update dependency quasar to v1.15.21 Jun 16, 2021
@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.15.21 fix(deps): update dependency quasar to v1.15.22 Jul 8, 2021
@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.15.22 fix(deps): update dependency quasar to v1.15.23 Jul 19, 2021
@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.15.23 fix(deps): update dependency quasar to v1.16.0 Sep 16, 2021
@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.16.0 fix(deps): update dependency quasar to v1.18.5 Mar 7, 2022
@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.18.5 fix(deps): update dependency quasar to v1.18.6 Mar 11, 2022
@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.18.6 fix(deps): update dependency quasar to v1.18.7 Mar 27, 2022
@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.18.7 fix(deps): update dependency quasar to v1.18.8 Mar 31, 2022
@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.18.8 fix(deps): update dependency quasar to v1.18.9 Apr 1, 2022
@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.18.9 fix(deps): update dependency quasar to v1.18.10 Apr 8, 2022
@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.18.10 fix(deps): update dependency quasar to v1.19.0 May 18, 2022
@renovate renovate bot force-pushed the renovate/quasar-1.x branch 2 times, most recently from b83d552 to d43a7ac Compare May 22, 2022 19:51
@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.19.0 fix(deps): update dependency quasar to v1.19.1 May 22, 2022
@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.19.1 fix(deps): update dependency quasar to v1.19.2 Jun 19, 2022
@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.19.2 fix(deps): update dependency quasar to v1.19.3 Jun 29, 2022
@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.19.3 fix(deps): update dependency quasar to v1.19.4 Jul 4, 2022
@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.19.4 fix(deps): update dependency quasar to v1.20.2 Sep 25, 2022
@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.20.2 fix(deps): update dependency quasar to v1.22.2 Nov 20, 2022
@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.22.2 fix(deps): update dependency quasar to v1.22.6 Mar 16, 2023
@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.22.6 fix(deps): update dependency quasar to v1.22.8 Mar 17, 2023
@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.22.8 fix(deps): update dependency quasar to v1.22.9 Apr 3, 2023
@renovate renovate bot changed the title fix(deps): update dependency quasar to v1.22.9 fix(deps): update dependency quasar to v1.22.10 May 28, 2023
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.

0 participants