Quasar v1.10 released!
-
Enjoy!
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.10.0
New
- feat(QSlider/QRange): Vertical orientation #1119 (#6622)
- feat(QSlider/QRange): various tweaks
- feat(QInput): Add shadow text (fill value) (#6437)
- feat(QCircularProgress): normalize input value #6900
- feat(colors): Access color palette in JavaScript context through colors.getPaletteColor() #6902
- feat(ui): Add ionicons v5 svg Quasar Icon Set #6425
- feat(QTable): Add rowIndex and pageIndex in the scoped slot properties for item, body, body-cell and body-cell-[name] #6828 (#6850)
- feat(QForm): validate respecting DOM order
- feat(a11y): Add aria-disabled/readonly to some more components (#6584)
Fixes
- fix(typescript): add debounced.cancel() method to return type (#6881)
- fix(TouchPan): Call the final event (isFinal true) after the style cleanup is done (#6872)
- fix(QDialog): do not scroll page when on iOS and using seamless mode
- fix(QCarouselSlide): Properly enclose background image url in quotes #6898 (#6899)
- fix(a11y): Fix aria attributes for progressbar in linear progress and btn (#6901)
- fix(QDrawer): Initialize lastDesktopState to prevent different behavior when started above or below breakpoint #6905 (#6909)
- fix(QField): set field as not focused when pressing clear #6906 (#6911)
- fix(Meta): change meta after client takeover if there are changes #6621 (#6629)
- fix(ui): Update Bulgarian language pack (#6918)
- fix(ui): Correctly detect iOS platform with Cordova/Capacitor and ionic-webview #6916
- fix(QHeader): iOS padding on Cordova/Capacitor with newest ionic-webview #6916