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
base: v2.3.1
Choose a base ref
...
head repository: reactjs/react-transition-group
compare: v2.4.0
Choose a head ref
  • 13 commits
  • 13 files changed
  • 4 contributors

Commits on Jun 4, 2018

  1. Update GitHub issue template with CodeSandbox

    I linked to our own examples as templates.
    
    Aside: JSFiddle has fatal errors for me on Chrome on macOS, so I couldn't run demos from issues at all.
    silvenon committed Jun 4, 2018
    Copy the full SHA
    c79df53 View commit details
    Browse the repository at this point in the history
  2. Update CodeSandbox template for GitHub issues

    Now there's a single demo and it's very minimal.
    silvenon committed Jun 4, 2018
    Copy the full SHA
    84af1ee View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. Upgrade Gatsby plugin for Sass

    This version of gatsby-plugin-sass includes a newer version of node-sass
    which supports Node v10.
    silvenon committed Jun 9, 2018
    Copy the full SHA
    0d9845f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    aa0800a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. build: update dependencies to work with Node v10

    Two dependencies, node-sass and fsevents, needed to be upgraded in order
    to support Node v10. I used the `yarn why [package]` command to find out
    which packages depend on them and used `yarn upgrade [package]` to
    upgrade top-level packages which ultimately depend on them to the
    highest version allowed by ranges specified package.json. The two
    packages were webpack-atoms and babel-cli.
    
    Fixes #335.
    silvenon committed Jun 11, 2018
    Copy the full SHA
    9fba9b8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #351 from reactjs/fix-yarn-install

    Update dependencies which didn't work in Node v10
    silvenon committed Jun 11, 2018
    Copy the full SHA
    26f5c9b View commit details
    Browse the repository at this point in the history
  3. build: add git hook for commitlint with husky

    This way commitlint will run locally so that contributors can fix their
    commit messages right away, rather than having to wait for CI.
    silvenon committed Jun 11, 2018
    Copy the full SHA
    3b4921d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7a16b33 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. perf: don't reflow when there's no class to add

    Avoid an unnecessary reflow in the CSSTransition component if the class
    name is falsy.
    michaelkix authored and silvenon committed Jun 13, 2018
    Copy the full SHA
    d7b898d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b5cc923 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2018

  1. build: upgrade husky to avoid errors in git hooks

    Husky is tricky because it permanently installs hooks in your repo,
    which means that they will run on branches where husky isn't installed
    (like v1-stable). Because husky doesn't exist there, those hooks were
    causing errors, but the latest husky release modifies those to prevent
    failures.
    silvenon committed Jun 17, 2018
    Copy the full SHA
    2043cf7 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. feat: remove deprecated lifecycle hooks and polyfill for older react …

    …versions
    
    * feat: remove deprecated lifecycle hooks
    
    * build: only run commitlin on PRs
    
    Lets us squash commits
    
    * build: update deps
    jquense committed Jun 27, 2018
    Copy the full SHA
    c1ab1cf View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.4.0 [skip ci]

    # [2.4.0](v2.3.1...v2.4.0) (2018-06-27)
    
    ### Features
    
    * remove deprecated lifecycle hooks and polyfill for older react versions ([c1ab1cf](c1ab1cf))
    
    ### Performance Improvements
    
    * don't reflow when there's no class to add ([d7b898d](d7b898d))
    semantic-release-bot committed Jun 27, 2018
    Copy the full SHA
    b8da4f2 View commit details
    Browse the repository at this point in the history