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.14.1 released.

    Announcements
    14
    20
    6056
    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

      It’s finally official. v0.14 released.

      Bringing Quasar to the next level. It’s a ~70-80% rewrite. Just some of the highlights:

      • Form components redone
      • Material Ripples
      • Completely new 12 points CSS Grid system (95% same syntax) - inspired by Bootstrap’s
      • Flexbox Lists
      • Card component - complete revamp from the previous CSS only version
      • Uploader component facelift
      • Layout revamp. Smarter header/footer/drawer. Eliminate the “mobile keyboard above input” issue. You’ll be able to configure header to hide/show based on user navigation through animation. Insanely easy to place header/footer/drawer(aside) on the viewport and configure where one starts and the other begins (many new possibilities).
      • Multiple font icons support (mentioning Fontawesome & Ionicons)
      • Observables (element resize & scroll) components
      • Tabs revamp (easier to handle to comprehend)
      • New Stepper (vertical and horizontal) with some requested features.
      • Material Spinner
      • Alert component
      • Chat revamp (with component)
      • Chip component (replacing “label”)
      • Pick only components you use (tree shaking)
      • Remove unused CSS code from bundle (using Purify CSS)
      • Out of the box transitions/animations (fork of animate.css)
      • Enhance slide transition
      • Remove FastClick dependency. No longer needed. (Can be injected on demand)
      • Remove Momentjs dependency.
      • 24 levels of shadows (as in Material guideline)

      These are just the main areas. There are many more enhancements.

      Enjoy!

      -Razvan

      1 Reply Last reply Reply Quote 10
      • M
        Max last edited by

        Awesome! Just amazing what we have there! Cheers Max

        1 Reply Last reply Reply Quote 1
        • G
          guyulmaz last edited by

          very beautiful

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

            Great job @rstoenescu, it looks amazing 🙂

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

              Nice! How to upgrade from beta to 0.14.1?

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

                Just change the version string in package.json to ^0.14.1

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

                  Update done. Lint now corrects promises accentuation. All conform us now!

                  1 Reply Last reply Reply Quote 0
                  • C
                    coxy121 last edited by

                    Great job @rstoenescu , i’ve been using this pretty extensively for a current project and its working excellent

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

                      \o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/
                      Great Job @rstoenescu ! Tks

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

                        Thanks for the highlights list. Do you have a change log showing the updates since the “Future v0.14 Feature List”

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

                          @a47ae said in Quasar v0.14.1 released.:

                          Just change the version string in package.json to ^0.14.1

                          There are changes in the structure of boilerplate and dev-libs … Best way is to create a current project and migrate your src from Beta to the new format.

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

                            @rogeriomq I have to disagree with that, assuming one is already on 0.14 the easiest way to update to 0.14.1 is to update to the version in package.json.
                            The updates of the packages are not necessary, they are only updated to Webpack v3, which is recommended, but the simple way to update is to just look at the div from 0.14 to 0.14.1 in the template and update accordingly.
                            Diff of 0.14 template to 0.14.1 it is basically just some changes on the dev server, eslint rules and updated packages, shouldn’t take longer than 10 minutes to adapt to the changes. 🙂

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

                              Awesome! @rstoenescu ! thanks 🙂

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

                                How to upgrade from 0.13 to 0.14 version? Should I only update package.json and run yarn upgrade or create new project and move src folder logics?
                                Also can someone tell me what the framework used for this forum. Its features and user experience is awesome.

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

                                  @Suraj Have a look in this thread, there is no easy three step guide because lots of things changed with 0.14: http://forum.quasar-framework.org/topic/580/migration-0-13-to-0-14/5

                                  The forum software is called nodeBB

                                  S 1 Reply Last reply Reply Quote 0
                                  • S
                                    Suraj @a47ae last edited by

                                    @a47ae Since I had just started project last week, i updated quasar-cli, and manually replaced or modify files/conflicts from a separate bootstrapped project to my project.

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

                                      @Suraj If you just started this is indeed the easiest way to upgrade. 👍🏻

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

                                        Thank you! Looking forward to using this on the projects I am starting.

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

                                          Oh my god, I just deployed my webserver to test those new features.
                                          In my opinion quasar is the best and easiest web framework nowadays, I took Quasar 0.13.9 Starter Kit with JWT Authentication and updated it to 14.1. I Also used Loopback server framework for the backend (instead of laravel). Anyone interested to check it out, here’s the link:
                                          http://ec2-54-237-40-190.compute-1.amazonaws.com

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

                                            Thank you.

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