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.7.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.7.1
Choose a head ref
  • 10 commits
  • 15 files changed
  • 2 contributors

Commits on Mar 22, 2019

  1. docs: remove CodeSandbox example for Transition

    Since it's a base component that's rarely used on the web, there is no
    need to add a CodeSandbox demo. Docs for Transition should serve
    mostly as a reference for CSSTransition and a general intro to
    react-transition-group.
    silvenon committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    332fc64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8131ea View commit details
    Browse the repository at this point in the history
  3. docs: add simple code examples for CSSTransition

    Add static code blocks to ease the reader into the CodeSandbox demo.
    silvenon committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    b39b9f8 View commit details
    Browse the repository at this point in the history
  4. docs: replace html.js with react-helmet

    html.js seems to be unnecessary. Other than changing <html> lang
    attribute, it also seems to be adding a Codepen script which I think was
    from an older version of the docs which used Codepen instead of
    CodeSandbox.
    silvenon committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    4ccc311 View commit details
    Browse the repository at this point in the history
  5. docs: fix prop type for CodeSandbox ID

    It can be null.
    silvenon committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    f58c3c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6573378 View commit details
    Browse the repository at this point in the history
  7. chore: update size snapshot

    silvenon committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    6775233 View commit details
    Browse the repository at this point in the history
  8. Revert "feat: support ESM (tree-shaking) (#455)"

    This reverts commit ef3e357.
    
    Fixes #475
    silvenon committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    271364c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. fix: trigger release

    silvenon committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    2524b86 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.7.1 [skip ci]

    ## [2.7.1](v2.7.0...v2.7.1) (2019-03-25)
    
    ### Bug Fixes
    
    * trigger release ([2524b86](2524b86))
    semantic-release-bot committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    0993445 View commit details
    Browse the repository at this point in the history
Loading