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

    Future v0.14 Feature List

    Announcements
    26
    65
    35957
    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.
    • B
      basejump last edited by basejump

      @s-molinari “You’ll have to do some tweaking of your project…” what tweaking needs to be done? any pointers? I used quasar init and then did the npm install https://github.com/quasarframework/quasar.git#dev --save
      getting the folloiwing when I run quasar dev

      These dependencies were not found:
      * quasar/dist/quasar.mat.css in ./src/main.js
      .....
      
      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        @basejump - To be honest, I haven’t tried to use the 0.13 template with 0.14 yet myself. So, sorry I a can’t help with tips on the tweaks. I’m also using all my spare time to help with the docs currently. Not a promise, but maybe next weekend I can take a look at what is needed.

        Scott

        1 Reply Last reply Reply Quote 0
        • G
          GameSomnic last edited by

          For those that need help… I downloaded the dev repo from github and use npm run dev.

          To use quasar 0.14 in my project (Meteor.js) i used npm run build and used the generated css and js files.

          I imported the js file in my main.js
          import Quasar, * as Everything from '/client/imports/quasar/quasar.esm.js';

          and used Vue.use:
          Vue.use(Quasar, { components: Everything, directives: Everything });

          1 Reply Last reply Reply Quote 1
          • D
            dewdad last edited by

            Isn’t that approach very expensive on the network? Also how then do you use Utils for example inside your Vue components?

            1 Reply Last reply Reply Quote 0
            • A
              afd last edited by

              https://docs.npmjs.com/cli/link is the proper way, IMHO

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

                @GameSomnic Wait for the official documentation to get out. That is a quick hack used for dev server alone, but shouldn’t be used in apps.

                1 Reply Last reply Reply Quote 0
                • T
                  Tekki last edited by

                  @rstoenescu Will you present 0.14 at VueConf?

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

                    @Tekki I had a video call with Evan You a while ago and was set to be a speaker, but unfortunately my schedule got messed up and I can’t be there. I’ll probably speak at the next Vueconf.

                    1 Reply Last reply Reply Quote 3
                    • J
                      jesus last edited by jesus

                      @rstoenescu forgive me forgive me for this question please … Do you have any final date or a draft for documentation ?
                      Explore code, understand the whole thing, migrate … adjust with my current code … mmm some docs or guide are need it even if it is a draft, consider than some of us can help just by reading your docs and make suggestions before the official one.
                      I know how hard and time is need it to have a good documentation just to make a product usable, and show up features, etc but to this point you understand than at least something is need it.
                      Again my apologise for the question but I have my product development between two worlds and honestly I do not want to go back .
                      I know you are doing a great work, be brave !!!

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

                        The documentation updates are in full swing right now. The goal is to release 0.14 and final documentation on the 16th. A migration guide was discussed as a possibility. I have to leave that question up to Razvan to answer.

                        Scott

                        1 Reply Last reply Reply Quote 1
                        • J
                          jesus last edited by

                          Thanks for these great news and to be in good hands. 🙂

                          1 Reply Last reply Reply Quote 0
                          • D
                            dewdad @afd last edited by dewdad

                            @afd Are you using the current quasar template from the quasar-cli generator? Do you have some working project using the latest dev on Github you could share apart from the linking?

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

                              My only question is: what could you possibly have in store for v0.15 after everything your packing into 0.14?

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

                                v0.15 is only going to be some minor stuff and bug fixing. Then it’s off to 1.0! Yes! 🕶

                                Scott

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

                                  I can’t believe how far this has come in such a short space of time. Hats off to @rstoenescu 🎩

                                  1 Reply Last reply Reply Quote 2
                                  • N
                                    n.taddei last edited by

                                    Is it the d-day? 🙂

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

                                      For everyone following the release, there is going to be a small delay.

                                      http://forum.quasar-framework.org/topic/500/the-0-14-release-is-postponed

                                      Scott

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

                                        Quasar v0.14 has been officially released. Enjoy!

                                        -Razvan

                                        PS: “beta” links are no longer available.

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