Skip to content

quasar-pdan-v1.20.1-beta.2

Compare
Choose a tag to compare
@pdanpdan pdanpdan released this 21 Sep 13:39
· 9886 commits to dev-pdan since this release

Based on Quasar v1.20.1

Docs

https://pdanpdan.github.io/quasar-docs/

Fixes not in main branch

  • fix(cache): avoid stack overflow because of vue reusing elements
  • fix(QBtn): don't refocus blurTarget if focus is not inside button
  • fix(extend): small tweaks for extend quasarframework#12831
  • fix(Intersection): make once modifier reactive; remove wrapper div for content on component
  • fix(TouchPan): Always check for isFinal before isFirst because of synthetic event generated when detection auto starts but there is no move quasarframework#10721
  • fix(QSlider/QRange): improve model, aspect, kbd navigation
  • fix(QTabs): kbd navigate to selected tab instead of first/last; scroll to selected tab
  • fix(QTime/QUploader): use consistent --disabled modifier
  • chore(docs):
    • prevent right menu anchor update when showing dialogs
    • collapse subitems in API card
    • use viewport-fit cover and adjust safe area insets
    • improve scrolling to anchor from menu links

Fixes in next oficial release (v1.20.2)

  • fix(QUploader/QFile): (backport from Qv2) should avoid duplicates when append is set, instead of the other way around

Features not in main branch

Features in next oficial release (v1.20.2)

  • feat(a11y): improve QExpansionItem, QSelect, QChip, QDialog, QMenu, QFab, QBtnDropdown quasarframework#14338 (quasarframework#14388)
    • feat(QBtnDropdown): add a11y for toggle buttons; describe aria-controls/own; add default aria-label
    • feat(QFab): add a11y for toggle button; describe aria-controls/own
    • feat(QMenu): set default role of menu
    • feat(QDialog): set aria-modal on dialog
    • feat(QChip): add aria-label and proper role for remove button/icon
    • feat(QSelect): improve a11y - aria-readonly on focusable element; remove aria-activedescendant duplicate
    • feat(QExpansionItem): add a11y for toggle buttons; improve header slot scope quasarframework#14338
    • feat(QExpansionItem): a11y - add default area-label for toggle action
  • feat(QCircularProgress): (backport from Qv2) New Boolean prop -> rounded (quasarframework#14426) (quasarframework#14452)
  • feat(QForm): validate fields in order if not greedy (even async); mark field as dirty if validation fails quasarframework#14405 (quasarframework#14409)
  • feat(ui/utils): (backport from Qv2) New util -> runSequentialPromises