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
base: v2.2.0
Choose a base ref
...
head repository: reactjs/react-transition-group
compare: v2.2.1
Choose a head ref
  • 15 commits
  • 21 files changed
  • 10 contributors

Commits on Aug 10, 2017

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

Commits on Aug 14, 2017

  1. Tiny typo fix to Migration.md (#161)

    craigglennie authored and jquense committed Aug 14, 2017
    Copy the full SHA
    c137382 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Fix document title of the website (#172)

    koba04 authored and jquense committed Aug 21, 2017
    Copy the full SHA
    5428a99 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2017

  1. Copy the full SHA
    53105a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

  1. Fix some spelling and typos (#183)

    * Fix some spelling and typos
    
    * Remove double 'is'
    O4epegb authored and jquense committed Sep 5, 2017
    Copy the full SHA
    e4590c7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e06cf1c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

  1. fixed: appear bug on quickly updating components (#187)

    * fixed: appear bug on quickly updating components
    
    * Update Transition.js
    jquense committed Sep 6, 2017
    Copy the full SHA
    ff00b42 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2017

  1. Forgot to pass the key prop. (#193)

    * Forgot to pass the key prop.
    
    It's not so important, but I think I would fix it.
    
    * Update Migration.md
    FedjaVitko authored and jquense committed Sep 17, 2017
    Copy the full SHA
    7378b6a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Fix the documentation example for Transition (#194)

    The documentation for Transition declares a Fade transition which is supposed to fade the element's opacity to 1, but since the "entering" state was 1, this example doesn't actually fade when run. Changing the "entering" to 0 fixes this.
    noahsark769 authored and jquense committed Sep 18, 2017
    Copy the full SHA
    8793a15 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. Allow React 16 (#198)

    kesne authored and jquense committed Sep 27, 2017
    Copy the full SHA
    f8fd3be View commit details
    Browse the repository at this point in the history
  2. Include LICENSE in build artifact (#200)

    The version of `react-transition-group` on npm does not include the 
    `LICENSE` file and thus tools like `yarn` are not able to generate a 
    proper license collection.
    
    To fix this, we should include the license file in the npm package as 
    well.
    philipp-spiess authored and jquense committed Sep 27, 2017
    Copy the full SHA
    db57ed7 View commit details
    Browse the repository at this point in the history
  3. Update Transition.js (#202)

    Mohamed Ismat authored and jquense committed Sep 27, 2017
    Copy the full SHA
    08a00a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Update to enzyme (#211)

    * Update to enzyme
    
    * rm unused
    
    * clean up CI
    
    * rebuild yarn.lock
    jquense committed Sep 29, 2017
    Copy the full SHA
    dcf0e50 View commit details
    Browse the repository at this point in the history
  2. changelog

    jquense committed Sep 29, 2017
    Copy the full SHA
    afed8de View commit details
    Browse the repository at this point in the history
  3. Release v2.2.1

    jquense committed Sep 29, 2017
    Copy the full SHA
    17bcf65 View commit details
    Browse the repository at this point in the history