You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,13 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
12
12
*[`no-multi-comp`]: do not detect a function property returning only null as a component ([#3412][]@ljharb)
13
13
*[`no-unknown-property`]: allow `abbr` on `<th>` and `<td>` ([#3419][]@OleksiiKachan)
14
14
*[`no-unknown-property`]: add `viewBox` for `pattern`, `symbol`, `view` ([#3424][]@MNBuyskih)
15
+
*[`no-unknown-property`]: add `align` on all the tags that support it ([#3425][]@ljharb)
align: ['applet','caption','col','colgroup','hr','iframe','img','table','tbody','td','tfoot','th','thead','tr'],// deprecated, but known
68
69
valign: ['tr','td','th','thead','tbody','tfoot','colgroup','col'],// deprecated, but known
69
70
noModule: ['script'],
70
71
// Media events allowed only on audio and video tags, see https://github.com/facebook/react/blob/256aefbea1449869620fb26f6ec695536ab453f5/CHANGELOG.md#notable-enhancements
0 commit comments