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

[Compat] support React@15.5 #876

Merged
merged 21 commits into from
Apr 12, 2017
Merged

Commits on Apr 12, 2017

  1. [Compat] support React@15.5

    A few deprecation warnings were added in React@15.5. This supports the
    new APIs that React recommends.
    
    Closes enzymejs#875
    Kent C. Dodds authored and ljharb committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    e901252 View commit details
    Browse the repository at this point in the history
  2. Pull shallow renderer from react-test-renderer/shallow for React 15.5

    Brian Vaughn authored and ljharb committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    a0bb9bf View commit details
    Browse the repository at this point in the history
  3. Accompanying change to ShallowWrapper to resolve shallowRenderer 15.5…

    … issue
    Brian Vaughn authored and ljharb committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    1c932cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49e0825 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3f3519 View commit details
    Browse the repository at this point in the history
  6. test both react 15.4 and react 15

    nfcampos authored and ljharb committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    252040d View commit details
    Browse the repository at this point in the history
  7. add missing env entry

    nfcampos authored and ljharb committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    b7522b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5db207f View commit details
    Browse the repository at this point in the history
  9. Extract batchedUpdates to a function

    gaearon authored and ljharb committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    b0e2fac View commit details
    Browse the repository at this point in the history
  10. Remove dependency on create-react-class

    - remove createClass export from src/react-compat
    - add test/react-compat with createClass export
    - change spec files to import createClass from test/react-compat
    - undo changes to src/ReactWrapperComponent.jsx (use of createClass there removed in enzymejs#877
    - update README with correct dependencies for react@15.5
    nfcampos authored and ljharb committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    edeb99c View commit details
    Browse the repository at this point in the history
  11. Fix import

    nfcampos authored and ljharb committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    d6badda View commit details
    Browse the repository at this point in the history
  12. Remove unnecessary tests

    see PR enzymejs#878 for explanation
    nfcampos authored and ljharb committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    270ee7f View commit details
    Browse the repository at this point in the history
  13. Lint

    nfcampos authored and ljharb committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    ec7bbc5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3ff9832 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f5f6001 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2f957af View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b48e551 View commit details
    Browse the repository at this point in the history
  18. Update error message in react-compat

    nfcampos authored and ljharb committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    cc78489 View commit details
    Browse the repository at this point in the history
  19. address final comments

    Kent C. Dodds authored and ljharb committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    22f368f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4464a17 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    21f6e7a View commit details
    Browse the repository at this point in the history