Quasar v1.5.1 released! Important fixes.
-
Enjoy!
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.5.1
New
- feat(Loading): Use prevent-scroll logic for better UX
- feat(web-types): update with direct urls (#5714)
Fixes
- fix(QColor): color palette not emitting anything other than first color #5715
- refactor(QToggle): improve render fn speed; fix inner input type
- fix(QDate,QScrollArea,QTable): caching issues
- fix(ui): Various small fixes in QPagination, QScrollArea, QSlideTransition, QTable & QTime
- fix(ie): Set min-height for notifications (#5719)
- fix(QUploader): Allow pointer events on label, input, textarea, button, a children of QBtn #5712 (#5717)
-
Keep up the good work Razvan!
-
Great work!
-
After quasar upgrading, starter the error in new projects
ERROR Failed to compile with 1 errors 10:04:54
error in ./.quasar/client-entry.jsModule build failed (from ./node_modules/babel-loader/lib/index.js):
Error: [BABEL] C:\Users\Tmax\Documents\Projetos\TestQuasar.quasar\client-entry.js: Cannot find module ‘@babel/plugin-transform-named-capturing-groups-regex’ -
@jrglaber Remove node_modules and yarn.lock/package-lock.json then yarn/npm install again. You should be fine, as long as you didn’t manually installed @babel/* packages.