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 #2564

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

Commits on Aug 2, 2022

  1. [New] add enzyme-adapter-react-17

    ljharb authored and eps1lon committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    e91c355 View commit details
    Browse the repository at this point in the history
  2. feat: add an adapter for React 17

    layershifter authored and eps1lon committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    0797375 View commit details
    Browse the repository at this point in the history
  3. add versions to CI

    layershifter authored and eps1lon committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    42fce4a View commit details
    Browse the repository at this point in the history
  4. version updates

    layershifter authored and eps1lon committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    46de537 View commit details
    Browse the repository at this point in the history
  5. offscreencomponent wip

    ljharb authored and eps1lon committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    13111be View commit details
    Browse the repository at this point in the history
  6. test TODOs

    ljharb authored and eps1lon committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    1337f75 View commit details
    Browse the repository at this point in the history
  7. Remove TODO_17 tags

    createthis authored and eps1lon committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    07504db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    75a15f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    658595a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9625c9f View commit details
    Browse the repository at this point in the history
  11. Fix shallow() so that it calls componentWillReceiveProps() and

    UNSAFE_componentWillReceiveProps() on setContext()
    createthis authored and eps1lon committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    7a54423 View commit details
    Browse the repository at this point in the history
  12. Forgot a test case. Call componentWillReceiveProps() even when shallow

    lifecycle methods disabled according to test.
    createthis authored and eps1lon committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    938d10a View commit details
    Browse the repository at this point in the history
  13. displayNameOfNode gets a little wonky when used with React.memo and

    React.forwardRef under 17.
    createthis authored and eps1lon committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    bbab94b View commit details
    Browse the repository at this point in the history
  14. punt on the simulate failure. I worked on this all day yesterday and

    didn't come up with a workaround.
    createthis authored and eps1lon committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    9a432a6 View commit details
    Browse the repository at this point in the history
  15. 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 authored and eps1lon committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    1f48ca9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ae9b14a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    935c84a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    18d536f View commit details
    Browse the repository at this point in the history
  19. Remove unused TODO_17

    eps1lon committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    69f2846 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5f2f0b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    9dfd35f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc64090 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    762ac8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cffae58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f309a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. node_modules/.bin -> npx

    eps1lon committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    3b9b1e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    103174d View commit details
    Browse the repository at this point in the history
  3. Remove outdated comment

    eps1lon committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    5418b9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8649c0c View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

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