Releases: chentsulin/react-redux-sweetalert
Releases · chentsulin/react-redux-sweetalert
1.0.2 / 2018-07-25
- [new] Support React v16, Redux v4
1.0.1 / 2017-06-22
- [fix] use
prop-types
to avoid warning on React >=15.15
1.0.0 / 2017-03-23
- Renamed
showAlert
toswal
- Removed
replaceAlert
- Renamed
dismissAlert
toclose
- supported
showConfirmButton
- supported
showCancelButton
- supported
allowEscapeKey
- supported
allowOutsideClick
- supported
timer
- supported shortcut:
swal("Oops...", "Something went wrong!", "error");
0.2.1 / 2017-02-09
- [fix] actions never intended to be public access
0.2.0 / 2017-02-09
- [new] ImmutableJS support
0.1.1 / 2017-02-03
- [fix] allow custom option in payload
0.1.0 / 2017-02-02
- Initial Implement