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 v2.0.8 released!

    Announcements
    3
    8
    252
    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

      https://github.com/quasarframework/quasar/releases/tag/%40quasar%2Fapp-v2.0.8

      Important fix:

      • fix(app): service-worker.js is not delivered correctly (with workbox v5) after user revisits website #7665
      1 Reply Last reply Reply Quote 2
      • ssuess
        ssuess last edited by

        Not sure if this component or another is responsible, but since updating to quasar 1.13.1 and app 2.0.8, my startup browser pref (firefox) is no longer being respected. It will always open Safari now instead after issuing my sudo quasar dev -m spa command

        iodoli 1 Reply Last reply Reply Quote 0
        • iodoli
          iodoli @ssuess last edited by iodoli

          @ssuess maybe firefox is not your default browser, have a look in system preferences settings

          ssuess 1 Reply Last reply Reply Quote 0
          • ssuess
            ssuess @iodoli last edited by

            @iodoli It should not matter if Firefox is my default browser (although it is in fact) because up until now you could always specify the browser you wanted to use inside of the conf file like so:

            devServer: {
                  // open: true, // opens browser window automatically
                  open: 'firefox',
                },
            

            And this has worked perfectly for me until the latest updates.

            1 Reply Last reply Reply Quote 0
            • rstoenescu
              rstoenescu Admin last edited by

              There might be problems in the “open” package. I’ll revert it to its previous (working) version.

              1 Reply Last reply Reply Quote 1
              • ssuess
                ssuess last edited by

                based on this link (https://github.com/sindresorhus/open/issues/177), I thought maybe capitalizing Firefox (because I am on Mac OS) might make a difference, but alas, it still opens Safari.

                1 Reply Last reply Reply Quote 0
                • rstoenescu
                  rstoenescu Admin last edited by

                  @ssuess please upgrade to “@quasar/app” v2.0.9. It uses the good old version of “open” package.

                  1 Reply Last reply Reply Quote 1
                  • ssuess
                    ssuess last edited by

                    just saw that was available and upgraded. That fixes this problem, thanks!

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