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: v1-stable
Choose a head ref
  • 20 commits
  • 8 files changed
  • 8 contributors

Commits on Jun 12, 2017

  1. update changelog

    jquense committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    fc0504d View commit details
    Browse the repository at this point in the history
  2. Release v1.2.0

    jquense committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    201442c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2017

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

Commits on Sep 27, 2017

  1. Allow React v16 peer dependency (#203)

    lukeapage authored and jquense committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    d4ce399 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. update lock

    jquense committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    3c51533 View commit details
    Browse the repository at this point in the history
  2. Release v1.2.1

    jquense committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    f5ae189 View commit details
    Browse the repository at this point in the history
  3. changelog

    jquense committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    599a1c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

  1. fix anchor link (#225)

    Romain Le Quellec authored and jquense committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    5f17ac9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Fix TransitionGroup error for v1 as well (#282)

    * Fix TransitionGroup error for v1 as well
    
    fixes #12 using #15 for v1 as well.
    
    Not all of us has been moved to v2 (especially those of us who are still using `material-ui`  < v1-beta),
    Yet, this is critical bug fix .
    
    hopefully a version with that fix will be released soon ? :)
    
    * Update TransitionGroup.js
    jony89 authored and jquense committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    dae1e2e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. fix: updated dom-helpers

    kafeltz authored and jquense committed May 11, 2018
    Configuration menu
    Copy the full SHA
    d5fac52 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2018

  1. Configuration menu
    Copy the full SHA
    5bc6c06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    120cf34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    045d802 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2018

  1. Run Travis CI for v1, too

    silvenon committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    64cc0c9 View commit details
    Browse the repository at this point in the history
  2. Fix Travis CI for v1

    silvenon committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    0630036 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f8de52 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #356 from silvenon/travis-v1

    [v1] Fix Travis CI build
    silvenon authored Jun 17, 2018
    Configuration menu
    Copy the full SHA
    72fef12 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #355 from frankwallis/v1-stable

    [v1] update lifecycle methods to be compatible with [email protected]
    silvenon authored Jun 17, 2018
    Configuration menu
    Copy the full SHA
    36bb925 View commit details
    Browse the repository at this point in the history
  6. Update Yarn lockfile

    Some people don't use Yarn so the lockfile falls out of sync. This
    change was caused by just running `yarn install`.
    silvenon committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    fdc68da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a29b40 View commit details
    Browse the repository at this point in the history
Loading