Skip to content

Commit ea1be9f

Browse files
committed
7.15.0
1 parent c5ada10 commit ea1be9f

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

docs/rules/block-lang.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ pageClass: rule-details
33
sidebarDepth: 0
44
title: vue/block-lang
55
description: disallow use other than available `lang`
6+
since: v7.15.0
67
---
78
# vue/block-lang
89

910
> disallow use other than available `lang`
1011
11-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
12-
1312
## :book: Rule Details
1413

1514
This rule disallows the use of languages other than those available in the your application for the lang attribute of block elements.
@@ -85,6 +84,10 @@ Same as `{ script: { allowNoLang: true } }`.
8584

8685
</eslint-code-block>
8786

87+
## :rocket: Version
88+
89+
This rule was introduced in eslint-plugin-vue v7.15.0
90+
8891
## :mag: Implementation
8992

9093
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/block-lang.js)

docs/rules/no-use-computed-property-like-method.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ pageClass: rule-details
33
sidebarDepth: 0
44
title: vue/no-use-computed-property-like-method
55
description: disallow use computed property like method
6+
since: v7.15.0
67
---
78
# vue/no-use-computed-property-like-method
89

910
> disallow use computed property like method
1011
11-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
12-
1312
## :book: Rule Details
1413

1514
This rule disallows to use computed property like method.
@@ -334,6 +333,10 @@ export default {
334333

335334
Nothing.
336335

336+
## :rocket: Version
337+
338+
This rule was introduced in eslint-plugin-vue v7.15.0
339+
337340
## :mag: Implementation
338341

339342
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-use-computed-property-like-method.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": "7.14.0",
3+
"version": "7.15.0",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)