@VB v3.3.4 is released with min-weeks
fix.
https://github.com/quasarframework/quasar-ui-qcalendar/releases/tag/v3.3.4
https://quasarframework.github.io/quasar-ui-qcalendar/examples/month-view-mini-mode#example-Multi-Month-Selection-(range)
-
QCalendar v3.3.4 released!
Apologies for quick release…found another issue, plus last release I forgot to publish the app-ext that goes with QCalendar
https://github.com/quasarframework/quasar-ui-qcalendar/releases/tag/v3.3.4 -
RE: QCalendar suggestion
@VB Yes, that’s a bug I just found today (property
min-weeks
is ignored – and no one told me about it for over 2 years! lol). And, I just published a new release and forgot to add it in (the fix is easy). If you can wait one more day, I’ll add it in tomorrow. -
RE: Add prefix to the css class of the flex grid
Good news! I think we are shooting for v2 since Quasar v2 and q/app v3 WILL be breaking changes (as well as getting Webpack v5 put in).
-
RE: @quasar/qflashcard v1.0.0-beta.5 Release!
@ravimeetsu Excellent question! Use the
no-hover
property for clicks and mobile -
RE: Color for QLinearProgress
@dobbel - Yes. It’s just an example to show the colors are alterable.
Scott
-
RE: Question related to a document topic on usage of Axios
this.$axios
is only available within Vue’s context (i.e. .vue component files). Vuex is not within Vue’s context, so you have to import axios into Vuex (.js) files to use it.It’s actually better to also export the instance you had created in the boot file, should you have set up the instance, i.e. with a default url or any header stuff.
https://quasar.dev/quasar-cli/boot-files#Accessing-data-from-boot-files
Scott
-
RE: We need your help! Quasar 2021 Community Survey
Although, I have seen the preliminary data and it’s looking good. The results needed a few tweaks, typo fixing, etc.
It’s should be ready fairly soon.