Skip to content

Commit

Permalink
[Docs] update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sjarva committed Aug 25, 2022
1 parent d826522 commit 5d314f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
* [`display-name`], component detection: fix false positive for HOF returning only nulls and literals ([#3305][] @golopot)
* [`jsx-no-target-blank`]: False negative when rel attribute is assigned using ConditionalExpression ([#3332][] @V2dha)
* [`jsx-no-leaked-render`]: autofix nested "&&" logical expressions ([#3353][] @hduprat)
* [`jsx-key`]: fix detecting missing key in `Array.from`'s mapping function ([#3369][] @sjarva)

### Changed
* [Refactor] [`jsx-indent-props`]: improved readability of the checkNodesIndent function ([#3315][] @caroline223)
Expand All @@ -43,6 +44,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
* [Docs] Add markdownlint for documentation formatting consistency ([#3367][] @bmish)
* [Docs] Add config notice to rule docs ([#3362][] @bmish)

[#3369]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3369
[#3367]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3367
[#3366]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3366
[#3365]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3365
Expand Down

0 comments on commit 5d314f1

Please sign in to comment.