Skip to content

Releases: quasarframework/quasar

v0.14.7

04 Nov 10:13
Compare
Choose a tag to compare

Thanks to all contributors!

Enhancements

  • Custom configuration of Loading #1015
  • Allow between as a value of align prop in QCardActions #1026
  • [Request] QSelect - clearable prop #1018
  • Remove ripple effect from inverted form components #1030
  • [Request] QInput: add properties autocompletetype, autocapitalize, autocorrect, spellcheck (Ability to add ANY dom properties) #935
  • [Request] Scroll to DOM element util #996
  • CSS Helper Positioning Class - .absolute-center and .fixed-center #987
  • Add date suffix (1st, 2nd, 3rd) token to formatDate() #819

Fixes

  • [bug] -webkit-transform causes intermittent screen flash #1009
  • QRouteTab - Remove Active Flag when on other Route #1011
  • [Vue warn]: Injection "__inputParent" not found (QAutocomplete) #1021
  • [Bug] Alert ignoring initial v-model value. #1019
  • QInput - do not display clear button when disabled or readonly #1025
  • QUploader should not upload file when :disable="true" #1059
  • Failed to execute 'getComputedStyle' on 'Window' in QTabs #1063

v0.14.6

17 Oct 08:46
Compare
Choose a tag to compare

Fix

v0.14.5

14 Oct 12:30
Compare
Choose a tag to compare

Due to default values in Vue injects as a feature, Quasar v0.14.5 is now compatible with latest Vue (v2.5 as this is written). In fact, it is now a requirement to upgrade to Vue 2.5.

New

  • Feature: Autofocusing filter inside of q-select #761
  • support bt prefixed icon fonts added #949
  • Add current date highlight to material datetime picker component #960
  • [Request] Add "print-hide/only" helper classes #950
  • QChatMessage: add size attr to manage the size (in col) of each message. #977

Fixes

  • Warning when using QGalleryCarousel #963
  • [bug] ios - modal - floating label - text align #979
  • q-list odd/even should not apply recursively by default #993

v0.14.4

02 Oct 14:52
Compare
Choose a tag to compare

New

  • [Request] Allow opening/closing QModal, QTooltip, QPopover & QFab via v-model #876
  • Add built in easing funcs & update carousel easing #886
  • QCarousel and QGalleryCarousel new Boolean prop ('no-swipe')
  • [Feature Request] Add leftColor and rightColor as options to QSelect items #913
  • Uploader file parse params before file body #904
  • Allow readonly in QInput component #901
  • Add slot tooltip in fab #928
  • Option group for Dialog now supports "inline" property #940
  • QRange, individually coloured labels #941

Fixes

  • QRouteTab count attribute missing QChip #947
  • QCheckbox with non-array model emitting @change event with outdated value #896
  • Ripple is triggered when user input isn't necessarily successful #878
  • q-uploader not working on my android #877
  • QFab close event is not triggered when calling close method with no handler #885
  • Slight label misalignment in QTab when hide prop is set to "icon" (on narrow windows only) #881
  • QSearch | @click, :after, :before not working #912
  • QCollapsible / ItemWrapper - not initializing right side correctly #931
  • Scrollbars on QDatetime #933
  • QFab | QFabAction - Unset or incorrect Z-index #938
  • double-click in modal unexpectedly going back in browser history #945

v0.14.3

02 Oct 14:36
Compare
Choose a tag to compare

New

  • [Request] QModal to support Array syntax for content-css and content-classes #856
  • Keep-alive QTabs #846
  • Model window ( including dialogue ) open and right side scroll bar of browser disappears #864

Fixes

  • QStep - add undeclared prop "doneIcon" #873
  • [QDateTime] Month 'forward' button has undesirable behaviour #847

v0.14.2

25 Aug 22:28
Compare
Choose a tag to compare

Fixes

  • Allow long chip text to wrap #791
  • Alert component not accepting html tags in html property #831
  • Btn not returning to original state on touch platforms #756
  • Fix linear gradient for DateTime component on iOS #833

Features

  • QCollapsible - open/close CSS classes (q-collapsible-opened, q-collapsible-closed)

v0.14.1

18 Aug 12:28
Compare
Choose a tag to compare

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.

v0.13.10

03 Jun 09:44
Compare
Choose a tag to compare

Patch release, fixing:

  • #611 v-link always replace instead of push when use a string (thanks to @rottmann )

v0.13.9

13 May 09:14
Compare
Choose a tag to compare

Minor enhancement

  • (#565) DataTable: Don't display tooltip on header if no column name

v0.13.8

12 May 13:47
Compare
Choose a tag to compare

Fixes

Enhancements

  • (#559) Data Table: Tooltips on header
  • (#562) [Request] q-tooltip delay