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.17.17 & CLI v0.17.20 are out!

    Announcements
    5
    9
    2136
    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

      Enjoy!

      On another note, v1.0 work is doing great. Stunning CSS design, 2-3-4x faster render times, a TON of new features, just to name a few things šŸ˜‰

      Quasar CLI v0.17.20

      • fix: quasar.conf > build > gzip: true breaks build #184
      • feat: Greatly improve assets hashing – fixes some browser caching issues
      • feat: Update to quasar-extras v2.0.8
      • feat: Add support for android-versionCode (#189)

      Quasar v0.17.17

      New

      • QInput - allow password to be shown by default (#2591)
      • [Request] QFab prop to persist on route change #2589
      • Malay language for quasar i18n (#2616)
      • QStepper - allow imbricated QSteppers with different orientation (#2624)
      • QTableColumns - dark property (#2652)

      Fixes

      • QEditor, QColor - assign order for properties (#2595)
      • QSlideTransition - finish a started animation on destroy (#2597)
      • QAutocomplete - keep popup on screen (#2599)
      • QEditor - link editor ENTER and ESC behavior (#2606)
      • QInput - add forgotten cast to number when type is number in __emit (#2605)
      • Thai i18n - translation of November (#2609)
      • Step content is inserted multiple times when switching from Vertical to Horizontal #2601
      • First day of week for some languages: pt, id, th, vi
      • Floating QChip in QBtnGroup (#2623)
      1 Reply Last reply Reply Quote 8
      • R
        rconstantine last edited by

        Thanks for the update and the news on 1.0!

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

          Very good news!

          Would to know more about 2-3-4x faster render times.

          Realy need or long selects.

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

            Thanks for the update. Quick question: Is there documentation somewhere about ā€œAdd support for android-versionCodeā€? Would I add some element to quasar.conf.js to set this?

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

              @ssuess quasar.conf > cordova > androidVersionCode

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

                Thanks @rstoenescu ! Likewise, I am trying to get this to build with Xcode 10, and it keeps failing. I added the following in the same area, but the build process seems to be ignoring it:

                 ios: {
                        release: {
                          buildFlag: [
                            "-UseModernBuildSystem=0"
                          ]
                        }
                      }
                

                Any suggestions?

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

                  @ssuess I was able to get it to build if I open the workspace and change it to use legacy build mode from the workspace settings. Nice to see androidVersionCode added! I suppose that means the other version prop will be used for ios.

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

                    @smakinson I suppose you mean by opening the Xcode app and changing that setting and building there? Yeah, I got that to work as well, but it would be nice if the command line worked too as it did before…

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

                      @ssuess I am able to run the build from the command line once I made that workspace settings change in xcode. Here is a cordova related issue: https://github.com/apache/cordova-ios/issues/407

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