Quasar v1.12.3 released!
-
Enjoy!
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.12.3
New
- feat(Dialog): New props for prompt (rounded, square, counter, maxlength, prefix, suffix); Remove obsolete CSS classes on Dialog/BottomSheet #7138
Fixes
- fix(ui/api): Some of the “values” props had incorrect Boolean true/false specified
- fix(QField): prevent outline border from before to be visible when there is border radius and the field is focused (#7156)
- fix(QSelect): hide focus outline for Firefox #7154 (#7155)
- fix(QBtnToggle): attach listeners directly to each inner QBtn #7150
- fix(QSelect): “clearable” no longer leaves the field focused #7157