Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork700
Releases: vuejs/eslint-plugin-vue
Releases · vuejs/eslint-plugin-vue
v10.6.2
701bb09 This commit was created on GitHub.com and signed with GitHub’sverified signature.
Patch Changes
- Fixed false positives in non-intersecting conditions in
vue/no-duplicate-class-namesand correctly detect duplicates in combining expressions (#2980) - Fixed false positives for
TSImportTypeinvue/script-indentrule (#2969) - Improved performance and type safety in
vue/prefer-use-template-ref(#2982)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
4 people reacted
v10.6.1
51e49a7 This commit was created on GitHub.com and signed with GitHub’sverified signature.
Patch Changes
- Fixed false positives for comments outside
<template>invue/no-multiple-template-rootrule (#2964)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2 people reacted
v10.6.0
c36cae5 This commit was created on GitHub.com and signed with GitHub’sverified signature.
Minor Changes
- Updated
vue/no-import-compiler-macrosto clarify that macros are not allowed outside<script setup>(#2938) - Added new
vue/no-duplicate-class-namesrule (#2934)
Patch Changes
- Fixed
vue/no-v-htmlrule to allow ignoring call expressions (#2950) - Improved
vue/define-macros-ordererror messages to distinguish between macro placement and ordering issues (#2953) - Updated dependencypostcss-selector-parser to v7.1.0 (#2947)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
6 people reacted
v10.5.1
36ee5d8 This commit was created on GitHub.com and signed with GitHub’sverified signature.
Patch Changes
- Fixed
vue/no-negated-v-if-conditionrule to swap entire elements (#2941)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
4 people reacted
v10.5.0
9f9bd2a This commit was created on GitHub.com and signed with GitHub’sverified signature.
Minor Changes
- Added
ignoredObjectNamesoption tovue/no-async-in-computed-properties(#2927) - Added
ignorePatternoption tovue/no-v-html(#2857) - Added
sortLineLengthoption tovue/attributes-order(#2759) - Changed
vue/component-name-in-template-casingglobalsoption to support regex patterns (#2928) - Changed
vue/valid-define-optionsto allow local literal constant references (#2920) - Changed
vue/no-mutating-propsandvue/no-side-effects-in-computed-propertiesrules to detectObject.assignmutations (#2929) - Added
@stylistic/eslint-pluginas optional peer dependency (#2884)
Patch Changes
- Changed
vue/define-macros-orderto ignore enum declarations anddeclarestatements (#2918)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
6 people reacted
v10.4.0
15185f5 This commit was created on GitHub.com and signed with GitHub’sverified signature.
Minor Changes
- Added
ignoreParentsoption tovue/no-deprecated-slot-attribute(#2784) - Added new
vue/no-negated-v-if-conditionrule (#2794) - Added new
vue/no-negated-conditionrule (#2795)
Patch Changes
- Resolved TypeScript compatibility issues introduced by eslint-typegen (#2790)
- Fixed inconsistent quotes in
vue/block-langerror messages (#2805)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
6 people reacted
v10.3.0
78dc77b This commit was created on GitHub.com and signed with GitHub’sverified signature.
Minor Changes
- Added
@typescript-eslint/parseras an optional peer dependency (#2775) - Added TypeScript IntelliSense support viaeslint-typegen (#2770)
vue/no-deprecated-slot-attributeignoreoption now supports regex patterns (#2773)
Patch Changes
- Fixed false negatives when using typescript-eslint v8 in
vue/script-indentrule (#2775) vue/no-restricted-html-elementsnow also checks SVG and MathML elements (#2755)- Updated resources (#2752)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
7 people reacted
v10.2.0
2a4336b This commit was created on GitHub.com and signed with GitHub’sverified signature.
Minor Changes
vue/no-restricted-html-elementsnow accepts multiple elements in each entry (#2750)
Patch Changes
- Updated resources (#2747)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2 people reacted
v10.1.0
✨ Enhancements
- #2734 Improved
allowlistoption ofvue/no-bare-strings-in-templaterule to accept regex. - #2736 Added
vue/define-props-destructuringrule that enforce consistent style for props destructuring. - #2685 Added
disallowCommentsoption tovue/no-multiple-template-rootrule.
Full Changelog:v10.0.1...v10.1.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2 people reacted
v10.0.1
🐛 Bug Fixes
- #2700 Fixed incorrect type for
.eslintrcconfigs. - #2703 Fixed false negatives for multiple script blocks in
vue/prefer-use-template-refrule. - #2726 Fixed false positives for tagged template expressions in
vue/no-ref-as-operandrule. - #2728 Fixed false negatives for props destructure in
vue/require-default-proprule. - #2731 Fixed false positives for renamed props in
vue/no-dupe-keysrule.
⚙️ Updates
- #2701 Improved the report location for
vue/no-export-in-script-setuprule. - #2724 Improved the report location for
vue/html-self-closingrule.
Full Changelog:v10.0.0...v10.0.1
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2 people reacted