UNPKG

react-overdrive

Version:

Super easy magic-move transitions for React apps

45 lines (25 loc) 2.1 kB
## 0.0.10 (May 16, 2018) * Added support for custom easing ([@pizza3](https://github.com/pizza3) in [#46](https://github.com/berzniz/react-overdrive/pull/46)) ## 0.0.9 (October 3, 2017) * React 16 support ([@knpwrs](https://github.com/knpwrs) in [#37](https://github.com/berzniz/react-overdrive/pull/37)) ## 0.0.8 (July 23, 2017) * Added TypeScript definitions ([@sbking](https://github.com/sbking) in [#33](https://github.com/berzniz/react-overdrive/pull/33)) ## 0.0.7 (May 29, 2017) * Added AnimationEnd Event ([@vasco-santos](https://github.com/vasco-santos) in [#28](https://github.com/berzniz/react-overdrive/pull/28)) ## 0.0.6 (May 20, 2017) * Upgrade React and use `prop-types` npm package ([@na-ji](https://github.com/na-ji) in [#26](https://github.com/berzniz/react-overdrive/pull/26)) ## 0.0.5 (April 16, 2017) * Verify `<Overdrive/>` only takes a single children (`only children`) ([@yujiangshui](https://github.com/yujiangshui) in [#23](https://github.com/berzniz/react-overdrive/pull/23)) * Add `element` prop ([@yujiangshui](https://github.com/yujiangshui) in [#23](https://github.com/berzniz/react-overdrive/pull/23)) * Added `nextgram` demo ## 0.0.4 (March 24, 2017) * Add style prefix function to support older Safari ([@abstracthat](https://github.com/abstracthat) in [#15](https://github.com/berzniz/react-overdrive/pull/15)) * README.md fixes ([@lex111](https://github.com/lex111) in [#16](https://github.com/berzniz/react-overdrive/pull/16)) ## 0.0.3 (March 22, 2017) * Fix components that use context ([@Anujan](https://github.com/Anujan) in [#12](https://github.com/berzniz/react-overdrive/pull/12)) ## 0.0.2 (March 21, 2017) * Use window.pageYOffset for better cross browser support [#8](https://github.com/berzniz/react-overdrive/pull/8)) * Use defaultProps for duration ([@diegomura](https://github.com/diegomura) in [#3](https://github.com/berzniz/react-overdrive/pull/3)) * README.md improvements ([@timbuckley](https://github.com/timbuckley) in [#4](https://github.com/berzniz/react-overdrive/pull/4)) ## 0.0.1 (March 6, 2017) * Initial public release