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.9.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: v3.0.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 4 contributors

Commits on Apr 14, 2019

  1. Configuration menu
    Copy the full SHA
    fc030bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eff7b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. feat: use stable context API (#471)

    `[email protected]` allows usage of static `contextType`. With `16.0.0` we would need a higher-order component that puts the context value into props since `Transition` needs to have access to the context in its constructor.
    
    Partial fix for #429  
    
    BREAKING CHANGE: use new style react context
    
    ```diff
    // package.json
    -"react": "^15.0.0",
    +"react": "^16.6.0",
    -"react-dom": "^15.0.0", 
    +"react-dom": "^16.6.0", 
    ```
    eps1lon authored and jquense committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    aee4901 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.0 [skip ci]

    # [3.0.0](v2.9.0...v3.0.0) (2019-04-15)
    
    ### Features
    
    * use stable context API ([#471](#471)) ([aee4901](aee4901)), closes [#429](#429)
    
    ### BREAKING CHANGES
    
    * use new style react context
    
    ```diff
    // package.json
    -"react": "^15.0.0",
    +"react": "^16.6.0",
    -"react-dom": "^15.0.0",
    +"react-dom": "^16.6.0",
    ```
    semantic-release-bot committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    196b5d6 View commit details
    Browse the repository at this point in the history
Loading