No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Quasarians in Action #24. With Staff Pick of the Week!

    Useful Tips (NEW)
    1
    1
    226
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • s.molinari
      s.molinari last edited by

      We would like to thank all of you, our awesome Quasar community. And in a spirit of give and share we’d like to present our cherry-picked community contributions with you. One of the contributions is picked by the team as our “Pick of the Week” to honor who we felt made the best contribution (outside of the core team).

      Tip of the Week

      How to set up a Dockerfile to deploy the SSR image?

      FROM node:10
      WORKDIR /app
      COPY package*.json ./
      RUN yarn global add @quasar/cli
      RUN yarn
      COPY . .
      RUN quasar build -m ssr
      WORKDIR /app/dist/ssr 
      CMD yarn start
      

      Tutorials and Articles

      Staff Pick Watch today an online meetup The multiverse of applications with Vue.js and Quasar Framework in Portuguese.

      farwish shared 2 articles in Chinese:

      • Quasar BEX preview guide
      • Deploy Quasar SSR combine with pm2 and Nginx for proxy

      Reported and Fixed Issues

      Yao Lee Teoh reported the issue QSelect placeholder disappears on any device other than a desktop which was fixed by a fix(QSelect): Display input field as readonly when behavior is dialog #6669
      Martin Pare reported the issue Clearable Select do not retain cleared value which was fixed by a feat(QSelect): Improve autocomplet focus handling #6663
      LI Long reported the issue TypeError: Cannot read property ‘filter’ of undefined on QUploader which was fixed by a fix(QUploader): TypeError: Cannot read property ‘filter’ of undefined on QUploader #6647
      vykimo reported the issue [Screen plugin] body screen–sm/xs etc is not set by default which was fixed by a fix(Screen): screen-xs body class is left out on initialization #6641
      Sergey Shumov reported the issue QSelect maxlength is not passed which was fixed by a perf(QSelect): add max-length property
      Denis Mashkov reported the issue Incorrect extractDate with timezone offset which was fixed by a fix(date utils): Correctly extract dates with timezoneOffset different than the current one; keep original timezone in QDate and QTime #6615
      prophe05 reported the issue DatePicker pick wrong date when custom mask is applied which was fixed by a fix(QDate): conditional assignment

      Submitted PRs

      Quasar

      René Gutiérrez submitted a PR Update umd.md
      Onur Köse submitted a PR QBanner avatar set aligned to top
      quasar-v1.9.11

      Quasar Awesome

      ethan submitted a PR Two personal articles and deployed projects
      Pratik Patel submitted a PR Added Project in Projects Using Quasar section

      The list does not include PRs from the Quasar Core team.

      Repository Activity

      quasarframework/quasar

      • Contributors - 2 (commits by Quasar community)
      • rstoenescu - 8
      • pdanpdan - 6
      • webnoob - 1

      quasarframework/quasar-awesome

      • Contributors - 2 (commits by Quasar community)

      And hawkeye64 contributed to the following repositories:

      • QCalendar - 6
      • QIconPicker - 6
      • QMediaPlayer - 4
      • QMarkDown - 2

      Quasar Releases

      As always you can find all latest releases and release notes in the documentation.

      Quasar Official App Extension Releases

      QIconPicker - v1.1.4
      QMediaPlayer - v1.0.21

      Thank you for your valuable time in making Quasar a better framework! We’ll be continuing this posting of favorites in the coming weeks. Stay tuned! 🙂

      Call to action
      Please share important or interesting contributions, Quasar community news, tutorials, videos or great goding tips and tricks. Those which you would like to see in the next Quasarians in Actions. Please use Quasar chat preferable in channels #i-made-this, #offtopic or #other AND tag @Stanislav (EN/CZ-eu).

      If you like this aggregation of best contributions and would even like a more direct reception of this information, or you have any other ideas for honoring contributions to Quasar, please let us know in the Discord.

      1 Reply Last reply Reply Quote 0
      • First post
        Last post