Skip to content

Releases: bootboxjs/bootbox

v6.0.0

27 Nov 03:25
Compare
Choose a tag to compare
  • Adds Bootstrap 5 support. Note: jQuery is still required
  • Removes various IE polyfills
  • Replaces var with let
  • Normalizes locale strings to IANA standard format (see CHANGLOG).
    • bg_BG -> bg-BG
    • pt-br -> pt-BR
    • zh_CN -> zh-CN
    • zh_TW -> zh-CW

Adds relatedTarget option

28 Apr 01:16
Compare
Choose a tag to compare
  • Adds relatedTarget option. Allows the caller to determine which element, if any, triggered the modal
  • Various bugfixes and package updates

Adds Vietnamese locale

30 Nov 09:09
Compare
Choose a tag to compare
  • Adds Vietnamese locale

Adds reusable option

10 Oct 21:23
Compare
Choose a tag to compare
  • Adds new option, reusable. When set to true, the modal generated by Bootbox is not destroyed when dismissed.
  • Updates bootbox.all.js to include fix for clickable backdrop

Updates to backdrop option

29 Sep 00:13
Compare
Choose a tag to compare

Adds hooks for Bootstrap's modal events

21 Dec 20:38
06663af
Compare
Choose a tag to compare
Merge pull request #740 from tiesont/master

Adds hooks for Bootstrap's modal events

Removes `:first` selector

05 Nov 05:17
Compare
Choose a tag to compare
v5.3.4

Removes `:first` selector

Fixes invalid value parsing for step attribute

04 Nov 03:37
Compare
Choose a tag to compare
v5.3.3

Fixes incorrect value validation for step attribute

Adds Georgian locale

20 Aug 22:04
Compare
Choose a tag to compare
  • Adds Georgian locale

Button callbacks are only fired if defined

15 Jul 00:35
Compare
Choose a tag to compare

Modifies dialog to only process button callback if it has been defined. Closes #705