Skip to content

Releases: sweetalert2/ngx-sweetalert2

v5.0.3

29 Apr 10:55
Compare
Choose a tag to compare

5.0.3 (2019-04-29)

Bug Fixes

  • copy README to src/ before publishing (2ff22ba)

v5.0.2

28 Apr 14:05
Compare
Choose a tag to compare

5.0.2 (2019-04-28)

Bug Fixes

  • trigger release to fix readme on npmjs.com (7f24212)

@toverux/ngx-sweetalert2 ⭢ @sweetalert2/ngx-sweetalert2

23 Mar 14:18
Compare
Choose a tag to compare

5.0.0 (2019-03-23)

⚠️ PACKAGE HAS BEEN RENAMED ⚠️

@toverux/ngx-sweetalert2@sweetalert2/ngx-sweetalert2

Please make according changes in your package.json:

-  "sweetalert2": "^7.0.0",
-  "@toverux/ngx-sweetalert2": "^4.0.0",
+  "sweetalert2": "^8.0.0",
+  "@sweetalert2/ngx-sweetalert2": "^5.0.0",

v4.0.0

19 May 11:00
Compare
Choose a tag to compare

4.0.0 (2018-05-19)

BREAKING CHANGES

  • The library won't work on RxJS 5.x and Angular 4.x is no longer officially supported.

v3.4.0

07 Mar 22:02
Compare
Choose a tag to compare

3.4.0 (2018-03-07)

🚀 This version requires SweetAlert2 ^7.15.1 at least, please upgrade your local peer dependency.

Features

  • package: bump SweetAlert2 required version to ^7.15.1 (4ffc52d)
  • SwalComponent: fix compatibility with SweetAlert2 ^7.12.4 type definitions (e1a2b80)
  • SwalDirective: use new SweetAlert2 swal.argsToParams helper function (ae80949)

v3.3.1

14 Feb 21:16
Compare
Choose a tag to compare

3.3.1 (2018-02-14)

Bug Fixes

  • SwalDirective: SwalDirectives now maintain a "cooperative mutex" when subscribing to an existing SwalComponent instance (#40) (19bc9c3)

v3.3.0

14 Feb 20:37
Compare
Choose a tag to compare

3.3.0 (2018-02-14)

Features

  • SwalComponent: close a sweet alert when the SwalComponent that created it is detroyed (#54) (2af800a)

v3.2.1

02 Feb 16:41
Compare
Choose a tag to compare

3.2.1 (2018-02-02)

🚀 This version requires SweetAlert2 ^7.8.0 at least, please upgrade your local peer dependency.

Bug Fixes

  • SwalComponent: add missing @Input for "footer" option (f875db9)

v3.2.0

29 Jan 15:12
Compare
Choose a tag to compare

3.2.0 (2018-01-29)

🚀 This version requires SweetAlert2 ^7.8.0 at least, please upgrade your local peer dependency.

Features

  • package: upgrade SweetAlert2 (+peer) dependency to ^7.8.0 (3244406)
  • swal-partial-targets: add SwalPartialTargets.footer target to target modal's footer (SA 7.8.0) (d9ef338)

v3.1.0

27 Jan 16:03
Compare
Choose a tag to compare

3.1.0 (2018-01-27)

🚀 This version requires SweetAlert2 ^7.4.0 at least, please upgrade your local peer dependency.

Angular 5

... is now officially supported and marked as a valid version in the peer dependencies.

Bug Fixes

  • package: mention rxjs as required peer dependency (b746a80)

Features

  • package: upgrade SweetAlert2 (+peer) dependency to ^7.4.0 (dc96356)
  • swal-partial-targets: mark "buttonsWrapper" as deprecated, add new "actions" target (d3e2295)