sweetalert 2.0.1

Bug fixes

Fixes a minor oversight from the 2.0.0 release.

It is not required now to manually add addAttachments to the AjaxResponse. This will be handled automatically.

Example:

    $response = new AjaxResponse();
    $response->addCommand(new SweetAlertCommand(
        [
          'title' => $title,
          'text' => $message,
          'backdrop' => $backdrop,
          ...more options
        ]
      )
    );
    return $response;

sweetalert 2.0.0

Bug fixes
New features

Full release of 2.0.x version of this module.

There have been changes and simplification of the interface. Please note the upgrade path on the plugin page here and update your implementation(s) accordingly: https://sweetalert2.github.io/#configuration

The project page and README have also been updated.

sweetalert 2.0.0-alpha1

New features

Swaps out initial release of SweetAlert for SweetAlert2. Functional but still early. Check the library notes for upgrade path as some options have changed or alert properties removed.

sweetalert 8.x-1.0

Bug fixes

Marking as 1.0 release as it is fairly stable and working.

Release contains fixes for:

sweetalert 8.x-1.0-beta2

Bug fixes
New features

Adds a config settings form in the admin for optionally adding Facebook, Twitter, or Google skins on top of the base SweetAlert skin. Updated README file to reflect this.

sweetalert 8.x-1.0-beta1

Bug fixes
New features

Working implementation of the AjaxCommand. Chained methods are not supported yet. Changing the default theme not supported yet.

Subscribe with RSS Subscribe to Releases for Sweet Alert