Skip to content

Releases: reactjs/react-transition-group

v4.1.1

10 Jun 16:58
Compare
Choose a tag to compare

4.1.1 (2019-06-10)

Bug Fixes

v4.1.0

30 May 15:52
Compare
Choose a tag to compare

4.1.0 (2019-05-30)

Features

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

v4.0.1

09 May 20:05
Compare
Choose a tag to compare

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

16 Apr 17:53
Compare
Choose a tag to compare

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

15 Apr 13:53
Compare
Choose a tag to compare

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

06 Apr 13:18
Compare
Choose a tag to compare

2.9.0 (2019-04-06)

Features

Reverts

  • bump semantic release dependencies (1bdcaec)

v2.8.0

02 Apr 17:06
Compare
Choose a tag to compare

2.8.0 (2019-04-02)

Features

v2.7.1

25 Mar 21:57
Compare
Choose a tag to compare

2.7.1 (2019-03-25)

Bug Fixes

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

v2.7.0

22 Mar 13:22
Compare
Choose a tag to compare

2.7.0 (2019-03-22)

Features

v2.6.1

14 Mar 10:02
Compare
Choose a tag to compare

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)