Skip to content

Releases: pdanpdan/quasar

quasar-pdan-v1.21.0-beta.1

03 Oct 11:42
Compare
Choose a tag to compare

Based on Quasar v1.21.0

Docs

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

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

quasar-pdan-v1.20.2-beta.3

29 Sep 18:40
Compare
Choose a tag to compare

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

quasar-pdan-v1.20.2-beta.2

22 Sep 10:34
Compare
Choose a tag to compare

Based on Quasar v1.20.2

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

Features not in main branch

quasar-pdan-v1.20.1-beta.2

21 Sep 13:39
Compare
Choose a tag to compare

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

quasar-pdan-v1.20.1-beta.1

17 Sep 19:24
Compare
Choose a tag to compare

Based on Quasar v1.20.1

Docs

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

Fixes not in main branch

  • fix(QFile): fix inversed check for duplicates quasarframework#14406
  • 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

Features not in main branch

quasar-pdan-v1.19.5-beta.1

01 Aug 10:29
Compare
Choose a tag to compare

Based on Quasar v1.19.5

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

Features not in main branch

quasar-pdan-v1.19.4-beta.1

04 Jul 12:15
Compare
Choose a tag to compare

Based on Quasar v1.19.4

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

quasar-pdan-v1.19.3-beta.1

29 Jun 14:23
Compare
Choose a tag to compare

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

quasar-pdan-v1.19.2-beta.1

18 Jun 18:55
Compare
Choose a tag to compare

Based on Quasar v1.19.2

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