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

    @quasar/app & @quasar/cli 1.0.0-rc.2 released!

    Announcements
    1
    1
    644
    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.
    • rstoenescu
      rstoenescu Admin last edited by

      Hi All,

      Before I go into today’s releases, just want to mention it again:

      When creating a project folder with “quasar create” command, you no longer need the “-b dev” parameter, since v1 has officially become “latest” now. In fact, using “-b dev” should be discouraged!

      @quasar/app

      https://github.com/quasarframework/quasar/releases/tag/%40quasar%2Fapp-v1.0.0-rc.2

      After you upgrade @quasar/app to 1.0.0-rc.2, please remove the following from your package.json (if it exists):

      devDependencies: {
         "strip-ansi": "=3.0.1"
      },
      
      "resolutions": {
         "ajv": "6.8.1"
      }
      

      Both issues (with strip-ansi and ajv) have been solved by their maintainers and are no longer required now.

      Release Notes

      • Upgraded babel related deps to their latest version; core-js has been upgraded to v3 #4205
      • fix: quasar mode command breaking on certain scenarios #4204
      • fix: browser opening twice on quasar dev
      • Upgrade deps: dot-prop 5.0.0, express 4.17.1, log-update 3.2.0, strip-ansi 5.2.0
      • strip-ansi no longer needing to be pinned

      @quasar/cli

      https://github.com/quasarframework/quasar/releases/tag/%40quasar%2Fcli-v1.0.0-rc.2

      • Security dependency upgrade: handlebars 4.1.2
      • Other upgraded deps: express 4.17.1, inquirer 6.3.1
      1 Reply Last reply Reply Quote 0
      • First post
        Last post