Skip to content

quasar-pdan-v1.22.10-beta.12

Latest
Compare
Choose a tag to compare
@pdanpdan pdanpdan released this 18 Dec 23:32
· 9886 commits to dev-pdan since this release

Based on Quasar v1.22.10

Docs

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

Fixes not in main branch

  • fix(a11y): remove aria-readonly from labels for QField, QCodeol, QDate, QEditor (backport from Qv2) quasarframework#16705
  • fix(QSlider/QRange): when step is 0 -> QSlider key change is incorrect & QRange snaps to integer on dragRange (backport from Qv2) quasarframework#16700
  • fix(QField): wrong selector for dense - seen on dense QSelect with use-input
  • fix(QSlider/QRange): steps start at innerMin - as in markers quasarframework#16614 (quasarframework#16615)
  • fix(QDate): do not change time when using today button in QDate quasarframework#16623
  • fix(dark): scope detection of dark mode to screen
  • fix(QCircularProgress): account for stroke-linecap behavior for rounded QCircularProgress quasarframework#16586 (ref quasarframework#16593)
  • fix(QField): correctly unfocus fields when readonly and/or disable are set while field is focused
  • fix(QSelect): a disabled option should still be marked as selected/active quasarframework#16567
  • fix(QBtn): consider all not true values as false for stack prop quasarframework#16494
  • fix(QImg): rename error event param in interface
  • fix(QItem): item should be selectable using the space key (backport from Qv2) quasarframework#16107
  • fix(QDate): use the closest month to minNav/maxNav quasarframework#16500 (quasarframework#16501)
  • fix(QScrollArea): backport from Qv2 - mouse events on content trigger on first tap in iOS quasarframework#16210
  • fix(QSelect): backport from Qv2 - input-debounce prop should also affect the "input-value" event quasarframework#16377
  • fix(QSelect): backport from Qv2 - backspace behavior when clearable is not set quasarframework#16481
  • fix(mask): keep null value on clear quasarframework#16346
  • fix(QSlider): wrong ticks when inner-min is equal to inner-max quasarframework#16323
  • fix(QItem): improve click behavior on ios in non-desktop mode quasarframework#13619
  • 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
  • fix(transitions): set appear-xxx related props
  • 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