<a name="0.3.0"></a>
# 0.3.0 (2016-05-13)


### Bug Fixes

* **animation-group:** call componentDidEnter callback with a timeout ([5bc2ef9](https://github.com/telerik/kendo-react-animation/commit/5bc2ef9))

### Features

* **animation-group:** render a 'k-child-animation-component' CSS class to the animated children ([c691811](https://github.com/telerik/kendo-react-animation/commit/c691811))
* **animation-group:** render child components using childFactory prop ([f391d50](https://github.com/telerik/kendo-react-animation/commit/f391d50))
* **expand-animation:** add a 'k-expand' CSS class name to the animation container ([df26284](https://github.com/telerik/kendo-react-animation/commit/df26284))
* **expand-animation:** render a 'k-child-animation-container' CSS class to the animated children ([7f5cf82](https://github.com/telerik/kendo-react-animation/commit/7f5cf82))
* **push-animation:** add a Push animation component ([d616457](https://github.com/telerik/kendo-react-animation/commit/d616457))
* **slide-animation:** support horizontal slide animation ([d95f817](https://github.com/telerik/kendo-react-animation/commit/d95f817))
* **zoom-animation:** add a Zoom animation component ([12a9a10](https://github.com/telerik/kendo-react-animation/commit/12a9a10))


<a name="0.2.1"></a>
## 0.2.1 (2016-05-03)


### Bug Fixes

* **expand-animation:** render the Expand component className properly ([d1390bc](https://github.com/telerik/kendo-react-animation/commit/d1390bc))

### Features

* **animation-group:** render CSS class name to the animated child ([6379081](https://github.com/telerik/kendo-react-animation/commit/6379081))
* **expand-animation:** render a specified class name to the animated content ([7a9174f](https://github.com/telerik/kendo-react-animation/commit/7a9174f))
* **fade-animation:** render a specified class name to the animated content ([f2c4f1b](https://github.com/telerik/kendo-react-animation/commit/f2c4f1b))
* **slide-animation:** render a specified class name to the animated content ([55a28f1](https://github.com/telerik/kendo-react-animation/commit/55a28f1))

<a name="0.2.0"></a>
# 0.2.0 (2016-04-28)

### Features

* **animation-group:** add life-cycle hooks notifying for the appearing/entering/leaving components ([e8f42e6](https://github.com/telerik/kendo-react-animation/commit/e8f42e6))
* **animation-group:** render CSS class name to the animated child([6379081](https://github.com/telerik/kendo-react-animation/commit/6379081))
* **expand-animation:** add life-cycle hooks for the entering component ([96bfda3](https://github.com/telerik/kendo-react-animation/commit/96bfda3))
* **expand-animation:** render a specified class name to the animated content([7a9174f](https://github.com/telerik/kendo-react-animation/commit/7a9174f))
* **fade-animation:** add life-cycle hooks for the entering component ([28a1143](https://github.com/telerik/kendo-react-animation/commit/28a1143))
* **fade-animation:** render a specified class name to the animated content([f2c4f1b](https://github.com/telerik/kendo-react-animation/commit/f2c4f1b))
* **slide-animation:** life-cycle hooks called when component slides in/out ([be1ee1b](https://github.com/telerik/kendo-react-animation/commit/be1ee1b))
* **slide-animation:** render a specified class name to the animated content([55a28f1](https://github.com/telerik/kendo-react-animation/commit/55a28f1))


<a name="0.1.0"></a>
# 0.1.0 (2016-04-26)


### Features

* Expand animation component ([f7285f7](https://github.com/telerik/kendo-react-animation/commit/f7285f7))
* Slide component ([b9ec05a](https://github.com/telerik/kendo-react-animation/commit/b9ec05a))
* Fade component ([0643452](https://github.com/telerik/kendo-react-animation/commit/0643452))
