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 v1.0-beta.3 released!

    Announcements
    9
    12
    1011
    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

      Enjoy!

      • fix(QStepper): V1: Qstep with :disable=‘false’ will reset the stepper to step1 when next is triggered. #3307
      • fix(QSelect): [v1] q-select multiple with chips doesn’t lock disabled entries #3314
      • fix(QSelect): [v1] QSelect lazy loading with map options spews “Cannot read property ‘find’ of null” stack traces #3315
      • fix(quasar): zh-hans language pack for QDate #3298
      • fix(QSelect): Scroll not possible when max-height is larger than height of 20 items
      • fix(quasar): QDialog does not accept class attribute #3299
      • fix(quasar): [v1] Dialog docs, maximized demo breaks page if closed after minimizing #3310
      • Fix distorted UI on checkbox/radio/toggle with long label (#3302)
      • fix(QDate): [v1]QDate - What day of the week is incorrect #3297
      • fix(Panel): [v1] QCarouselSlide cannot handle name=“0”. #3295
      • fix(QBtnToggle): [v1] QBtnToggle - Icon-Text-Margin missing #3294
      1 Reply Last reply Reply Quote 5
      • labs20
        labs20 last edited by

        up, up and away! 🙂

        Thanks!

        1 Reply Last reply Reply Quote 0
        • P
          paul last edited by

          Very nice.
          What’s the simplest way to upgrade from beta2 to beta3 asuming no breaking changes?

          1 Reply Last reply Reply Quote 0
          • s.molinari
            s.molinari last edited by

            @paul - yarn upgrade. 😄

            Scott

            1 Reply Last reply Reply Quote 1
            • P
              paul last edited by

              @s-molinari ah cool. Still a bit confused between framework update and app update. Thanks a lot.

              1 Reply Last reply Reply Quote 0
              • labs20
                labs20 last edited by

                or npm outdated, then npm update all inside your quasar project folder, if you’re using NPM.

                Ben Hayat 1 Reply Last reply Reply Quote 0
                • C
                  controledigital last edited by

                  Thank you for the fast and awesome work.

                  1 Reply Last reply Reply Quote 0
                  • S
                    SharpBCD last edited by

                    am I the only one who got the router broken on lazy load after upgrade to beta.3 ?

                    
                    Module parse failed: Unexpected token (4:11)
                    You may need an appropriate loader to handle this file type.
                    |   path: '/',
                    |   component: function component() {
                    >     return import('./../layouts/default-layout.vue');
                    |   },
                    |   children: [{
                    
                     @ ./src/router/index.js 3:0-30 19:12-18
                     @ ./.quasar/app.js
                     @ ./.quasar/client-entry.js
                     @ multi (webpack)-dev-server/client?http://0.0.0.0:8080 (webpack)/hot/dev-server.js ./.quasar/client-entry.js
                    
                    1 Reply Last reply Reply Quote 0
                    • Ben Hayat
                      Ben Hayat @labs20 last edited by

                      @labs20 said in Quasar v1.0-beta.3 released!:

                      or npm outdated, then npm update all inside your quasar project folder, if you’re using NPM.

                      what does “npm outdated” do? what’s that for?

                      R 1 Reply Last reply Reply Quote 0
                      • L
                        luis.gilbert last edited by

                        PWA is not working for me… Everything gets build, but it doesnt work offline, and it has no “add to homescreen” banner as it used to in v 0.17.
                        What am I missing?

                        1 Reply Last reply Reply Quote 0
                        • s.molinari
                          s.molinari last edited by

                          @luis-gilbert - Can you start a new thread please?

                          And in general everyone. Let’s please not ask questions or raise possible issues in the release threads. It’s better to start new threads for that.

                          Thanks!

                          Scott

                          1 Reply Last reply Reply Quote 0
                          • R
                            rusia @Ben Hayat last edited by

                            @ben-hayat This command will check the registry to see if any (or, specific) installed packages are currently outdated.
                            npm-outdated

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