Quasar v1.5.10 released! A lot of improvements and new features.
-
Enjoy!
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.5.10
New
- feat(QTree): new Boolean prop (“no-connectors”) – do not show connector lines between nodes #5860
- feat(QEditor): Restore scroll and selection when refocusing QEditor #5833 (#5869)
- feat(QTable): New event - “row-dblclick” #5905
- feat(QSlider, QRange): Asymetric label positioning to avoid container overscroll #5891 (#5916)
- feat(QSlider,QRange,QColor): Fix QSlider/QRange blur issues; reintroduce label smart alignment; Improve QColor design #5891 #5659
- feat(ui): Keyboard composition support for Korean #5923
- feat(QDialog): Detect iOS soft keyboard show/hide and adjust QDialog (#5377)
- feat(typescript): add copyToClipboard and exportFile signatures (#5877)
- feat(typescript): generate QuasarLanguageCodes dynamically (#5881)
- feat(ui): Update normalization css #5912
Fixes
- fix(QEditor): Fix link selection for all browsers (#5870)
- fix(QTree): Apply uniform opacity on disabled element #4836, #5614 (#5876)
- fix(ui): Fix position-engine computing (and possition on bottom/right when required) #5902 (#3863)
- fix(QInfiniteScroll): Use setScrollPosition to keep scroll when in reverse mode #5906
- fix(api): Improve explanation for “alternative labels” on QStepper (#5885)
- fix(api): QField’s itemAligned misspelled as itemsAlign #5908 (#5910)