Skip to content

quasar-pdan-v1.22.0-beta.3

Compare
Choose a tag to compare
@pdanpdan pdanpdan released this 17 Oct 11:12
· 9886 commits to dev-pdan since this release

Based on Quasar v1.22.0

Docs

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

Fixes in main branch

  • fix(QSelect): (backport from Qv2) safari scrolls to top when focusing a 0 dimension element quasarframework#13693

Fixes not in main branch

  • fix(cache): avoid stack overflow because of vue reusing elements
  • 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(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

Features not in main branch