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 - Feature freeze in effect for v0.17

    Announcements
    18
    36
    5843
    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.
    • W
      walisonmoreira last edited by

      Great news. I can barely wait!

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

        It’s a really good news ! Can’t wait to see it ! Just hope the upgrade from the 0.17 to the 1.0 will not be a complete refactor ^^ …

        1 Reply Last reply Reply Quote 0
        • J
          johnorford1 last edited by

          Has testing made the cut for 1.0, as planned?

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

            Awesome!

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

              Very nice, you guys are the best!

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

                @rstoenescu said in Quasar v1.0 - Feature freeze in effect for v0.17:

                The plan is to publish it as soon as possible, but without affecting the quality – we want you to rest easy in the knowledge that everything is perfect and you can trust Quasar 100%.

                This attitude gives me a great confidence in the product and it’s creator. Thank you Razvan!!!

                1 Reply Last reply Reply Quote 1
                • T
                  theara last edited by

                  Awesome!
                  I tried Quasar and Vutify, I will decide which one???

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

                    Hi Rasvan;

                    Are there any new features related to SPA running in Mobile Browsers for V1.x? Like new components and functionalities that are specific to Mobile environment?
                    Since V1 is slated for the end of the year, I’d like to plan new mobile features for our app, if V1 will have any.

                    Thanks!

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

                      @Ben-Hayat - Quasar is totally mobile ready as it is. What exactly are you missing or expecting?

                      Scott

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

                        @s-molinari, @rstoenescu ;
                        Yes, Being mobile ready was one of the main reasons I chose Quasar.
                        I want to maintain ONE code base to run in browser for desktop and Mobile, at least for a while when the product is stable. That’s why I don’t want to build a hybrid app with Cordova or NativeScript or React Native, to upload Google or Apple store. When user is using the app in browser, it uses the latest code from the server.

                        However, not using Cordova or other shells, I get to lose lots of services that the device provides.
                        So my question was related, if Quasar is planing to add features where we can access SOME of devices capabilities through JS without using shells ls Cordova, i.e. taking pictures or getting GPS coordinates and etc.

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

                          I’m no expert on this at all, but googling some and reading, it seems accessing the camera is just HTML 5 attributes for an input field and I do know QInput takes standard attributes along with its props. Also, accessing GPS data is a browser JavaScript API too. So, maybe give them a try? I don’t think Quasar needs to have anything specifically “built-in” to allow you to use those kinds of things.

                          Scott

                          1 Reply Last reply Reply Quote 0
                          • metalsadman
                            metalsadman last edited by Shone

                            @Ben-Hayat
                            u can use the platform detection feature https://quasar-framework.org/components/platform-detection.html then do something like:

                            <template v-if="$q.platform.is.mobile">
                            <!-- hide the html input using style="display:none" -->
                            <input ref="camera" type="file" style="display:none" accept="image/*" capture="camera" />
                            <!-- show a q-btn that will trigger the onClick event of the above -->
                            <q-btn color="primary" label="Capture" @click="$refs.camera.click()"  />
                            <template>
                            

                            https://www.html5rocks.com/en/tutorials/getusermedia/intro/

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

                              @metalsadman ;

                              Thanks for the info and links. Following up on them.!

                              1 Reply Last reply Reply Quote 0
                              • L
                                leon last edited by

                                @rstoenescu Nice man! thanks for the great work !

                                1 Reply Last reply Reply Quote 1
                                • M
                                  morlz last edited by

                                  Thank you for your efforts! You make my life much easier!

                                  1 Reply Last reply Reply Quote 1
                                  • Ben Hayat
                                    Ben Hayat last edited by

                                    Razvan, will we get any NEW components in V1? If yes, can you tell us what, if it can be public info.
                                    Thanks!

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

                                      You can see the development of v1 on Github. Here are the closed issues for v1 up till now.

                                      https://github.com/quasarframework/quasar/issues?q=is%3Aissue+milestone%3Av1.0+is%3Aclosed

                                      Notice for instance, the new QSplitter.

                                      Scott

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

                                        @s-molinari ;

                                        Thanks Scott; I was mostly asking for V1 roadmap what Quasar team plan to offer or V1, than looking throwing issues being resolved.

                                        Most companies, have official Version Roadmap on their website, so developers can plan ahead.

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

                                          Well, Quasar is a two man show and not really a company. They don’t spend much time on marketing, which I think a road map would be part of.

                                          I understand your wish for sure. If you change that link to show open v1 issues, you’ll also get sort of the future work they’ll be doing too. So, a road map of sorts. 😄

                                          https://github.com/quasarframework/quasar/issues?q=is%3Aissue+milestone%3Av1.0+is%3Aopen

                                          Scott

                                          Ben Hayat 1 Reply Last reply Reply Quote 0
                                          • N
                                            Narmer23 last edited by

                                            @Ben-Hayat Actually there is a roadmap! 😉

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