sweetalert2

✨ A beautiful, responsive, highly customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes. Zero dependencies. 🇺🇦

MIT License

Downloads
2.6M
Stars
16.8K
Committers
122
sweetalert2 -

Published by limonte almost 8 years ago

Fix #345

sweetalert2 - v6.0.0 BREAKING CHANGE

Published by limonte almost 8 years ago

.done() was removed, use .catch(swal.noop)

Related issue: #324

sweetalert2 -

Published by limonte about 8 years ago

Fix handling keydown inside the input

sweetalert2 -

Published by limonte about 8 years ago

Fix enter keydown inside inputs in queue

sweetalert2 -

Published by limonte about 8 years ago

Fix #331

sweetalert2 -

Published by limonte about 8 years ago

Fix #328

sweetalert2 -

Published by limonte about 8 years ago

Fix #327

sweetalert2 - .done() is DEPRECATED

Published by limonte about 8 years ago

.done() is DEPRECATED and will be removed in next major release

Please use .catch(swal.noop) instead.

sweetalert2 -

Published by limonte about 8 years ago

Fix #302

Many thanks to @jpattishall 🍻

sweetalert2 -

Published by limonte about 8 years ago

Fix #317

sweetalert2 -

Published by limonte about 8 years ago

#308

Special thanks to @caseyWebb 🍻

sweetalert2 -

Published by limonte about 8 years ago

Fix #307

sweetalert2 -

Published by limonte about 8 years ago

  • move init() to dom.js: initialize swal2 DOM only if needed - on swal2 call, not on document ready
  • fix close button positioning by setting position: relative for .swa2-modal
sweetalert2 -

Published by limonte about 8 years ago

Make work in hot-module-replacement environments #301, thanks to @caseyWebb

Fix #299 thanks to @birjolaxew 🍻

sweetalert2 -

Published by limonte about 8 years ago

Mistaken release. See v5.0.7

sweetalert2 -

Published by limonte about 8 years ago

Fix #296 #297

Special thanks to @samturrell! 🍻

sweetalert2 -

Published by limonte about 8 years ago

Fix #295

sweetalert2 -

Published by limonte about 8 years ago

Add modal DOM observer to automatically change modal height, should fix #291

sweetalert2 -

Published by limonte about 8 years ago

Fix #217