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 v0.9.1 is out!

    Announcements
    2
    10
    3057
    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

      Time to party! 🙂
      Read release notes here: https://goo.gl/Oi6TJ5

      1 Reply Last reply Reply Quote 2
      • LaurentPayot
        LaurentPayot last edited by

        🎉 testing it right now!

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

          So far so good 😃 I will test the webpack 2 template tomorrow.

          The q-drawer-links are made for the sidebar menu lines and they are great for this.
          But I have an account info toolbar at the top of my sidebar where I need to have a tiny setting icon linked to a profile page. And it’s not obvious to get rid of the q-drawer-link styles to make a simple link like this look like it should in the toolbar…

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

            Found a way to display q-drawer-links in my sidebar toolbar within q-collapsible. Pretty nice component.

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

              I made the switch to the Webpack 2 template. Working fine 👍
              Simply noticed "quasar-framework": "0.9.1" in the new package.json template instead of "quasar-framework": "^0.9.1". Is it a typo ?

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

                @LaurentPayot bounced back and forth with that prop and finally forgot to add the caret character. Will add it back. If you have time can you do a PR pls? It would seed things up.

                LaurentPayot 1 Reply Last reply Reply Quote 0
                • LaurentPayot
                  LaurentPayot @rstoenescu last edited by

                  @rstoenescu PR done!

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

                    By the way I also noticed that the .babelrc presets are now [["es2015", {"modules": false}], "stage-2"] . It created some issues with a script of mine so I had to go back to ["es2015", "stage-2"].

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

                      That modules false thingy is required for Webpack 2 to work correctly along Babel.

                      What scripts of yours were making trouble?

                      LaurentPayot 1 Reply Last reply Reply Quote 0
                      • LaurentPayot
                        LaurentPayot @rstoenescu last edited by

                        @rstoenescu A script I’m using to populate my database. It uses babel-cli and I’ve just realized I could force the babel-cli own presets in the cli. So I’m using the standard Webpack2 .babelrc and it’s working fine. Thanks Razvan!

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