Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ignorePureComponents when using class expressions. #1122

Merged
merged 17 commits into from May 15, 2017
Merged

Fix ignorePureComponents when using class expressions. #1122

merged 17 commits into from May 15, 2017

Commits on Feb 23, 2017

  1. prefer-stateless-function w/ decorators

    Currently prefer-stateless-function warns when using a decorated class
    over a stateless function. The decorator syntax only works with classes,
    so it makes sense not to warn in this case.
    
    Fixes #1034
    benstepp committed Feb 23, 2017
    Copy the full SHA
    3266ab6 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2017

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

Commits on Mar 23, 2017

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

Commits on Mar 28, 2017

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

Commits on Mar 31, 2017

  1. Merge pull request #1106 from Kerumen/master

    Fix nextProps false positive in no-unused-prop-types
    ljharb committed Mar 31, 2017
    Copy the full SHA
    9a5303d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1130 from dreid/patch-1

    {Doc} fix indentation in no-unused-prop-types example
    ljharb committed Mar 31, 2017
    Copy the full SHA
    7111a70 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

  1. Add no-will-update-set-state rule

    William Holloway committed Apr 5, 2017
    Copy the full SHA
    877e6dc View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2017

  1. Factor out no-<method>-set-state rule code to a utility

    William Holloway committed Apr 6, 2017
    Copy the full SHA
    58519ae View commit details
    Browse the repository at this point in the history
  2. Fix util filename in require

    William Holloway committed Apr 6, 2017
    Copy the full SHA
    4405523 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2017

  1. Merge pull request #1139 from amplitude/no-will-update-set-state

    [New] Add no-will-update-set-state rule
    ljharb committed Apr 9, 2017
    Copy the full SHA
    0ae6bb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2017

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

Commits on Apr 13, 2017

  1. Merge pull request #1149 from Adzz/patch-1

    Prepend "react/" to rule options documentation code
    lencioni committed Apr 13, 2017
    Copy the full SHA
    24ea6f3 View commit details
    Browse the repository at this point in the history
  2. Link fix: ReactDOM docs were broken out

    This fixes a link regarding ReactDOM.render. Previously these docs
    were part of the Top Level API docs for React, but have since been
    split into their own documentation.
    Matthew Herbst committed Apr 13, 2017
    Copy the full SHA
    cdfc508 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1151 from MatthewHerbst/link-fix/no-render-return…

    …-value
    
    Link fix: ReactDOM docs were broken out
    lencioni committed Apr 13, 2017
    Copy the full SHA
    82648f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2017

  1. Merge pull request #1086 from benstepp/bs-stateless-decorators

    prefer-stateless-function w/ decorators
    lencioni committed Apr 14, 2017
    Copy the full SHA
    fd90dae View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2017

  1. Copy the full SHA
    a2b61ed View commit details
    Browse the repository at this point in the history
  2. Update prefer-stateless-function.js

    Remove trailing spaces.
    dreid committed Apr 18, 2017
    Copy the full SHA
    0fac8d9 View commit details
    Browse the repository at this point in the history