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: v2.8.0
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: v2.9.0
Choose a head ref
  • 13 commits
  • 9 files changed
  • 3 contributors

Commits on Apr 6, 2019

  1. Configuration menu
    Copy the full SHA
    27271b7 View commit details
    Browse the repository at this point in the history
  2. feat(CSSTransition): add "done" class for appear

    This is not a breaking change because it doesn't remove the
    `*-enter-done` class name after appearing is done, instead
    `*-appear-done` is added in addition to that class, which provides you
    with a bit more control in case you wanted to define a specific
    animation only when an element first appears in the DOM, not every time
    it enters.
    
    Closes #383.
    Closes #327.
    
    Changes came from #383, but had to rebase to resolve conflicts and make
    modifications informed by the discussion in #327.
    koba04 authored and silvenon committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    fe3c156 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86c7b3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7e6ba9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccbb2dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9b37d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e60c67 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc91530 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d3b4b69 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4813a85 View commit details
    Browse the repository at this point in the history
  11. chore: (hopefully) fix semantic release

    Bumping semantic-release-alt-publish-dir seems to have broken semantic
    release. Downgrading should hopefully fix it.
    silvenon committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    c0bcc35 View commit details
    Browse the repository at this point in the history
  12. revert: bump semantic release dependencies

    This reverts commit d9b37d7.
    silvenon committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    1bdcaec View commit details
    Browse the repository at this point in the history
  13. chore(release): 2.9.0 [skip ci]

    # [2.9.0](v2.8.0...v2.9.0) (2019-04-06)
    
    ### Features
    
    * **CSSTransition:** add "done" class for appear ([fe3c156](fe3c156)), closes [#383](#383) [#327](#327) [#327](#327)
    
    ### Reverts
    
    * bump semantic release dependencies ([1bdcaec](1bdcaec))
    semantic-release-bot committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    2eb45b2 View commit details
    Browse the repository at this point in the history
Loading