React Transition Group Versions Save

An easy way to perform animations when a React component enters or leaves the DOM

v4.1.1

4 years ago

4.1.1 (2019-06-10)

Bug Fixes

v4.1.0

4 years ago

4.1.0 (2019-05-30)

Features

  • add global transition disable switch (#506) (4c5ba98)

v4.0.1

5 years ago

4.0.1 (2019-05-09)

Bug Fixes

  • issue with dynamically applied classes not being properly removed for reentering items (#499) (129cb11)

v4.0.0

5 years ago

4.0.0 (2019-04-16)

Features

BREAKING CHANGES

  • in environments where esm is supported importing from commonjs requires explicitly adding the .default after require() when resolving to the esm build

v3.0.0

5 years ago

3.0.0 (2019-04-15)

Features

BREAKING CHANGES

  • use new style react context
// package.json
-"react": "^15.0.0",
+"react": "^16.6.0",
-"react-dom": "^15.0.0", 
+"react-dom": "^16.6.0", 

v2.9.0

5 years ago

2.9.0 (2019-04-06)

Features

Reverts

  • bump semantic release dependencies (1bdcaec)

v2.8.0

5 years ago

2.8.0 (2019-04-02)

Features

v2.7.1

5 years ago

2.7.1 (2019-03-25)

Bug Fixes

  • revert tree-shaking support because it was a breaking change (271364c)

v2.7.0

5 years ago

2.7.0 (2019-03-22)

Features

v2.6.1

5 years ago

2.6.1 (2019-03-14)

Bug Fixes

  • Transition: make exit key optional when passing an object to the timeout prop (#464) (3a4cf9c)
  • package.json: mark react-transition-group as side-effect free for webpack tree shaking (#472) (b81dc89)