Eslint Plugin React: v7.34.1 Release

Release date:
March 15, 2024
Previous version:
v7.34.0 (released March 4, 2024)
Magnitude:
332 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in v7.34.1

ljharb
developer-bandi
silverwind
jaesoekjjang
cuithon

Directory Browser for v7.34.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Fixed

  • [jsx-no-leaked-render]: prevent wrongly adding parens (#3700 @developer-bandi)
  • [boolean-prop-naming]: detect TS interfaces (#3701 @developer-bandi)
  • [boolean-prop-naming]: literalType error fix (#3704 @developer-bandi)
  • [boolean-prop-naming]: allow TSIntersectionType (#3705 @developer-bandi)
  • [no-unknown-property]: support popover, popovertarget, popovertargetaction attributes (#3707 @ljharb)
  • [no-unknown-property]: only match data-* attributes containing - (#3713 @silverwind)
  • [checked-requires-onchange-or-readonly]: correct options that were behaving opposite (#3715 @jaesoekjjang)

Changed

  • [boolean-prop-naming]: improve error message (@ljharb)