Skip to content

Commit 2d6b1ba

Browse files
Update CHANGELOG.md
1 parent 79ec8f3 commit 2d6b1ba

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## 1.0.19
4+
Adds a `tag-forbid-attr` rule that disallows the use of specified attributes on the specified tag.
5+
6+
```json
7+
{
8+
"tag-forbid-attr": [
9+
true,
10+
{
11+
"picture": [
12+
{
13+
"name": "class"
14+
}
15+
],
16+
"body": [
17+
{
18+
"name": "class"
19+
}
20+
]
21+
}
22+
]
23+
}
24+
```
25+
326
## 1.0.18
427
Fixes `report` in the `req-source-width-height`
528

0 commit comments

Comments
 (0)