0.8.0 / 2019-03-09
==================
- [deps] update dependencies
- [fix]  support latest sweetalert2

0.4.10 / 2017-04-24
==================
- [deps] Removes prototype reference which raises warnings in react 15.5 [#71](https://github.com/chentsulin/sweetalert-react/pull/71).

0.4.9 / 2017-02-13
==================
- [fix] clicked comfirm button with empty string should trigger onConfirm instead of onCancel. [#56](https://github.com/chentsulin/sweetalert-react/pull/56).

0.4.8 / 2017-02-05
==================
- [fix] `umd` build

0.4.7 / 2017-01-19
==================
- [fix] allow `animation` prop with `pop`, `slide-from-top`, `slide-from-bottom` value. [#50](https://github.com/chentsulin/sweetalert-react/pull/50).

0.4.6 / 2016-12-05
==================
- [fix] Don't break server rendering [#44](https://github.com/chentsulin/sweetalert-react/pull/44).

0.4.5 / 2016-11-09
==================
- [deps] update dependencies
- [fix] Added `inputValue` to `ALLOWS_KEYS` [#33](https://github.com/chentsulin/sweetalert-react/pull/33).

