Releases: quasarframework/quasar
@quasar/app-v1.0.0-beta.9
- fix(@quasar/app): Improve build with debug mode (
quasar build -d) - feat(@quasar/app): Bump electron version when adding Electron mode to v4
- feat(@quasar/app): Bump electron-packager version to v13
- feat(@quasar/app): Allow cordova dev mode to run on HTTPS
- feat(@quasar/app): Enforce correct build mode for Cordova on iOS with latest XCode
- feat(app): Replace -a/-r params by "add/remove" in mode and ext commands
- fix(app): Verify if ext npm package is installed or not when invoking/uninvoking only
- refactor(@quasar/app): Extension scripts in /src instead of root
- feat(app): "quasar test" command (alias to @quasar/testing app extension commands)
@quasar/extras-v1.1.0
Quasar Icon Set "themify" will also be available on v1.0.0-beta.5.
| Package | quasar.conf.js extras name | Version | Description |
|---|---|---|---|
| Roboto Font | roboto-font |
CDN v18 | Recommended font along Material theme |
| Roboto Font Latin Extended | roboto-font-latin-ext |
CDN v18 | Recommended font along Material theme |
| Material Icons [UPDATED] | material-icons |
CDN v43 | Material icons font |
| MDI (Material Design Icons) [UPDATED] | mdi-v3 |
3.4.93 | Extended Material Design icons font |
| Font Awesome [UPDATED] | fontawesome-v5 |
5.7.2 | Fontawesome icons font |
| Ionicons | ionicons-v4 |
4.4.5 | Ionicons font |
| Eva Icons | eva-icons |
1.1.1 | Eva Icons font |
| Themify Icons [NEW!] | themify |
1.0.0 | Themify Icons font |
| Animate.css | Use animations prop |
3.5.2 | Bundle of animations you can use in your website/app |
@quasar/babel-preset-app-v1.0.1
Updated all Babel dependencies to their latest version.
@quasar/app-v1.0.0-beta.8
Updated deps (including Vue 2.6.7).
quasar-v1.0.0-beta.4
Enjoy!
- fix(QInput): [v1] Float label overlaps with browsers autocomplete #3338
- feat(quasar): QSelect - use an options-height independent way to hidrate list (#3341)
- feat(Touch*): further improvements to touch directives
- fix(QRouteTab): avoid setting click/keyup events
- ie(QSelect): Use 'auto' instead of 'unset' for compatibility with IE for the menu (#3329)
- fix(QPopupProxy): [v1] Date Picker - Vertical scrollbar shouldn't appear #3259
- fix(QDate): [v1]QDate - Two buttons overlap #3324
- fix(QDate): [v1]QDate - Height of mini date picker #3325
- fix(quasar): Update zh-hant language pack for QDate
- feat(QUploader): [v1] Suggestion for QUploader: Reintroduce fixed field names for files in the uploaded form data #3318
- Fix distorted UI on dense checkbox/radio (#3319)
- chore(quasar): add quasar.common.js to the build
- fix(QSelect): [v1] QSelect lazy loading with map options spews "Cannot read property 'find' of null" stack traces #3315
- fix(QSelect): [v1] q-select multiple with chips doesn't lock disabled entries #3314
- fix(QStepper): V1: Qstep with :disable='false' will reset the stepper to step1 when next is triggered. #3307
- fix(QSelect): Scroll not possible when max-height is larger than height of 20 items
- fix(quasar): QDialog does not accept class attribute #3299
- fix(quasar): [v1] Maximized Dialogs breaks page scrolling if closed after minimizing #3310
- fix(QDate): [v1]QDate - What day of the week is incorrect #3297
- fix(Panel): [v1] QCarouselSlide cannot handle name="0". #3295
- fix(QBtnToggle): [v1] QBtnToggle - Icon-Text-Margin missing #3294
quasar-v1.0.0-beta.3
- fix(QStepper): V1: Qstep with :disable='false' will reset the stepper to step1 when next is triggered. #3307
- fix(QSelect): [v1] q-select multiple with chips doesn't lock disabled entries #3314
- fix(QSelect): [v1] QSelect lazy loading with map options spews "Cannot read property 'find' of null" stack traces #3315
- fix(quasar): zh-hans language pack for QDate #3298
- fix(QSelect): Scroll not possible when max-height is larger than height of 20 items
- fix(quasar): QDialog does not accept class attribute #3299
- fix(quasar): [v1] Dialog docs, maximized demo breaks page if closed after minimizing #3310
- Fix distorted UI on checkbox/radio/toggle with long label (#3302)
- fix(QDate): [v1]QDate - What day of the week is incorrect #3297
- fix(Panel): [v1] QCarouselSlide cannot handle name="0". #3295
- fix(QBtnToggle): [v1] QBtnToggle - Icon-Text-Margin missing #3294
quasar-v1.0.0-beta.2
-
IE11 compatibility has been taken care of.
-
Great improvements on TouchSwipe, TouchHold, TouchRepeat (check the docs again pls)
-
fix(quasar): "en-uk" language pack should be "en-gb" #3226
-
fix(quasar): Some icon reference material-icons regardless of chosen Quasar icon set (QInput/QSelect, QBtnDropdown).
-
fix(Dialog plugin): proxy all QDialog properties
-
fix(QDialog): Dialog hides scrollbar [1.0] #3212
-
fix(quasar): Don't skip keys that have null value in $root.$options on fillInject (#3236)
-
feat(quasar): Make QInput textarea respect rows attribute when autogrow is removed (#3231)
-
fix(QUploader): Fix headers prop, add withCredentials and fields props
-
fix(quasar): ClickOutside - use event listeners without prevent (#3264)
-
fix(quasar): QPopupProxy - use dialog on small height (landscape) (#3265)
-
fix(QDate): Remove invalid update on destroy (#3255)
-
fix(QColor): Increase padding to avoid scrollbar and fix off-by-one top (#3256)
-
fix(QCheckbox/QToggle/QRadio): Fix double/triple triggering, fix QToggle icon (#3257)
-
fix(QTable): Progress bar placement
-
fix(QLinearProgress): Beginning of indeterminate state animation
-
perf(QIcon): Faster rendering icons
-
QIcon: support for Themify icons #3203
-
QSelect: new prop (hide-dropdown-icon)
-
QSplitter: new props (before-class, after-class)
-
QInput/QSelect: new prop -> "square" -- forces square borders
quasar-v1.0.0-beta.1
- Fixes for TouchPan (recommending another read of docs).
- babel error on build on QRange #3205
- QCardAction button alignment for QBtnGroup (#3210)
- QSelect - prevent submitting a form when enter is pressed (#3208)
- Fix min-width on input in Firefox (#3206)
- Fixed QDate + QTime CSS on iOS issues
- QDate + QTime: enhance model string parsing (#3120)
- fix(Screen plugin): SSR corner cases
- fix(QParallax): trying to access invalid node -- updated for vue 2.6 compatibility
Quasar Language Pack related:
- (new) Esperanto
- (new) Khmer
- (new) Malayalam
- Updated Slovenian
- Updated fa-ir
v0.17.19
Enjoy!
New
- Prevent q-btn loading state from resizing the button #2799 (#2818)
- allow overriding QSelect options QPopover behavior. (#2771)
Fixes
- Fix NaN on IE/iOS v6 (#2838)
- QAutocomplete: Unprotected access to inputEl in mounted() #2840
- q-editor code button isssue #2827
- animScrollTo - set final scroll position if no time left for the animation (#2824)
- Autocomplete prop
value-fieldbecame mandatory for static lists in 0.17.8 #2819 - formatDate: use localization options passed as 3rd parameter (#2809)
- QBtnToggle: Allow disable from options as stated in the docs (#2792)
- QChip with QTooltip improvements #2816
- Slider/range not dragged in specific scenarios #2794
- opts.expires not tested for proper type in cookies plugin #2793
- QInput: size adjustments for firefox (#2801)
- QDatetimePicker: add checks for el in __scrollView (#2800)
- QInfiniteScroll: fix poll addEventListener added before debounce (#2765)
v0.17.18
New
- Update to QSelect - dropdown icon not being displayed when using readonly (#2466)
- QTimelineEntry: Allow titles slots for Timeline Entries (#2736)
- Hungarian i18n pack (#2703)
- Update and improvement of Traditional Chinese i18n pack (#2674)
Fixes
- QAutocomplete - valueField should not have default value #2738
- Safari 9 notification hiding glitch (#2660)
- QInput: change the way clearValue is computed (#2690)
- Timeline: Fix overlapping property "display: inline-flex;" styles from .material-icons (#2667)
- QTabs: nested tabs position (#2722)
- Centering the time on date time (#2684)
- QDatetimePicker Mat: enforce min-width in modal and popover (#2672)
- Add default callback function to openUrl (#2661)