Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reactjs/react-transition-group
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: reactjs/react-transition-group
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: alpha
Choose a head ref
  • 4 commits
  • 23 files changed
  • 1 contributor

Commits on May 3, 2022

  1. build: ready for migrating TypeScript (#808)

    * build: setup typescript
    
    * refactor: change some file's extensions from .js to .ts
    
    * refactor: remove an unused file
    koba04 committed May 3, 2022
    Configuration menu
    Copy the full SHA
    52d612f View commit details
    Browse the repository at this point in the history
  2. refactor: migrate src/ to TypeScript (#809)

    * build: add tsx files as targets of Babel
    
    * refactor: migrate ChildMapping to TypeScript
    
    * refactor: add types for TransitionGroupContext
    
    * refactor: migrate SwitchTransition to TypeScript
    
    * refactor: migrate Transition to TypeScript
    
    * refactor: migrate CSSTransition to TypeScript
    
    * refactor: migrate TransitionGroup to TypeScript
    
    * refactor: migrate ReplaceTransition to TypeScript
    
    * chore: update size-snapshot
    koba04 committed May 3, 2022
    Configuration menu
    Copy the full SHA
    8a36e76 View commit details
    Browse the repository at this point in the history
  3. refactor: apply more strict types to ReplaceTransition (#812)

    * refactor: apply more strict types to ReplaceTransition
    
    * lint: enable the ignoreRestSiblings option of no-unused-vars
    koba04 committed May 3, 2022
    Configuration menu
    Copy the full SHA
    597f983 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

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