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.6.1
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.0
Choose a head ref
  • 10 commits
  • 17 files changed
  • 3 contributors

Commits on Mar 14, 2019

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

Commits on Mar 15, 2019

  1. Configuration menu
    Copy the full SHA
    d2ce25c View commit details
    Browse the repository at this point in the history
  2. docs: clear things up generally

    - reduce repetitiveness
    - increase consistency
    - tweak code blocks and don't omit required props
    - point from Transition to CSSTransition early on, so people don't miss
    that information
    - explain reflow hack better to make it easier to understand the gist of
    it
    silvenon committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    217518d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7abd95c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. Configuration menu
    Copy the full SHA
    65d5be3 View commit details
    Browse the repository at this point in the history
  2. chore: tweak issue templates

    This will make it easier to know where to type, so people know to leave
    a newline before their answer.
    silvenon committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    7235a10 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. test: use Jest mocks instead of sinon

    Jest mocks are an awesome feature, no need to use sinon.
    silvenon committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    00779b8 View commit details
    Browse the repository at this point in the history
  2. chore: fix ESLint errors

    Now ESLint is configured so it can run across the entire codebase
    without errors.
    silvenon committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    fd7b869 View commit details
    Browse the repository at this point in the history
  3. feat: support ESM (tree-shaking) (#455)

    Ref #77
    
    Closes #455
    TrySound authored and silvenon committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    ef3e357 View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.7.0 [skip ci]

    # [2.7.0](v2.6.1...v2.7.0) (2019-03-22)
    
    ### Features
    
    * support ESM (tree-shaking) ([#455](#455)) ([ef3e357](ef3e357))
    semantic-release-bot committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    c297641 View commit details
    Browse the repository at this point in the history
Loading