Skip to content

quasar-pdan-v1.20.2-beta.3

Compare
Choose a tag to compare
@pdanpdan pdanpdan released this 29 Sep 18:40
· 9886 commits to dev-pdan since this release

Based on next Quasar v1.20.3

Docs

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

Fixes in main branch

  • fix(QTree): Allow no-selection-unset to accept 0 as a key quasarframework#14506
  • fix(QForm): add forgotten check for errors resolving as undefined if not greedy and all valid quasarframework#14492 (quasarframework#14493)
  • fix+refactor(ui/utils): "is" utils are not exported correctly; differentiate between private and public utils

Fixes not in main branch

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

  • feat(QTabs): focus directly on the active tab, if any
  • perf(QTabs): improve register/unregister algorithm
  • feat(QTabs): disable state should not matter when determining current active route
  • feat(QTabs): improve keyboard navigation (home/end keys)
  • feat(QTabs): improve algorithms
  • feat+perf(ui): backport QTabs & router-link (adapt it to vue router v3 and make it a mixin) from Qv2 quasarframework#14470
  • feat(ui): (backport from Qv2) useTick() / useTimeout() -like utils
  • feat(ui): backport inject-prop private util from Qv2
  • feat(QDialog): (backport from Qv2) New Boolean prop -> allow-focus-outside
  • docs(QTable): add a complex custom selection slot example quasarframework#13374 (quasarframework#14485)
  • feat(QRating): add a11y for icons quasarframework#13941 (quasarframework#14477)
  • feat(QCheckbox,QRadio,QToggle): set aria-hidden on the whole __inner content (includes visual style and form component) quasarframework#13093 (quasarframework#14478)

Features not in main branch