diff --git a/CHANGELOG.md b/CHANGELOG.md index 945e918039..6d96130870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,11 +24,17 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel * [`prop-types`]: default argument does not count as props-types declaration ([#2877][] @golopot) * [`jsx-props-no-multi-spaces`]: fix a false positive for beside comments ([#2878][] @golopot) * [`jsx-no-undef`]: handle the TS parser combined with an invalid ecmaVersion ([#2882][] @ljharb) +* [`no-unused-prop-types`]: apply `skipShapeProps` to exact types ([#2883][] @golopot) +* [`no-danger-with-children`]/[`style-prop-object`]/[`no-adjacent-inline-elements`]: add category, URL ([#2891][] @thofmann) ### Docs * [`no-unused-prop-types`]: Add new example to rule ([#2852][] @thehereward) +* [`prop-types`]: fix example ([#2881][] @technote-space) +[#2891]: https://github.com/yannickcr/eslint-plugin-react/pull/2891 +[#2883]: https://github.com/yannickcr/eslint-plugin-react/pull/2883 [#2882]: https://github.com/yannickcr/eslint-plugin-react/issues/2882 +[#2881]: https://github.com/yannickcr/eslint-plugin-react/pull/2881 [#2879]: https://github.com/yannickcr/eslint-plugin-react/issues/2879 [#2878]: https://github.com/yannickcr/eslint-plugin-react/pull/2878 [#2877]: https://github.com/yannickcr/eslint-plugin-react/pull/2877 diff --git a/package.json b/package.json index eb6c4b7346..2870cbedb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.21.5", + "version": "7.22.0", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",