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: v3.0.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: v4.0.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 3 contributors

Commits on Apr 16, 2019

  1. Configuration menu
    Copy the full SHA
    9e3b2d3 View commit details
    Browse the repository at this point in the history
  2. feat: support esm via package.json routes (#488)

    BREAKING CHANGE: in environments where esm is supported importing from commonjs requires explicitly adding the `.default` after `require()` when resolving to the esm build
    
    Ref #77
    
    Upgraded semantic-release-alt-publish-dir to get correct module field
    processing
    
    jquense/semantic-release-alt-publish-dir@795af9d
    TrySound authored and jquense committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    6337bf5 View commit details
    Browse the repository at this point in the history
  3. chore(release): 4.0.0 [skip ci]

    # [4.0.0](v3.0.0...v4.0.0) (2019-04-16)
    
    ### Features
    
    * support esm via package.json routes ([#488](#488)) ([6337bf5](6337bf5)), closes [#77](#77)
    
    ### BREAKING CHANGES
    
    * in environments where esm is supported importing from commonjs requires explicitly adding the `.default` after `require()` when resolving to the esm build
    semantic-release-bot committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    6ca4314 View commit details
    Browse the repository at this point in the history
Loading