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
base: v7.23.1
Choose a base ref
...
head repository: jsx-eslint/eslint-plugin-react
compare: v7.23.2
Choose a head ref
  • 9 commits
  • 14 files changed
  • 5 contributors

Commits on Mar 24, 2021

  1. Fix CHANGELOG.md

    JounQin authored and ljharb committed Mar 24, 2021
    Copy the full SHA
    c2a790a View commit details
    Browse the repository at this point in the history
  2. [Fix] jsx-no-target-blank: fix handling of warnOnSpreadAttributes

    … being false
    
    Fixes #2952
    Nokel81 authored and ljharb committed Mar 24, 2021
    Copy the full SHA
    6b6a14a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Copy the full SHA
    7ce9106 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. [Fix] forbid-dom-props: support JSXNamespacedName

    This rather strange pattern is common in [FBT](https://facebook.github.io/fbt/docs/params) and valid according to [JSX](http://facebook.github.io/jsx/) (see `JSXNamespacedName`). Without this change the rule fails on the following error:
    
    ```
    TypeError: Cannot read property 'toUpperCase' of undefined
    ```
    
    See: adeira/universe#2005
    mrtnzlml authored and ljharb committed Apr 6, 2021
    Copy the full SHA
    2f376e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Copy the full SHA
    752dc96 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b4cdf25 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    106ccf4 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Copy the full SHA
    cbe99e0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0d999ef View commit details
    Browse the repository at this point in the history