v7.31.9
github-actions
released this
09 Oct 20:09
·
299 commits
to master
since this release
Fixed
no-unknown-property
: adddialog
attributes (#3436 @ljharb)no-arrow-function-lifecycle
: when converting from an arrow, remove the semi and wrapping parens (#3337 @ljharb)jsx-key
: Ignore elements insideReact.Children.toArray()
(#1591 @silvenon)jsx-no-constructed-context-values
: fix false positive for usage in non-components (#3448 @golopot)static-property-placement
: warn on nonstatic expected-statics (#2581 @ljharb)no-unknown-property
: properly tag-restrict case-insensitive attributes (@ljharb)no-unknown-property
: allowwebkitDirectory
oninput
, case-insensitive (#3454 @ljharb)
Changed
- [Docs]
no-unknown-property
: fix typo in link (#3445 @denkristoffer) - [Perf] component detection: improve performance by optimizing getId (#3451 @golopot)
- [Docs]
no-unstable-nested-components
: Warn about memoized, nested components (#3444 @eps1lon)