Quasar & Quasar CLI v0.17.0 are out! SSR arrived.
-
Great job!
-
What a brilliant release. Fixed a lot of small things I’ve had issues with.
Cheers! -
Thank you so much for this great job.
-
A small followup of v0.17 release. Please upgrade to v0.17.1 as soon as possible.
Fixed some reported issues:
- fix: Weird webpack behavior regarding css files
- fix: Vendor chunk changing filename on every build
- fix(PWA): service-worker.js path for production
- [Bug] .17 - Notify defaults #2322
Enjoy!
-
@rstoenescu Thanks for quickly fixing that notify bug!
-
@Nicholas Thanks for reporting it! Wish this was caught during the beta stage.
-
Another batch of fixes. If you are on v0.17, please upgrade to v0.17.2. Enjoy!
QUASAR
Input: outline and textarea height (#2328)
CLI
fix: bug with q-app div detection when using Pug #150
fix: helper path for logger when running a command outside of a Quasar project folder (#152)
fix: Quasar source code transpiling -
raz on fire! thanks
-
And well underslept!
-
So many goodies in this release. Using QTable grid will be my first refactor but I’ll probably be implementing all of the new features.
I have a question about preFetch. How does it differ from beforeCreate?
Thank you for this very easy and smooth upgrade.
-
@RichAyotte It can be async (remember to return a Promise in this case), it runs before the route is validated, it has access to all of its params (redirect, currentRoute, previousRoute, ssrContext etc etc). The doc page on PreFetch Feature should explain it all.