Skip to content

Releases: pdanpdan/quasar

quasar-pdan-v1.22.10-beta.12

18 Dec 23:32
Compare
Choose a tag to compare

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

quasar-pdan-v1.22.10-beta.11

13 Dec 10:18
Compare
Choose a tag to compare

Based on Quasar v1.22.10

Docs

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

Fixes not in main branch

  • 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

quasar-pdan-v1.22.10-beta.10

22 Nov 17:12
Compare
Choose a tag to compare

Based on Quasar v1.22.10

Docs

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

Fixes not in main branch

  • 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

quasar-pdan-v1.22.10-beta.1

04 Sep 11:06
Compare
Choose a tag to compare

Based on Quasar v1.22.10

Docs

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

WARNING

Removed feat(QField): Add outlined as from MD #3262

Fixes not in main branch

  • 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

quasar-pdan-v1.22.0-beta.5

29 Oct 18:59
Compare
Choose a tag to compare

Based on Quasar v1.22.0

Docs

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

WARNING

Removed * feat(QField): Add outlined as from MD #3262

Fixes in main branch

  • fix(transitions): set appear-xxx related props
  • fix(QBottomSheet): prevent double emit onOk when pressing ENTER on QItem
  • fix(QScrollArea): process rtl mode; keep scroll position on rtl change quasarframework#14721
  • fix(mask): trim input to the length of the mask (if mask is not reverse) to avoid regex lock quasarframework#14558
  • 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 in main branch

  • feat(QScrollObserver): trigger on rtl mode change
  • feat(QDialog/QForm): improve selection of autofocused element; refocus same element on click outside
  • feat(transitions): do not change transition name when showing/hiding - prevent re-render quasarframework#14491

Features not in main branch

quasar-pdan-v1.22.0-beta.4

18 Oct 09:23
Compare
Choose a tag to compare

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(QBottomSheet): prevent double emit onOk when pressing ENTER on QItem
  • 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.22.0-beta.3

17 Oct 11:12
Compare
Choose a tag to compare

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

quasar-pdan-v1.22.0-beta.2

17 Oct 09:55
Compare
Choose a tag to compare

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

quasar-pdan-v1.22.0-beta.1

14 Oct 08:28
Compare
Choose a tag to compare

Based on Quasar v1.22.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.21.1-beta.1

05 Oct 10:32
Compare
Choose a tag to compare

Based on Quasar v1.21.1

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