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: v1.2.1
Choose a base ref
...
head repository: reactjs/react-transition-group
compare: v2.0.0
Choose a head ref
  • 13 commits
  • 33 files changed
  • 3 contributors

Commits on Jun 12, 2017

  1. Refactor API (#24)

    * Initial
    
    * clean up prop names
    
    * more exploration
    
    * fun children
    
    * fix tests
    
    * some comment docs
    
    * Incorporated development + production builds into /dist (#64) (#66)
    
    * Incorporated development + production builds into /dist (#64) and
    updated Readme to include CDN/External information.
    
    * Dropping references to Webpack specific build configurations in Readme
    and adding clarity for CDN/external.
    
    * Enhancement for best practice prop types. (#70)
    
    * Fixes #69: Adding capability to reduce production build output size and
    allow users that import this package to include prop types in
    development and optionally remove them using Webpacks UglifyJS + Define
    plugin.
    
    * Updated .babelrc that properly wraps prop-types.
    
    * Restoring the original constant declaration for prop types as uglify
    does find dead code and remove it.
    
    * Updating changelog.
    jquense committed Jun 12, 2017
    1
    Copy the full SHA
    5701645 View commit details
    Browse the repository at this point in the history
  2. Add some documentation

    jquense committed Jun 12, 2017
    Copy the full SHA
    ca6c196 View commit details
    Browse the repository at this point in the history
  3. pre release script

    jquense committed Jun 12, 2017
    Copy the full SHA
    31f658a View commit details
    Browse the repository at this point in the history
  4. fix version

    jquense committed Jun 12, 2017
    Copy the full SHA
    630cb25 View commit details
    Browse the repository at this point in the history
  5. Release v2.0.0-beta.0

    jquense committed Jun 12, 2017
    Copy the full SHA
    75b9519 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2017

  1. Reword 1.x notice (#74)

    gaearon authored and jquense committed Jun 13, 2017
    Copy the full SHA
    129f4e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

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

Commits on Jun 29, 2017

  1. Copy the full SHA
    4618f7c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. Release v2.0.0-beta.1

    jquense committed Jul 3, 2017
    Copy the full SHA
    bd21f42 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2017

  1. Add gatsby doc site (#91)

    jquense committed Jul 6, 2017
    Copy the full SHA
    af07564 View commit details
    Browse the repository at this point in the history
  2. Update readme and docs (#92)

    jquense committed Jul 6, 2017
    Copy the full SHA
    f3123e3 View commit details
    Browse the repository at this point in the history
  3. fix script

    jquense committed Jul 6, 2017
    Copy the full SHA
    cda82f2 View commit details
    Browse the repository at this point in the history
  4. Release v2.0.0

    jquense committed Jul 6, 2017
    Copy the full SHA
    745964c View commit details
    Browse the repository at this point in the history