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

Bot releases are hidden (Show)

sweetalert2 - v7.26.28

Published by limonte about 6 years ago

7.26.28 (2018-09-07)

Bug Fixes

  • release: purge jsdelivr before switching to master (#1215) (4b5c55d)
sweetalert2 - v7.26.27

Published by limonte about 6 years ago

7.26.27 (2018-09-07)

Bug Fixes

  • release: purge jsdelivr cache after releasing a new version (#1214) (6229c1f)
sweetalert2 - v7.26.26

Published by limonte about 6 years ago

7.26.26 (2018-09-06)

Bug Fixes

  • release: remove --unshallow from fetch (8f18115)
sweetalert2 - v7.26.25

Published by limonte about 6 years ago

7.26.25 (2018-09-06)

Bug Fixes

  • release: fix cherry-picking the latest commit to master (d2da2e1)
sweetalert2 - v7.26.24

Published by limonte about 6 years ago

7.26.24 (2018-09-06)

Bug Fixes

  • clear changelog and trigger new release (b652257)
sweetalert2 - v7.26.23

Published by limonte about 6 years ago

7.26.23 (2018-09-06)

Bug Fixes

  • release: re-enable running tests before making release (16cb2b6)
sweetalert2 - v7.26.22

Published by limonte about 6 years ago

7.26.22 (2018-09-06)

Bug Fixes

  • semantic-release: move build-dist to prepare (bf3e963)
  • travis: do not run tests for dist branch (a3ef072)
sweetalert2 - v7.26.20

Published by limonte about 6 years ago

7.26.20 (2018-09-06)

Bug Fixes

  • release: reset the branch before building (55d6256)
sweetalert2 - v7.26.19

Published by limonte about 6 years ago

7.26.19 (2018-09-06)

Bug Fixes

  • release: cherry-pick the release commit to master on success (6830e3d)
sweetalert2 - v7.26.18

Published by limonte about 6 years ago

7.26.18 (2018-09-06)

Bug Fixes

  • release: cherry-pick the release commit to master on success (a8a2ae8)
  • release: use --squash for merging master into dist (d45a7f6)
sweetalert2 - v7.26.17

Published by limonte about 6 years ago

7.26.17 (2018-09-06)

Bug Fixes

  • build-dist: fix pushind dist branch (e7a7ac9)
sweetalert2 - v7.26.16

Published by limonte about 6 years ago

7.26.16 (2018-09-06)

Bug Fixes

  • build-dist: fix pushind dist branch (6c567e4)
sweetalert2 - v7.26.15

Published by limonte about 6 years ago

7.26.15 (2018-09-06)

Bug Fixes

  • semantic-release: unset dryRun and trigger the release (46c8787)
sweetalert2 -

Published by limonte about 6 years ago

New features

  • Swal.getCloseButton() (#1177)
  • Swal.getFocusableElements() (#1177)

Fixes

  • exclude elements with tabindex="-1" from tab order

Other

Coverage Status

sweetalert2 -

Published by limonte over 6 years ago

  • fix Super expression must either be null or a function, not undefined (#1127) by adding the workaround for uglify-js (#1142)

Thanks to @zenflow 🍻

sweetalert2 -

Published by limonte over 6 years ago

New features

  • add keydownListenerCapture boolean param, default false

keydownListenerCapture is useful for those who are using SweetAlert2 along with Bootstrap modals. By default keydownListenerCapture is false which means when a user hits Esc, both SweetAlert2 and Bootstrap modals will be closed. Set keydownListenerCapture to true to fix that behavior.

sweetalert2 -

Published by limonte over 6 years ago

New features

  • add stopKeydownPropagation param, default true. If set to false, SweetAlert2 will allow keydown events propagation to the document.
sweetalert2 -

Published by limonte over 6 years ago

New Fetaures

  • Swal.getTimerLeft() (#1117)

Bugfixes

  • Range selector was broken (#1116), regression after #1109
sweetalert2 -

Published by limonte over 6 years ago

New Fetaures

  • add heightAuto boolean parameter (default true). Set it to false to prevent setting document's height to auto when SweetAlert2 is shown (#1112)
sweetalert2 -

Published by limonte over 6 years ago

  • fix scrolling issues when html/body have height: 100% (#1107)
  • fix IE11 issue with showing validation error when input placeholder is set