Skip to content

Commit 487a71c

Browse files
committed
9.9.0
1 parent 0b816dc commit 487a71c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

docs/rules/array-element-newline.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ pageClass: rule-details
33
sidebarDepth: 0
44
title: vue/array-element-newline
55
description: Enforce line breaks after each array element in `<template>`
6+
since: v9.9.0
67
---
78
# vue/array-element-newline
89

910
> Enforce line breaks after each array element in `<template>`
1011
11-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
1212
- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
1313

1414
This rule is the same rule as core [array-element-newline] rule but it applies to the expressions in `<template>`.
@@ -23,6 +23,10 @@ This rule is the same rule as core [array-element-newline] rule but it applies t
2323

2424
[array-bracket-newline]: https://eslint.org/docs/rules/array-bracket-newline
2525

26+
## :rocket: Version
27+
28+
This rule was introduced in eslint-plugin-vue v9.9.0
29+
2630
## :mag: Implementation
2731

2832
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/array-element-newline.js)

docs/rules/padding-lines-in-component-definition.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ pageClass: rule-details
33
sidebarDepth: 0
44
title: vue/padding-lines-in-component-definition
55
description: require or disallow padding lines in component definition
6+
since: v9.9.0
67
---
78
# vue/padding-lines-in-component-definition
89

910
> require or disallow padding lines in component definition
1011
11-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
1212
- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
1313

1414
## :book: Rule Details
@@ -157,6 +157,10 @@ export default {
157157

158158
</eslint-code-block>
159159

160+
## :rocket: Version
161+
162+
This rule was introduced in eslint-plugin-vue v9.9.0
163+
160164
## :mag: Implementation
161165

162166
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/padding-lines-in-component-definition.js)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-vue",
3-
"version": "9.8.0",
3+
"version": "9.9.0",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)