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

feat(deps): add support for react 18 #322

Merged
merged 24 commits into from
Aug 21, 2022
Merged

feat(deps): add support for react 18 #322

merged 24 commits into from
Aug 21, 2022

Commits on Aug 21, 2022

  1. feat(peer-deps): add react and react-dom 18 (#321)

    This will allow @react-forked/dnd to be installed using react v18
    
    fix #319
    100terres committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    36e97cd View commit details
    Browse the repository at this point in the history
  2. test(dev-deps): migrate from enzyme to @testing-library/react (#323)

    * test(dev-deps): remove enzyme libraries from package.json
    
    * test(setup): remove enzyme related configuration
    
    * test: move REACT_VERSION global declaration
    
    * test(dev-deps): setup @testing-library/jest-dom
    
    for more details see: https://github.com/testing-library/jest-dom#usage=
    
    * test(jsdom env): fix issue with missing TransitionEvent
    
    * test(enzyme): drop Placeholder without memo (needed for enzyme)
    
    * test(enzyme): drop force upfate util
    
    * test(enzyme): drop PassThroughProps util component
    
    Not needed anymore, because with @testing-library/react there are no equivalent to the `setProp`. We
    must use the `rerender` function and we can directly change the prop of child component in the tree
    if needed.
    
    * test(util): drop un-used user input util
    
    * test(enzyme): migrate all tests using enzyme to @testing-library/react
    
    * chore: bump size snapshot
    100terres committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    4fa731f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b22dae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cae0bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d6fba4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7106efa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82c111e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    89c7d07 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dc92b26 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ed0e9c2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e728b7a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    142563e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b990622 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    26bf701 View commit details
    Browse the repository at this point in the history
  15. chore(test): fix issue when running test with react major version env…

    … set (#392)
    
    also reactor how we manipulate environment variables in our test
    100terres committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    5ce1957 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    66d5374 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    40bd6bc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b7e5a2f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    811fb88 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ee38217 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e73a8fc View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    525fb63 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    68fe9b8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b9e7240 View commit details
    Browse the repository at this point in the history