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): bump quasar from 1.16.0 to 2.1.2 in /demo #295

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps quasar from 1.16.0 to 2.1.2.

Release notes

Sourced from quasar's releases.

quasar-v2.1.2

Fixes

  • fix(QField/API): the "control" slot has "modelValue" instead of "value" #10939
  • fix(QTabs): correctly pick best QRouteTab when available #10848
  • fix(QBtn): protect listeners when component has been destroyed #10955
  • fix(ui): log missing parent QForm when using useFormChild with requiresQForm === true (#10965)
  • fix(QInput): label makes horizontal scroll appear on iOS 15 #10866
  • fix(QTime): "Now" button misbehaving if user is already middleway selecting a time #10727
  • fix(QDate): "Today" button should only set model (and not toggle it - set/unset)

quasar-v2.1.1

New

  • feat(ts): add Volar support with event and slot types (#10839) (#10926)
  • feat(QDialog): New prop -> no-shake (#10858)
  • feat(QDialog): script setup SFC compliance

Fixes

  • fix(ui): ui/lang; fix typo in de; change 'tage' to 'Tage' (#10714)
  • fix(ui): account script setup when invoking hide() (#10850)
  • fix(ui): add null check to childHasFocus (#10367)
  • fix(ts): add fontawesome-v5-pro iconset option
  • fix(API/docs): fix wider use of an English idiom (#10703)

quasar-v2.1.0

  • fix(json api): Fixed improperly used English idiom (#10590)

  • fix(css): vite minifying css warning (#10593)

  • fix(lang): improve some zh-TW translations (#10561)

  • feat(ui): This release contains new mdi-v6 and svg-mdi-v6 icon-sets.

quasar-v2.0.4

  • fix(QSelect/QInfiniteScroll): Correct some wrongly exposed methods (fixes #10433) (#10443)
  • feat(ts): enhance components types for better TS support into Jest AE (#10162)
  • feat(lang): add Bengali language pack (#10436)
  • fix(lang): typo in Thai language pack (#10258)

quasar-v2.0.3

New

  • feat(QField): improve a11y - add alert role to error messages, add aria-invalid #8884 (#9988)
  • feat(ui): improve handling of empty slots #9547 #9984
  • feat(QSelect): improve a11y for screen readers #9304 (#9983)

Fixes

  • fix(QColor): Making sure panel exists before mouse event is processed #10028 (#10096)
  • fix(QInput): restore caret position in textarea #9915 (#9962)
  • fix(mask): don't use computed to detect if mask should be used because they are updated too late (#10022)
  • fix(QFab): scope the --opened class to actions and icon-holder to allow nested QFabs #9973 (#9981)
  • fix(QTooltip): correctly determine if anchorEl is available
  • fix(QCheckbox,QRadio,QToggle): workaround for bg not printing in webkit #10007 (#10008)
  • fix(QBtnDropdown): split + unelevated/outline design #10079

... (truncated)

Commits
  • 5196c6d chore(ui): Bump version
  • 3cf3e30 fix(QDate): "Today" button should only set model (and not toggle it - set/unset)
  • 950355b fix(QTime): "Now" button misbehaving if user is already middleway selecting a...
  • 811911e fix(QInput): label makes horizontal scroll appear on iOS 15 #10866
  • 9fe0a6f Merge branch 'dev' of github.com:quasarframework/quasar into dev
  • 5e84219 fix(QBtn): protect listeners when component has been destroyed #10955
  • da38198 fix(#10963): log missing parent QForm when using useFormChild with requiresQF...
  • 9098399 chore(dev/QTabs): reinstate some QRouteTabs in tabs dev page #10848
  • 4e57d88 fix(QTabs): correctly pick best QRouteTab when available #10848
  • e7466d9 Merge branch 'dev' of github.com:quasarframework/quasar 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[bot] commented 2 years ago

Superseded by #300.