Sourced from eslint-plugin-react's changelog.
7.27.1 - 2021.11.18
Fixed
- [
no-invalid-html-attribute]: allowlinkrelto haveapple-touch-icon,mask-icon(#3132[]@ljharb)- [
no-unused-class-component-methods]: addgetChildContextlifecycle method (#3136[]@yoyo837)- [
prop-types]: fix false positives on renames in object destructuring (#3142[]@golopot)- [
no-arrow-function-lifecycle]: fix invalid autofix from a concise arrow method to a regular one (#3145[]@ljharb)- [
display-name]: avoid false positives on non-creatClass object expressions (#3144@ljharb)Changed
#3145: yannickcr/eslint-plugin-react#3145 #3144: yannickcr/eslint-plugin-react#3144 #3142: yannickcr/eslint-plugin-react#3142 #3141: yannickcr/eslint-plugin-react#3141 #3136: yannickcr/eslint-plugin-react#3136 #3132: yannickcr/eslint-plugin-react#3132
94826da Update CHANGELOG and bump version893dbff [Fix] display-name: avoid false positives on non-creatClass object expressionseb81897 [Fix] no-arrow-function-lifecycle: fix invalid autofix from a concise arrow...8f00023 [Fix] prop-types: fix false positives on renames in object destructuring0132c47 [readme] fix syntax typoa2f8a35 [Fix] no-unused-class-component-methods: add getChildContext lifecycle me...87fe152 [Fix] no-invalid-html-attribute: allow link rel to have `apple-touch-ic...