You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 7.8 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. # [2.9.0](https://github.com/reactjs/react-transition-group/compare/v2.8.0...v2.9.0) (2019-04-06)
  2. ### Features
  3. * **CSSTransition:** add "done" class for appear ([fe3c156](https://github.com/reactjs/react-transition-group/commit/fe3c156)), closes [#383](https://github.com/reactjs/react-transition-group/issues/383) [#327](https://github.com/reactjs/react-transition-group/issues/327) [#327](https://github.com/reactjs/react-transition-group/issues/327)
  4. ### Reverts
  5. * bump semantic release dependencies ([1bdcaec](https://github.com/reactjs/react-transition-group/commit/1bdcaec))
  6. # [2.8.0](https://github.com/reactjs/react-transition-group/compare/v2.7.1...v2.8.0) (2019-04-02)
  7. ### Features
  8. * add support for empty classNames ([#481](https://github.com/reactjs/react-transition-group/issues/481)) ([d755dc6](https://github.com/reactjs/react-transition-group/commit/d755dc6))
  9. ## [2.7.1](https://github.com/reactjs/react-transition-group/compare/v2.7.0...v2.7.1) (2019-03-25)
  10. ### Bug Fixes
  11. * revert tree-shaking support because it was a breaking change ([271364c](https://github.com/reactjs/react-transition-group/commit/271364c))
  12. # [2.7.0](https://github.com/reactjs/react-transition-group/compare/v2.6.1...v2.7.0) (2019-03-22)
  13. ### Features
  14. * support ESM (tree-shaking) ([#455](https://github.com/reactjs/react-transition-group/issues/455)) ([ef3e357](https://github.com/reactjs/react-transition-group/commit/ef3e357))
  15. ## [2.6.1](https://github.com/reactjs/react-transition-group/compare/v2.6.0...v2.6.1) (2019-03-14)
  16. ### Bug Fixes
  17. * **Transition:** make `exit` key optional when passing an object to the `timeout` prop ([#464](https://github.com/reactjs/react-transition-group/pull/464)) ([3a4cf9c](https://github.com/reactjs/react-transition-group/commit/3a4cf9c91ab5f25caaa9501b129bce66ec9bb56b))
  18. * **package.json:** mark react-transition-group as side-effect free for webpack tree shaking ([#472](https://github.com/reactjs/react-transition-group/issues/472)) ([b81dc89](https://github.com/reactjs/react-transition-group/commit/b81dc89))
  19. # [2.6.0](https://github.com/reactjs/react-transition-group/compare/v2.5.3...v2.6.0) (2019-02-26)
  20. ### Features
  21. * add appear timeout ([#462](https://github.com/reactjs/react-transition-group/issues/462)) ([52cdc34](https://github.com/reactjs/react-transition-group/commit/52cdc34))
  22. ## [2.5.3](https://github.com/reactjs/react-transition-group/compare/v2.5.2...v2.5.3) (2019-01-14)
  23. ### Bug Fixes
  24. * strip custom prop-types in production ([#448](https://github.com/reactjs/react-transition-group/issues/448)) ([46fa20f](https://github.com/reactjs/react-transition-group/commit/46fa20f))
  25. ## [2.5.2](https://github.com/reactjs/react-transition-group/compare/v2.5.1...v2.5.2) (2018-12-20)
  26. ### Bug Fixes
  27. * pass appear to CSSTransition callbacks ([#441](https://github.com/reactjs/react-transition-group/issues/441)) ([df7adb4](https://github.com/reactjs/react-transition-group/commit/df7adb4)), closes [#143](https://github.com/reactjs/react-transition-group/issues/143)
  28. ## [2.5.1](https://github.com/reactjs/react-transition-group/compare/v2.5.0...v2.5.1) (2018-12-10)
  29. ### Bug Fixes
  30. * prevent calling setState in TransitionGroup if it has been unmounted ([#435](https://github.com/reactjs/react-transition-group/issues/435)) ([6d46b69](https://github.com/reactjs/react-transition-group/commit/6d46b69))
  31. # [2.5.0](https://github.com/reactjs/react-transition-group/compare/v2.4.0...v2.5.0) (2018-09-26)
  32. ### Features
  33. * update build and package dependencies ([#413](https://github.com/reactjs/react-transition-group/issues/413)) ([af3d45a](https://github.com/reactjs/react-transition-group/commit/af3d45a))
  34. # [2.4.0](https://github.com/reactjs/react-transition-group/compare/v2.3.1...v2.4.0) (2018-06-27)
  35. ### Features
  36. * remove deprecated lifecycle hooks and polyfill for older react versions ([c1ab1cf](https://github.com/reactjs/react-transition-group/commit/c1ab1cf))
  37. ### Performance Improvements
  38. * don't reflow when there's no class to add ([d7b898d](https://github.com/reactjs/react-transition-group/commit/d7b898d))
  39. <a name="2.3.1"></a>
  40. ## [2.3.1](https://github.com/reactjs/react-transition-group/compare/v2.3.0...v2.3.1) (2018-04-14)
  41. ### Bug Fixes
  42. * **deps:** Move loose-envify and semantic-release to devDependencies ([#319](https://github.com/reactjs/react-transition-group/issues/319)) ([b4ec774](https://github.com/reactjs/react-transition-group/commit/b4ec774))
  43. ## [v2.3.0]
  44. > 2018-03-28
  45. * Added `*-done` classes to CSS Transition ([#269])
  46. * Reorganize docs with more interesting examples! ([#304])
  47. * A bunch of bug fixes
  48. [#269]: https://github.com/reactjs/react-transition-group/pull/269
  49. [#304]: https://github.com/reactjs/react-transition-group/pull/304
  50. [v2.3.0]: https://github.com/reactjs/react-transition-group/compare/v2.2.1...2.3.0
  51. ## [v2.2.1]
  52. > 2017-09-29
  53. * **Patch:** Allow React v16 ([#198])
  54. [#198]: https://github.com/reactjs/react-transition-group/pull/198
  55. [v2.2.1]: https://github.com/reactjs/react-transition-group/compare/v2.2.0...2.2.1
  56. ## [v2.2.0]
  57. > 2017-07-21
  58. * **Feature:** Support multiple classes in `classNames` ([#124])
  59. * **Docs:** fix broken link ([#127])
  60. * **Bugfix:** Fix Transition props pass-through ([#123])
  61. [#124]: https://github.com/reactjs/react-transition-group/pull/124
  62. [#123]: https://github.com/reactjs/react-transition-group/pull/123
  63. [#127]: https://github.com/reactjs/react-transition-group/pull/127
  64. [v2.2.0]: https://github.com/reactjs/react-transition-group/compare/v2.1.0...2.2.0
  65. ## [v2.1.0]
  66. > 2017-07-06
  67. * **Feature:** Add back `childFactory` on `<TransitionGroup>` ([#113])
  68. * **Bugfix:** Ensure child specified `onExited` fires in a `<TransitionGroup>` ([#113])
  69. [#113]: https://github.com/reactjs/react-transition-group/pull/113
  70. [v2.1.0]: https://github.com/reactjs/react-transition-group/compare/v2.0.1...2.1.0
  71. ## v2.0.2
  72. > 2017-07-06
  73. * **Fix documentation npm:** No code changes
  74. ## v2.0.1
  75. > 2017-07-06
  76. * **Fix documentation on npm:** No code changes
  77. ## [v2.0.0]
  78. > 2017-07-06
  79. * **Feature:** New API! ([#24]), migration guide at [https://github.com/reactjs/react-transition-group/blob/master/Migration.md](https://github.com/reactjs/react-transition-group/blob/master/Migration.md)
  80. [#24]: https://github.com/reactjs/react-transition-group/pull/24
  81. [v2.0.0]: https://github.com/reactjs/react-transition-group/compare/v1.2.0...v2.0.0
  82. ## [v1.2.0]
  83. > 2017-06-12
  84. * **Feature:** Dist build now includes both production and development builds ([#64])
  85. * **Feature:** PropTypes are now wrapped allowing for lighter weight production builds ([#69])
  86. [#64]: https://github.com/reactjs/react-transition-group/issues/64
  87. [#69]: https://github.com/reactjs/react-transition-group/issues/69
  88. [v1.1.x]: https://github.com/reactjs/react-transition-group/compare/v1.1.3...master
  89. ## [v1.1.3]
  90. > 2017-05-02
  91. * bonus release, no additions
  92. [v1.1.3]: https://github.com/reactjs/react-transition-group/compare/v1.1.2...v1.1.3
  93. ## [v1.1.2]
  94. > 2017-05-02
  95. * **Bugfix:** Fix refs on children ([#39])
  96. [v1.1.2]: https://github.com/reactjs/react-transition-group/compare/v1.1.1...v1.1.2
  97. [#39]: https://github.com/reactjs/react-transition-group/pull/39
  98. ## [v1.1.1]
  99. > 2017-03-16
  100. * **Chore:** Add a prebuilt version of the library for jsbin and the like.
  101. [v1.1.1]: https://github.com/reactjs/react-transition-group/compare/v1.1.0...v1.1.1
  102. ## [v1.1.0]
  103. > 2017-03-16
  104. * **Feature:** Support refs on children ([#9])
  105. * **Feature:** TransitionChild to passes props through ([#4])
  106. * **Bugfix:** Fix TransitionGroup error on quick toggle of components ([#15])
  107. * **Bugfix:** Fix to work enter animation with CSSTransitionGroup ([#13])
  108. [v1.1.0]: https://github.com/reactjs/react-transition-group/compare/v1.0.0...v1.1.0
  109. [#15]: https://github.com/reactjs/react-transition-group/pull/15
  110. [#13]: https://github.com/reactjs/react-transition-group/pull/13
  111. [#9]: https://github.com/reactjs/react-transition-group/pull/9
  112. [#4]: https://github.com/reactjs/react-transition-group/pull/4