Releases: sweetalert2/sweetalert2-react-content
Releases · sweetalert2/sweetalert2-react-content
v3.1.0
3.1.0 (2020-09-02)
Features
v3.0.3
3.0.3 (2020-07-12)
Bug Fixes
- update typescript declaration file for TS 3.9.5 (#119) (757ab23)
v3.0.2
3.0.2 (2020-07-12)
Bug Fixes
v3.0.1
3.0.1 (2020-02-20)
Bug Fixes
- unmountComponentAtNode(...): Target container is not a DOM elementd fyf (#108) (c592b0c)
v3.0.0
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
2.0.2 (2019-11-08)
Bug Fixes
- call super method /w given arg when extending onOpen & onClose (#101) (4362bdc)
v2.0.1
2.0.1 (2019-11-07)
Bug Fixes
- dom: mount html content inside element used for html content (#58) (3101894)
v2.0.0
🔴 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
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
1.0.3 (2019-02-20)
Bug Fixes
- changelog: add missing changelog entry for v1.0.2 (#77) (915e624)