hawkeye64 / electron-quasar-file-explorer

A Simple File Explorer using Vue/Quasar/Electron
MIT License
182 stars 51 forks source link

Bump quasar from 1.14.1 to 1.15.3 #184

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps quasar from 1.14.1 to 1.15.3.

Release notes

Sourced from quasar's releases.

quasar-v1.15.3

Fixes

  • fix(ui/TS): openURL params (#8410)
  • fix(QUploader): check existence of fileInput before resetting (#8400)
  • fix(QPopupEdit): do not allow setting the value if it's invalid and not changed #8416 (#8420)

quasar-v1.15.2

New

  • feat(QSlideItem): add @slide event to allow customizing slots while sliding #7282 (#8369)
  • feat(QBadge): #8292 add round prop (#8370)

Fixes

  • fix(QSlider/QRange): make control not editable is min >= max and guard all divisions by 0 #6859 (#8367)
  • fix(QTable): do not trigger a refresh of the table when loading status is changed #6855 (#8365)
  • fix(rtl): revert changes to RTL (rtl:ignore) in base CSS - it would break rules precedence #8379 (#8383)

quasar-v1.15.1

New

  • feat(DialogPlugin): allow using async components as custom component #8288 (#8296)
  • feat(Notify): allow passing class and style for action buttons (#8298)
  • feat(utils/animated scroll): calculate animated scroll based on timers in requestAnimatedFrame #7800 (#8100)
  • feat(ui/lang): New language pack - Icelandic #8316
  • feat(QFabAction): Allow using QFabAction outside QFab #8328 (#8360)
  • feat(QTable): New event - "row-contextmenu" #7803

Fixes

  • fix/perf(VirtualScroll): prevent re-rendering of content items when both from and to changes #8344 (#8357)
  • fix(QSeparator): do not allow separator to be flex shrunk #8280 (#8299)
  • fix(QSeparator): do not force width or height to avoid overflowing the parent #8307 (#8308)
  • fix(QBtnDropdown): do not pad left the dropdown icon if there is no label text #8293 (#8303)
  • fix(QBtnToggle): use a clone of computed used for render when they have listeners #8332 (#8333)
  • fix(QTabs): improve tabs width calculation; improve arrow detection on mobile #8356, #8317 (#8359)
  • fix(sass): Add !default to animate variables in variables.scss (#8321)
  • fix(TS): type's error for params utc of startOfDate & endOfDate #8183 (#8355)
  • chore(QScrollArea): fix description for "visible" prop

quasar-v1.15.0

New

  • feat(date utils): add UTC support for startOfDate/endOfDate #8052 (#8183)
  • feat(QPagination): add more button props #7929 (#8178)
  • Azerbaijani language pack (az-latn) (#8170)
  • feat(ui): Add keep-alive props to all components using panels #8190 (#8199)
  • perf(QSelect): re-render only the options that have changed active or focused state (#8185)
  • feat(QSelect): improvements for QSelect #8169, #7898 (#8176)
  • feat(virtual-scroll): use overflow-anchor to keep the selected item fixed on screen on supported browsers (#8218)

Fixes

  • fix(QField): use --focused class only when field is focused and use --highlighted for focused or with error; fix focus glitch with input types with browser provided interface #8203 (#8204)
  • fix(QTime): fix removed defaultDate prop #8196 (#8198)
  • fix(QTable): duplicate headerClasses added #8205

... (truncated)

Commits
  • 61cc4da chore(ui): Bump version
  • f43a594 chore(docs): update installation.md #8443
  • ba5614d docs: add survery results link (#8440)
  • dd20086 Update installation.md (#8443)
  • c8d4d95 docs(ui): Update Projects with Active Maintainer (#8438)
  • acb9d99 fix(QPopupEdit): do not allow setting the value if it's invalid and not chang...
  • 8f0dfc6 fix(QUploader): check existence of fileInput before resetting (#8400)
  • 021bd88 Update bug_report.md
  • 9263629 Update bug_report.md
  • 18ec0c1 Merge remote-tracking branch 'origin/dev' into dev
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #190.