Sourced from eslint-plugin-react's releases.
v7.26.0
Added
- add [
no-namespace] rule (https://github.com/facebook/flipper/issues/2640@yacinehmito@ljharb)jsx-max-props-per-line: addsingleandmultioptions (#3078@SIL0RAK)Fixed
display-name: Get rid of false position on component detection (https://github.com/facebook/flipper/issues/2759@iiison)Changed
- [
no-access-state-in-setstate]: passing test for “don't error if it's not a React Component” (https://github.com/facebook/flipper/issues/1873@kentcdodds)#3078: yannickcr/eslint-plugin-react#3078 https://github.com/facebook/flipper/issues/2640: yannickcr/eslint-plugin-react#2640 https://github.com/facebook/flipper/issues/2759: yannickcr/eslint-plugin-react#2759 https://github.com/facebook/flipper/issues/1873: yannickcr/eslint-plugin-react#1873 [
react/jsx-runtime]: https://github.com/yannickcr/eslint-plugin-react/blob/HEAD/index.js#L163-L176
... (truncated)
Sourced from eslint-plugin-react's changelog.
7.26.1 - 2021.09.29
Fixed
- [
no-namespace]: fix crash on non-string React.createElement name (#3082@ljharb)- [
no-namespace]: avoid crash on non-string createElement values (#3085@ljharb)- [
jsx-no-target-blank]: improve error messages (#3088@cutiful)Changed
- [Docs] [
jsx-max-props-per-line]: fix options example (#3083@MrRaiter)#3088: yannickcr/eslint-plugin-react#3088 #3085: yannickcr/eslint-plugin-react#3085 #3083: yannickcr/eslint-plugin-react#3083 #3082: yannickcr/eslint-plugin-react#3082
7.26.0 - 2021.09.20
Added
- add [
no-namespace] rule (https://github.com/facebook/flipper/issues/2640@yacinehmito@ljharb)- [
jsx-max-props-per-line]: addsingleandmultioptions (#3078@SIL0RAK)Fixed
- [
display-name]: Get rid of false position on component detection (https://github.com/facebook/flipper/issues/2759@iiison)Changed
- [
no-access-state-in-setstate]: passing test for “don't error if it's not a React Component” (https://github.com/facebook/flipper/issues/1873@kentcdodds)#3078: yannickcr/eslint-plugin-react#3078 https://github.com/facebook/flipper/issues/2640: yannickcr/eslint-plugin-react#2640 https://github.com/facebook/flipper/issues/2759: yannickcr/eslint-plugin-react#2759 https://github.com/facebook/flipper/issues/1873: yannickcr/eslint-plugin-react#1873
7.25.3 - 2021.09.19
Fixed
- [
prop-types],propTypes: bail out unknown generic types inside func params (#3076@vedadeepta)Changed
- [readme] Update broken link for configuration files (#3071
@prateek3255)- [Refactor] create/extract
isCreateElementandisDestructuredFromPragmaImportutils (@ljharb)#3076: yannickcr/eslint-plugin-react#3076 #3071: yannickcr/eslint-plugin-react#3071
[7.25.2] - 2021.09.16
Fixed
... (truncated)
119a7f3 Update CHANGELOG and bump version7844d8e [Fix] jsx-no-target-blank: improve error messages8785c16 [Fix] no-namespace: avoid crash on non-string createElement valuesa8ecd54 [Docs] jsx-max-props-per-line: fix options examplea4bf7da [Fix] no-namespace: fix crash on non-string React.createElement nameeeb0144 [Docs] Pin link to code in react-in-jsx-scope docs8cf47a8 Update CHANGELOG and bump versione4acd07 [Dev Deps] update types/estree, types/node, eslint-plugin-eslint-plugin83eb226 [New] jsx-max-props-per-line: add single and multi options95a8a4e [Dev Deps] update eslint-remote-tester