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

All files are compared to previous version, v7.34.0. Click here to browse diffs between other versions.

Loading File Browser...

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)