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.2.1
Choose a base ref
...
head repository: reactjs/react-transition-group
compare: v2.3.0
Choose a head ref
  • 20 commits
  • 38 files changed
  • 14 contributors

Commits on Oct 4, 2017

  1. Fix minor typo in docs (#218)

    m-allanson authored and jquense committed Oct 4, 2017
    Copy the full SHA
    8f971b8 View commit details
    Browse the repository at this point in the history
  2. Fix memleak in TransitionGroup (#220)

    The closure created by the `onExited` handler prevented the previous
    child from being cleaned up; this could cause chains tens of thousands
    of elements long, consuming ever more memory as the application ran.
    
    Fixes #219
    STRML authored and jquense committed Oct 4, 2017
    Copy the full SHA
    06f4887 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

  1. [WIP] Replace Transition (#212)

    Replace Transition
    jquense committed Oct 9, 2017
    Copy the full SHA
    7a64114 View commit details
    Browse the repository at this point in the history
  2. fix imports

    jquense committed Oct 9, 2017
    Copy the full SHA
    fce5d3d View commit details
    Browse the repository at this point in the history
  3. Release v2.3.0-beta.0

    jquense committed Oct 9, 2017
    Copy the full SHA
    a4da2cf View commit details
    Browse the repository at this point in the history
  4. deploy

    jquense committed Oct 9, 2017
    Copy the full SHA
    ff25a46 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

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

Commits on Oct 19, 2017

  1. Fix CSSTransition codesandbox example (#232)

    * Fix CSSTransition codesandbox example 
    
    Old:
    https://codesandbox.io/embed/yv645oq21x
    
    New:
    https://codesandbox.io/embed/kw8z6pp9zo
    
    * Accidentally removed line
    alaycock authored and jquense committed Oct 19, 2017
    Copy the full SHA
    2bdb258 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

  1. Fix docs typo (#244)

    m-allanson authored and jquense committed Nov 2, 2017
    Copy the full SHA
    1bc37b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. render only children with component=null (#243)

    * render only children with component=null
    
    * update jsdocs for component=null
    
    * lint
    mattkrick authored and jquense committed Nov 8, 2017
    Copy the full SHA
    181bb5a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2017

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

Commits on Nov 26, 2017

  1. Copy the full SHA
    e936fc3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #258 from newyork-anthonyng/feature/an/update-readme

    Update documentation
    taion committed Nov 26, 2017
    Copy the full SHA
    1437e67 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. remove classnames from dependencies (#268)

    1pete authored and jquense committed Dec 21, 2017
    Copy the full SHA
    153d562 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Fix "Cannot read property 'classList' of null" when the child of CSST…

    …ransition is rendered as null (#208) (#270)
    luontola authored and jquense committed Jan 5, 2018
    1
    Copy the full SHA
    9cbb3e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Add -done class names (#269)

    * Add -done class names
    
    * Remove done classes on transition
    
    * Add additional documentation for -done classes
    GMchris authored and jquense committed Jan 9, 2018
    Copy the full SHA
    c27040c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Update README.md (#273)

    Different was not as clear to me -- these are not backward compatible. 
    Technically semantic versioning implies this, but it's better to be explicit.
    trevorwhealy authored and jquense committed Jan 10, 2018
    Copy the full SHA
    5007303 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Split docs into pages, update examples and other details (#304)

    * Ignore Visual Studio Code configuration in git
    
    * Add .yml extension to ESLint config files
    
    They are already written in YAML format, so this gives us syntax
    highlighting.
    
    * Fix ESLint errors in documentation files
    
    * Implement Prettier through ESLint
    
    Currently only for documentation files.
    
    * Split components into pages
    
    - use react-bootstrap to add navigation
    - auto-generate component pages using Gatsby Node API
    
    * Fix transition state names in the docs
    
    * Update CodeSandbox examples
    
    * Document CSSTransition's reflow hack
    silvenon authored and jquense committed Mar 28, 2018
    Copy the full SHA
    277db71 View commit details
    Browse the repository at this point in the history
  2. update changelog

    jquense committed Mar 28, 2018
    Copy the full SHA
    26d049a View commit details
    Browse the repository at this point in the history
  3. Release v2.3.0

    jquense committed Mar 28, 2018
    Copy the full SHA
    948e6dc View commit details
    Browse the repository at this point in the history