Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jsx-eslint/eslint-plugin-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.25.1
Choose a base ref
...
head repository: jsx-eslint/eslint-plugin-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.25.2
Choose a head ref
  • 11 commits
  • 20 files changed
  • 6 contributors

Commits on Aug 30, 2021

  1. [Fix] jsx-no-useless-fragment: Allow insignificant whitespace when …

    …`allowExpressions: true`
    benj-dobs authored and ljharb committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    cc95a82 View commit details
    Browse the repository at this point in the history
  2. [Fix] prop-types, propTypes: handle implicit children prop in r…

    …eact's generic types
    vedadeepta authored and ljharb committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    810806e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. [Fix] display-name: fix misinterpreted function components

    - when determining if an `ArrowFunctionExpression` returns JSX, do not check arguments to a returned `CallExpression`
    danielfinke committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    1a5a970 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. [Fix] jsx-no-target-blank: avoid crash on attr-only href

    Fixes #3066
    
    Co-authored-by: Jordan Harband <ljharb@gmail.com>
    Co-authored-by: Gary Butler <gary.butler@myob.com>
    ljharb and gaz77a committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    952a768 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. Configuration menu
    Copy the full SHA
    9325fa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    230ffe1 View commit details
    Browse the repository at this point in the history
  3. [Fix] require-default-props: avoid crash from #3064

    Fixes #3068. Fixes #3069
    ljharb committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    c1c284f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    577cb64 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    5340e9d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    9c1aee5 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Configuration menu
    Copy the full SHA
    f4854ea View commit details
    Browse the repository at this point in the history
Loading