Skip to content

Latest commit

 

History

History
92 lines (62 loc) · 3.08 KB

CHANGELOG.md

File metadata and controls

92 lines (62 loc) · 3.08 KB

2017-09-29

  • Patch: Allow React v16 (#198)

2017-07-21

  • Feature: Support multiple classes in classNames (#124)
  • Docs: fix broken link (#127)
  • Bugfix: Fix Transition props pass-through (#123)

2017-07-06

  • Feature: Add back childFactory on <TransitionGroup> (#113)
  • Bugfix: Ensure child specified onExited fires in a <TransitionGroup> (#113)

v2.0.2

2017-07-06

  • Fix documentation npm: No code changes

v2.0.1

2017-07-06

  • Fix documentation on npm: No code changes

2017-07-06

[v1.2.0]

2017-06-12

  • Feature: Dist build now includes both production and development builds (#64)
  • Feature: PropTypes are now wrapped allowing for lighter weight production builds (#69)

2017-05-02

  • bonus release, no additions

2017-05-02

  • Bugfix: Fix refs on children (#39)

2017-03-16

  • Chore: Add a prebuilt version of the library for jsbin and the like.

2017-03-16

  • Feature: Support refs on children (#9)
  • Feature: TransitionChild to passes props through (#4)
  • Bugfix: Fix TransitionGroup error on quick toggle of components (#15)
  • Bugfix: Fix to work enter animation with CSSTransitionGroup (#13)