Quasar v0.14.1 released.
-
Thanks for the highlights list. Do you have a change log showing the updates since the “Future v0.14 Feature List”
-
@a47ae said in Quasar v0.14.1 released.:
Just change the version string in package.json to
^0.14.1
There are changes in the structure of boilerplate and dev-libs … Best way is to create a current project and migrate your src from Beta to the new format.
-
@rogeriomq I have to disagree with that, assuming one is already on 0.14 the easiest way to update to 0.14.1 is to update to the version in
package.json
.
The updates of the packages are not necessary, they are only updated to Webpack v3, which is recommended, but the simple way to update is to just look at the div from 0.14 to 0.14.1 in the template and update accordingly.
Diff of 0.14 template to 0.14.1 it is basically just some changes on the dev server, eslint rules and updated packages, shouldn’t take longer than 10 minutes to adapt to the changes. -
Awesome! @rstoenescu ! thanks
-
How to upgrade from 0.13 to 0.14 version? Should I only update package.json and run
yarn upgrade
or create new project and move src folder logics?
Also can someone tell me what the framework used for this forum. Its features and user experience is awesome. -
@Suraj Have a look in this thread, there is no easy three step guide because lots of things changed with 0.14: http://forum.quasar-framework.org/topic/580/migration-0-13-to-0-14/5
The forum software is called nodeBB
-
@a47ae Since I had just started project last week, i updated quasar-cli, and manually replaced or modify files/conflicts from a separate bootstrapped project to my project.
-
@Suraj If you just started this is indeed the easiest way to upgrade.
-
Thank you! Looking forward to using this on the projects I am starting.
-
Oh my god, I just deployed my webserver to test those new features.
In my opinion quasar is the best and easiest web framework nowadays, I took Quasar 0.13.9 Starter Kit with JWT Authentication and updated it to 14.1. I Also used Loopback server framework for the backend (instead of laravel). Anyone interested to check it out, here’s the link:
http://ec2-54-237-40-190.compute-1.amazonaws.com -
Thank you.