Releases: quasarframework/eslint-plugin-quasar
Releases · quasarframework/eslint-plugin-quasar
v1.1.0
v1.0.0
v1.0.0-alpha.18
- fix: false-positives on QPopupProxy
v1.0.0-alpha.17
- fix: check-valid-props throws error on slotted content (#7)
v1.0.0-alpha.16
- fix(QProxyPopup): context-menu is valid property
v1.0.0-alpha.15
- feat(rule): 'quasar/no-invalid-qfield-usage'
Add this rule in your eslintrc.js in the rules section:
'quasar/no-invalid-qfield-usage': 'warn'
v1.0.0-alpha.14
- fix: QPopupProxy pass-through props (#2)
v1.0.0-alpha.13
- fix(directives): needs 'v-' prepended to tag
- fix(vue): add missing check for 'key' prop
v1.0.0-alpha.12
- fix(QModal): give better replacement information
- fix(QTableColumns): give better replacement information
- fix(QItemTile): add missing legacy component
v1.0.0-alpha.11
- feat: new rule 'check-valid-props'