Releases: quasarframework/quasar
Releases · quasarframework/quasar
v0.14.7
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
v0.14.5
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
v0.14.4
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
v0.14.2
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
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.