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

add enzyme-adapter-react-17 (no TODO tags) #2534

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Aug 10, 2020

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

Commits on Aug 12, 2020

  1. feat: add an adapter for React 17

    layershifter authored and ljharb committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    d26a940 View commit details
    Browse the repository at this point in the history
  2. add versions to CI

    layershifter authored and ljharb committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    31178a0 View commit details
    Browse the repository at this point in the history
  3. version updates

    layershifter authored and ljharb committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    c6c9150 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. offscreencomponent wip

    ljharb committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    8a6075b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. test TODOs

    ljharb committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    898978f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Remove TODO_17 tags

    createthis committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    b8c5aed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    388c6c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60d857c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a4066c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57b3109 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Fix shallow() so that it calls componentWillReceiveProps() and

    UNSAFE_componentWillReceiveProps() on setContext()
    createthis committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    da7b637 View commit details
    Browse the repository at this point in the history
  2. Forgot a test case. Call componentWillReceiveProps() even when shallow

    lifecycle methods disabled according to test.
    createthis committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    d92c8b7 View commit details
    Browse the repository at this point in the history
  3. displayNameOfNode gets a little wonky when used with React.memo and

    React.forwardRef under 17.
    createthis committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    e4af0b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. punt on the simulate failure. I worked on this all day yesterday and

    didn't come up with a workaround.
    createthis committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    65cbc38 View commit details
    Browse the repository at this point in the history
  2. Make a few changes I saw https://github.com/wojtekmaj requested in the

    original PR, plus add an act() wrapper on shallow's simulate(), just to
    show it doesn't help.
    createthis committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    1bde41e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0aa05b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46d0422 View commit details
    Browse the repository at this point in the history