Skip to content

quasar-pdan-v1.19.3-beta.1

Compare
Choose a tag to compare
@pdanpdan pdanpdan released this 29 Jun 14:23
· 9886 commits to dev-pdan since this release

Based on Quasar v1.19.3

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
  • fix(QTree): use correct margin right for spinner when not dense
  • 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

Features not in main branch