Skip to content

Releases: chentsulin/react-redux-sweetalert

1.0.2 / 2018-07-25

24 Jul 17:18
Compare
Choose a tag to compare
  • [new] Support React v16, Redux v4

1.0.1 / 2017-06-22

22 Jun 08:18
Compare
Choose a tag to compare
  • [fix] use prop-types to avoid warning on React >=15.15

1.0.0 / 2017-03-23

23 Mar 09:29
Compare
Choose a tag to compare
  • Renamed showAlert to swal
  • Removed replaceAlert
  • Renamed dismissAlert to close
  • supported showConfirmButton
  • supported showCancelButton
  • supported allowEscapeKey
  • supported allowOutsideClick
  • supported timer
  • supported shortcut:
swal("Oops...", "Something went wrong!", "error");

0.2.1 / 2017-02-09

09 Feb 05:13
Compare
Choose a tag to compare
  • [fix] actions never intended to be public access

0.2.0 / 2017-02-09

09 Feb 04:41
Compare
Choose a tag to compare
  • [new] ImmutableJS support

0.1.1 / 2017-02-03

03 Feb 03:54
Compare
Choose a tag to compare
  • [fix] allow custom option in payload

0.1.0 / 2017-02-02

03 Feb 03:53
Compare
Choose a tag to compare
  • Initial Implement