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.12.0
Choose a base ref
...
head repository: jsx-eslint/eslint-plugin-react
compare: v7.12.1
Choose a head ref
  • 9 commits
  • 11 files changed
  • 3 contributors

Commits on Dec 28, 2018

  1. Fix CHANGELOG.md

    alexzherdev committed Dec 28, 2018
    Copy the full SHA
    835fc05 View commit details
    Browse the repository at this point in the history
  2. Fix no-unused-state crash

    Don't assume `classInfo.aliases` is a set since there are some cases where
    it is `null` for a `ClassProperty`.
    jomasti committed Dec 28, 2018
    Copy the full SHA
    72982f6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2098 from jomasti/issue-2096

    `no-unused-state`: Fix crash with class fields
    ljharb committed Dec 28, 2018
    Copy the full SHA
    254a84a View commit details
    Browse the repository at this point in the history
  4. Fix false positives inside lifecycle methods

    This will prevent triggering on any member expression inside a lifecycle
    method. Instead, it will do the naive checking of the node names for
    `props`, `nextProps`, and `prevProps` which is already done here.
    jomasti committed Dec 28, 2018
    Copy the full SHA
    55e5fc1 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2018

  1. Merge pull request #2099 from jomasti/issue-2094

    Fix false positives inside lifecycle methods
    ljharb committed Dec 30, 2018
    Copy the full SHA
    dfeeb81 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2019

  1. [Fix] jsx-max-depth: avoid a crash

    Fixes #2102.
    ljharb committed Jan 1, 2019
    Copy the full SHA
    146d8d1 View commit details
    Browse the repository at this point in the history
  2. 1
    Copy the full SHA
    695e534 View commit details
    Browse the repository at this point in the history
  3. [Tests] fix linter

    ljharb committed Jan 1, 2019
    Copy the full SHA
    6f7cb51 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0202de3 View commit details
    Browse the repository at this point in the history