Quasar v1.1.7 released!
-
Enjoy!
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.1.7
New
- feat(QEditor): viewSource (#5195)
- feat(QDate,QTime): new methods for public API #5201
- feat(fullscreen): add noRouteFullscreenExit to prevent exiting fullscreen on route change (#5223)
- feat(QSelect): implement inputClass and inputStyle (#5222)
- feat(QDrawer): New Boolean prop (no-swipe-backdrop) #5150
- perf(QMenu,QTooltip): events handling on anchor
Fixes
- fix(api): Add missing prop to API (no-parent-event) #5136
- fix(QBtnToggle): Ripple prop not working correctly #5190
- chore(TouchSwipe): remove unneeded statement on unbind
- fix(api): QBtn “loading” prop category #5210
- fix(QInput): keep total control size while calculating textarea autogrow size (#5214)
- fix(QAjaxBar): don’t auto-increment on start with speed 0 (#5215)
- fix(QAjaxBar): allow consecutive calls with mixed start() speed #5205
- fix(QSlideItem): Fix misspelled down direction (#5221)
- fix(QChatMessage): avatar can display too wide #5226
- fix(QDrawer): backdrop not initialized correctly due to faulty “showing” value #5241