sweetalert2 v11.0.0 Release Notes

Release Date: 2021-05-14 // about 3 years ago
  • ๐Ÿ› Bug Fixes

    • container layout for mobile devices (#2244) (0fffeda)
    • popup centering in Safari (#2242) (e86d208)

    • ๐Ÿ’ฅ BREAKING CHANGE: move loader in toasts to the left side, replacing the icon (#2240) (3ec9fae), closes #2240

    • ๐Ÿ’ฅ BREAKING CHANGE: switch container to CSS Grid Layout (#2239) (706665d), closes #2239

    • ๐Ÿ’ฅ BREAKING CHANGE: change toast layout (#2238) (ce5cad7), closes #2238

    • ๐Ÿ’ฅ BREAKING CHANGE: switch to CSS Grid Layout (#2237) (8d8253a), closes #2237

    • ๐Ÿ’ฅ BREAKING CHANGE: remove .swal2-header and .swal2-content (#2232) (18adb8b), closes #2232

    • ๐Ÿ’ฅ BREAKING CHANGE: remove deprecated animation param (19d1efe)

    • ๐Ÿ’ฅ BREAKING CHANGE: remove deprecated lifecycle hooks (ed84b89)

    • ๐Ÿ’ฅ BREAKING CHANGE: remove .queue() (close #2229) (fec7977), closes #2229

    • ๐Ÿ’ฅ BREAKING CHANGE: Drop IE11 and old Edge support (#2191) (c0421e5), closes #2191

    • ๐Ÿ’ฅ BREAKING CHANGE: Update btn colors (#2227) (0dd06d9), closes #2227

    ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿšš move loader in toasts to the left side, replacing the icon
    • switch container to CSS Grid Layout
    • ๐Ÿ”„ change toast layout
    • switch to CSS Grid Layout
    • โœ‚ remove .swal2-header and .swal2-content

    • โœ‚ Remove position: absolute from close button

    • โœ‚ remove deprecated animation param

    • โœ‚ remove deprecated lifecycle hooks

    • โœ‚ remove .queue()

    • โฌ‡๏ธ Drop IE11 and old Edge support (#2191)

    • โšก๏ธ Update btn colors