Eslint Plugin React: v7.31.6 Release

Release date:
September 4, 2022
Previous version:
v7.31.5 (released September 4, 2022)
Magnitude:
166 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in v7.31.6

sjarva
ljharb

Directory Browser for v7.31.6

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

Release Notes Published

Fixed

  • [no-unknown-property]: onError and onLoad both work on img and script (#3388 @ljharb)
  • [no-unknown-property]: data-* attributes can have numbers (#3390 @sjarva)
  • [no-unknown-property]: add more audio/video attributes (#3390 @sjarva)
  • [no-unknown-property]: move allowfullscreen to case ignored attributes (#3390 @sjarva)
  • [no-unknown-property]: fill works on line, mask, and use elements (#3390 @sjarva)
  • [no-unknown-property]: add onMouseMoveCapture as valid react-specific attribute (#3390 @sjarva)
  • [no-unknown-property]: make onLoad and onError be accepted on more elements (#3390 @sjarva)

Changed

  • [Docs] [no-unknown-property]: add a mention about using ignores properties with libraries that add props (#3390 @sjarva)