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
    33174
    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

      @rof20004 Chat revamp — as in Chat redone. v0.14 is around the corner so you’ll get to see it soon. Thanks for all the kind words.

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

        @rstoenescu Glad to hear it 🙂

        1 Reply Last reply Reply Quote 0
        • M
          MrSnoozles last edited by

          The upcoming features look incredible. Awesome work. O.o
          Is there a demo to beta-test 0.14 already?

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

            Not yet. But very soon.

            1 Reply Last reply Reply Quote 2
            • P
              packy last edited by

              Is there a potential release date? I am looking to use this over Framework 7 Vue but need some features in .14 before I can commit. Thanks!!! Looks great.

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

                Razvan mentioned releasing by the end of this week. If that isn’t reached, it definitely won’t be too far off from there. So, we are talking only days now. 😄

                Scott

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

                  Is the timeline component still in for v0.14? I haven’t found it.

                  Also, @rstoenescu I really think you should release 0.13 as 1.0 and 0.14 as 2.0, the code and quality is there, there’s no reason to be shy about it.

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

                    It does look like the timeline component was removed in 0.14. I am sure Razvan can clarify that.

                    0.14 or a minor version thereof is planned to be 1.0, from what I know. 😄 There are other things to be done to properly go GA! 😉

                    Scott

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

                      What about the drawer component in 0.14? Cannot find it

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

                        @GameSomnic see https://github.com/quasarframework/quasar/blob/dev/dev/components/test-layout/layout.vue#L4

                        So basically, now you just toggle the left slot and fill it with whatever the sidebar you want:

                        https://github.com/quasarframework/quasar/blob/dev/dev/components/test-layout/layout.vue#L34

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

                          There’s any way we can start playing with 0.14 before official release?
                          Any guide on how-to do it would be very nice.
                          Thanks a lot!

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

                            You can install 0.14 with the below npm command in your project.

                            npm install https://github.com/quasarframework/quasar.git#dev --save

                            To test if it worked out well, run

                            quasar version

                            You should get something like this:

                            0_1496292996122_upload-1bf7c3af-14e4-4763-9631-d5fb60c51327

                            NOTE: You’ll have to do some tweaking of your project, before things will start running right. Even if it is the base template (cli init).

                            You can also get the current (WIP) docs, if you clone the docs repo, checkout the dev branch and run it with Hexo server locally. You won’t get the play app though.

                            Word of warning, 0.14 is basically rough beta right now. So, not ready for prime time, but would be great if anyone could start testing the waters. 😄

                            Scott

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

                              Great Scot!
                              I’ll try to get some time on the weekend to test it.
                              Thanks for the information.

                              1 Reply Last reply Reply Quote 0
                              • R
                                rogeriomq last edited by

                                nice nice nice nice!

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

                                  So I tried upgrading to latest dev via

                                  npm install https://github.com/quasarframework/quasar.git#dev --save
                                  

                                  But upon

                                  npm run dev
                                  

                                  I get this warning and the app doesn’t load most of the components

                                  warning in ./src/components/Index.vue

                                  33:32-37 "export ‘Utils’ was not found in ‘quasar’

                                  Also VS Code no longer recognizes quasar module when importing to Vue components. Don’t know if this is relevant.

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

                                    @dewdad: I’m a newbie when it comes to npm / node, but what I do to use quasar dev is: make a separate clone of the quasar repo, run npm install / npm run build / npm link, then go to my project folder and run npm link quasar-framework. Although I think it’s possible to use the quasar-edge package instead of that?

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

                                      Thanks @afd. The quasar-edge repo is currently on “0.13.9” according to its package.json, just behind the official repo actually. I did install and build the repo as a node dependency without linking. So as far as I understand all you need is the package.json and the dist directory to meet the requirement.

                                      1 Reply Last reply Reply Quote 1
                                      • 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
                                            • First post
                                              Last post