[v1] Quasar v1.0.0-beta.18 and @quasar/app v1.0.0-beta.19 released!
-
Quasar v1.0.0-beta.18
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.0.0-beta.18
New
- feat(quasar): Detect QDialog losing focus (focus should stay within the QDialog only)
- feat(QPopupEdit): add “content-class” and “content-style” props #3929
- feat(QSelect): new props - “popup-content-class”, “popup-content-style” #3893
- feat(QBtnDropdown): new props - “disable-main-btn”, “disable-dropdown” #3892
- feat(QPullToRefresh): limit pull distance (#3827)
Fixes
- fix(iOS): Layout/Maximized dialog/Notifications top/bottom padding when phone has notch #3899
- fix(QPopupProxy): not propagating props & events correctly (especially context-menu)
- fix(QMenu): z-index of menu (especially useful when wrapped along QPopupProxy)
- fix(QHeader/QFooter): Stop propagation of “input” event that would mingle with the model
- fix(QCheckbox) fix for scrollbar issue in dense table when last row selected fix: #3922 (#3925)
- minor change in sl Quasar language pack (#3897)
- api(QTable): correct field name in example (#3906)
- fix(QSelect): not respecting optionsDark in menu mode and safari QBtn not getting focus (submit) (#3913)
- fix(QSelect): [v1] QSelect counter not working correctly when using QDialog #3918
- fix(ie): Prevent double submit of forms in IE (#3917)
- fix(QInput): regulate QInput when using type=“file” #3907
- fix(QNotify): defaults with actions with handlers when using setDefaults() #3722
- feat+fix(QSelect): QSelect no-option scope (#3926); Fixed QSelect triggering events when switching dialog<->menu
- fix(api): Improve “square” prop description for QChip #3920
- fix(QDrawer): breaking Vue state if initial model is initially true but component immediately emits false #3784
@quasar/app v1.0.0-beta.19
https://github.com/quasarframework/quasar/releases/tag/%40quasar%2Fapp-v1.0.0-beta.19
- fix(@quasar/app): Remove warning about missing default export in boot files
- feat(@quasar/app): Update vue-router to 3.0.6 and workbox-webpack-plugin to 4.3.0
- feat(@quasar/app): quasar.conf.js > cordova > noIosLegacyBuildFlag #3796
- feat(@quasar/app): Improve comments on pwa > register-service-worker template file