Sourced from eslint-plugin-react's changelog.
7.24.0 - 2021.05.27
Added
- component detection: add componentWrapperFunctions setting (#2713[] @
@jzabala@LandonSchropp)- [
no-unused-prop-types]: add ignore option (#2972[]@grit96)- version detection: support recursive processor virtual filename (#2965[]
@JounQin)Fixed
- [
jsx-handler-names]: properly substitute value into message (#2975[]@G-Rath)- [
jsx-uses-vars]: ignore namespaces (#2985[]@remcohaszing)- [
jsx-no-undef]: ignore namespaces (#2986[]@remcohaszing)- [
jsx-child-element-spacing]: Don't flag whitespace around<br/>tags (#2989[]@pascalpp)Changed
- [Docs] [
jsx-newline]: Fix minor spelling error on rule name (#2974[]@DennisSkoko)- [Refactor] [
void-dom-elements-no-children]: improve performance- [readme] fix missing trailing commas (#2980[]
@sugardon)- [readme] fix broken anchor link (#2982[]
@vzvu3k6k)- [Docs] [
jsx-child-element-spacing]: fixes sentence which ends abruptly (#2990[]@pascalpp)#2990: yannickcr/eslint-plugin-react#2990 #2989: yannickcr/eslint-plugin-react#2989 #2986: yannickcr/eslint-plugin-react#2986 #2985: yannickcr/eslint-plugin-react#2985 #2982: yannickcr/eslint-plugin-react#2982 #2980: yannickcr/eslint-plugin-react#2980 #2977: yannickcr/eslint-plugin-react#2977 #2975: yannickcr/eslint-plugin-react#2975 #2974: yannickcr/eslint-plugin-react#2974 #2972: yannickcr/eslint-plugin-react#2972 #2965: yannickcr/eslint-plugin-react#2965 #2713: yannickcr/eslint-plugin-react#2713
291acbf Update CHANGELOG and bump version58123c4 [Deps] update object.entries, object.values, string.prototype.matchall880ab8c [Fix] version detection: support recursive processor virtual filenamef0e6700 [Dev Deps] pin types/eslint due to a breaking change in a patch6c1e5b3 [Docs] [jsx-child-element-spacing]: fixes sentence which ends abruptly9a140a5 [Fix] jsx-child-element-spacing: Don't flag whitespace around \<br/> tags9aa539d [Fix] jsx-no-undef: ignore namespacesf864ac1 [Fix] jsx-uses-vars: ignore namespaces89ba8c5 [readme] fix broken anchor link0f4b626 [readme] fix missing trailing commas