quasarframework / quasar-ui-qmarkdown

A Quasar UI App Extension to display inline markdown
https://quasarframework.github.io/quasar-ui-qmarkdown/
MIT License
157 stars 28 forks source link

chore(deps-dev): bump quasar from 1.16.0 to 2.3.0 in /ui #346

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps quasar from 1.16.0 to 2.3.0.

Release notes

Sourced from quasar's releases.

quasar-v2.3.0

New

  • feat(ui/composables): support for "emits" in Object form #10773 #10775
  • feat(VirtualScroll,QInfiniteScroll): restore scroll position when using keep-alive #10240
  • feat(QLinearProgress/QCircularProgress): New prop -> animation-speed #10464

Fixes

  • fix(QPopupProxy): default slot not rendered correctly in SSR mode after first show()/hide() #10218
  • fix(QInfiniteScroll): loading slot after "done(true)" doesn't disappear #11100
  • fix(QTable): correctly define onUpdate:pagination type so additional event attachment besides v-model to work
  • fix(ui): cover corner-case for Quasar portals with script setup #9880

Possible small breaking change

We're sorry, we don't do this like ever in minor releases, but we cannot go around fixing #10218 without it ("default slot not rendered correctly in SSR mode after first show()/hide()"), so it is an exceptional case: QPopupProxy + QDate/QTime/QCarousel/QColor had "cover" prop applied by default when using menu; now you need to add it yourself (everything will still work if not added, it just won't have the "cover" behavior).

<q-popup-proxy>
  <q-time ...>

<!-- now becomes -->

<q-popup-proxy cover> <q-time ...>

@​quasar/app-v2.2.10

  • feat(app): upgrade Vue to 2.6.14

@​quasar/app-v2.2.9

  • feat(app): upgrade Vue to v2.6.13

@​quasar/app-v2.2.8

Uses the new branding/logo

@​quasar/app-v2.2.7

  • Upgraded deps: vuex@3.6.2, vue-router@3.5.1, archiver@5.3.0, chalk@4.1.1, chokidar@3.5.1, fast-glob@3.2.5, isbinaryfile@4.0.8, semver@7.3.5, table@6.7.1, vue-loader@15.9.7, vue-style-loader@4.1.3, sass@1.32.12, webpack-dev-server@3.11.2, webpack-bundle-analyzer@4.4.2

@​quasar/app-v2.2.6

  • fix(ui/ts): add missing ssrContext param for singleton language set (#8807)

quasar-v2.2.4

  • feat(QTime): do not reset min/sec when setting hour and sec when setting minute #6306
  • feat(QTree): new prop -> dense #10559
  • fix(utils/date): allow for dateHash comparison with years having different number of digits #8918
  • fix(QUploader): emit "rejected" event when also adding duplicate files #7298
  • fix(ui): correctly define onUpdate:modelValue type to avoid "Invalid prop type check" Vue warning #11057

quasar-v2.2.3

  • perf(ui): small tweaks to comp & directive creation

... (truncated)

Commits
  • 1b310a4 chore(ui): Bump version
  • 39d7c18 fix(ui): cover corner-case for Quasar portals with script setup #9880
  • 7f8deee feat(app): Update passing extra params for dev/build when on powershell #10002
  • 8a17461 feat(docs): Update Powershell usage when supplying extra params in shell #10002
  • 67fb45c feat(docs): update some QPopupProxy examples #10218
  • b27274f fix(QPopupProxy): default slot not rendered correctly in SSR mode after first...
  • 6dcad09 feat(QLinearProgress/QCircularProgress): New prop -> animation-speed #10464
  • 29b8009 feat(VirtualScroll,QInfiniteScroll): restore scroll position when using keep-...
  • cea4273 feat(ui/composables): support for "emits" in Object form #10773 #10775
  • 37ae36d fix(docs): QTable > VirtscrollDynamic example -- wrong definition of paginati...
  • 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[bot] commented 2 years ago

Superseded by #353.