react-css-transition
Version:
CSS Transition Component for React
46 lines (25 loc) • 1.08 kB
Markdown
## 0.7.4 (February 17, 2017)
- Support webkit prefix for transitions (inline styles)
## 0.7.3 (February 14, 2017)
- Added full support for IE and Edge (atm. limited to inline styles)
- Better compatibility with transit and prefixers
- Use an automatic timeout as a fallback for rare edge cases
- Refractored lifecycle hooks to align more with React Fiber
## 0.7.2 (February 09, 2017)
- Fix bug when parsing transitions with a cubic-bezier or steps function
## 0.7.1 (February 02, 2017)
- Export missing typescript type definitions for cjs
## 0.7.0 (February 01, 2017)
- Switch to [react-transition-group](https://github.com/reactjs/react-transition-group)
- Drop support for React v0.14
## 0.6.4 (February 01, 2017)
- Supports transition property `all`
## 0.6.3 (Januar 31, 2017)
- Use correct UMD library name `ReactCSSTransition`
## 0.6.2 (Januar 31, 2017)
- Update reassemble to 0.5.0
## 0.6.1 (Januar 28, 2017)
- Fix wrong keys in CSSTransitionGroup
- Switch workaround property to opacity
## 0.6.0 (Januar 27, 2017)
- First publicly announced release