Skip to content

Releases: sweetalert2/sweetalert2-react-content

v3.1.0

02 Sep 00:07
Compare
Choose a tag to compare

3.1.0 (2020-09-02)

Features

v3.0.3

12 Jul 16:42
Compare
Choose a tag to compare

3.0.3 (2020-07-12)

Bug Fixes

  • update typescript declaration file for TS 3.9.5 (#119) (757ab23)

v3.0.2

12 Jul 15:20
Compare
Choose a tag to compare

3.0.2 (2020-07-12)

Bug Fixes

v3.0.1

20 Feb 20:08
Compare
Choose a tag to compare

3.0.1 (2020-02-20)

Bug Fixes

  • unmountComponentAtNode(...): Target container is not a DOM elementd fyf (#108) (c592b0c)

v3.0.0

27 Jan 13:12
Compare
Choose a tag to compare

3.0.0 (2020-01-27)

  • BREAKING CHANGE: fix: Unmount React content only once popup is destroyed (#107) (2061d64), closes #107

BREAKING CHANGES

  • fix: Unmount React content only once popup is destroyed (#107)

v2.0.2

08 Nov 18:23
Compare
Choose a tag to compare

2.0.2 (2019-11-08)

Bug Fixes

  • call super method /w given arg when extending onOpen & onClose (#101) (4362bdc)

v2.0.1

07 Nov 10:03
Compare
Choose a tag to compare

2.0.1 (2019-11-07)

Bug Fixes

  • dom: mount html content inside element used for html content (#58) (3101894)

v2.0.0

05 Nov 17:49
Compare
Choose a tag to compare

🔴 Breaking change # 1 - sweetalert2@^9.0.0

PLEASE READ THE RELEASE NOTES: https://github.com/sweetalert2/sweetalert2/releases/tag/v9.0.0

Please make according changes in your package.json:

-  "sweetalert2": "^8.0.0",
-  "sweetalert2-react-content": "^1.0.0",
+  "sweetalert2": "^9.0.0",
+  "sweetalert2-react-content": "^2.0.0",

🔴 Breaking change # 2

The react element given as html is now mounted in a child element of the element it was mounted in before. Previously it was .swal2-content, now it's #swal2-content.

v1.1.0

23 Mar 10:45
Compare
Choose a tag to compare

1.1.0 (2019-03-23)

Features

  • package: add ^8.2.2 to version range for sweetalert2 peer dep (a39a635)
  • update-method: throw error when swal.update() is called (e442747)

v1.0.3

20 Feb 21:39
Compare
Choose a tag to compare

1.0.3 (2019-02-20)

Bug Fixes

  • changelog: add missing changelog entry for v1.0.2 (#77) (915e624)