Skip to content

Commit d393a31

Browse files
Version Packages
1 parent 24eccf4 commit d393a31

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/smooth-jokes-eat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tangy-eagles-start.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/true-oranges-heal.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# eslint-plugin-vue
22

3+
## 10.3.0
4+
5+
### Minor Changes
6+
7+
- [`vue/no-deprecated-slot-attribute`](https://eslint.vuejs.org/rules/no-deprecated-slot-attribute.html) `ignore` option now supports regex patterns ([#2773](https://github.com/vuejs/eslint-plugin-vue/pull/2773))
8+
9+
### Patch Changes
10+
11+
- Update resources ([#2752](https://github.com/vuejs/eslint-plugin-vue/pull/2752))
12+
13+
- [`vue/no-restricted-html-elements`](https://eslint.vuejs.org/rules/no-restricted-html-elements.html) now also checks SVG and MathML elements ([#2755](https://github.com/vuejs/eslint-plugin-vue/pull/2755))
14+
315
## 10.2.0
416

517
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-vue",
3-
"version": "10.2.0",
3+
"version": "10.3.0",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)