5.0.7 (2022-10-27)
- plugin version in dist files (c559778)
5.0.6 (2022-10-27)
- use @rollup/plugin-terser (8f4f44f)
5.0.5 (2022-10-19)
5.0.4 (2022-10-19)
5.0.3 (2022-08-17)
5.0.2 (2022-07-22)
5.0.1 (2022-06-28)
- pass process.env.NODE_ENV=production to rollup build config (734daa4)
5.0.0 (2022-04-12)
- React 18 🎉
4.2.0 (2021-10-18)
4.1.1 (2021-07-22)
4.1.0 (2021-06-20)
4.0.1 (2021-05-19)
- drop legacy hooks (a736204)
4.0.0 (2021-05-17)
- Drop IE11 and legacy Edge support
3.3.3 (2021-05-16)
- support sweetalert2@v11 (87350d0)
3.3.2 (2021-04-20)
3.3.1 (2021-02-18)
3.3.0 (2021-02-12)
3.2.2 (2020-11-27)
3.2.1 (2020-10-13)
3.2.0 (2020-09-08)
3.1.0 (2020-09-02)
3.0.3 (2020-07-12)
3.0.2 (2020-07-12)
3.0.1 (2020-02-20)
3.0.0 (2020-01-27)
- BREAKING CHANGE: fix: Unmount React content only once popup is destroyed (#107) (2061d64), closes #107
- fix: Unmount React content only once popup is destroyed (#107)
2.0.2 (2019-11-08)
2.0.1 (2019-11-07)
2.0.0 (2019-11-05)
- BREAKING CHANGE: sweetalert2 v9 (519bcd8)
- sweetalert2 v9
1.1.0 (2019-03-23)
- package: add
^8.2.2
to version range for sweetalert2 peer dep (a39a635) - update-method: throw error when swal.update() is called (e442747)
1.0.3 (2019-02-20)
1.0.2 (2019-02-20)
1.0.1 (2018-06-18)
1.0.0 (2018-03-27)
- api: be a normal enhancer, require the Swal argument (no default) (a331c59)
- api: no default value for the
Swal
argument
0.5.0 (2018-03-19)
0.4.0 (2018-03-13)
- package: fix "homepage" and "bugs" fields (c386eaf)
- package: include a variety of module formats, minified and non-minified, with sourcemaps (#17) (8e98938)
0.3.1 (2018-03-08)
- package: exclude eslint configuration from published package (4fb31c8)
0.3.0 (2018-03-08)
0.2.3 (2018-03-07)
- build: Fix webpack externals config to use correct package names in CJS environments, closes #9 (1063416)