Quasar v1.4.4 released!
-
Enjoy!
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.4.4
New
- feat(QItem): Support with tag=“label” and a QInput inside
- feat(TouchPan/TouchSwipe): Do not interfere with elements with draggable true #5595 (#5604)
- feat(QSelect): Use control color to derive the default optionsSelectedClass #5590 (#5591)
- feat(Dark): Add $q.dark.toggle #5572 (#5583)
- feat(QBtnToggle) add clearable prop (#5528)
- feat+perf(QTable): Skip adding __index to each row (#5608) (might be considered a breaking change if you relied on this undocumented prop; use dataTable.indexOf(rowObject) instead)
- refactor(touch): Improve getTouchTarget helper
Fixes
- fix(sass): Fix media selector for .print-only and .print-hide #5573 (#5582)
- fix(date): ‘endOfDate’ with unit ‘year’ in utils doesn’t works properly #5568
- fix(QTabs): Fix scroll arrow calculation when adding/removing tabs #5616 (#5630)
- fix(lang): Improve Arabic translation (#5592)
- fix(QDrawer): Prevent looping when the page content with drawer has scrollbar and without it doesn’t (#5606)
- fix(QEditor): Change text format names (#5594)
- fix(TouchPan): Clone event specific markers from source event #5587 (#5589)
- fix(QDate): Fix RTL transitions (#5631)
-
Thank you!
-
How can I implement sending email within a mobile application?