Skip to content

Releases: bootboxjs/bootbox

v6.0.4

24 May 04:55
00f9b75
Compare
Choose a tag to compare
  • Updates step to allow setting value for date inputs

v6.0.3

13 Apr 18:30
4ab816b
Compare
Choose a tag to compare
  • Allows min and max values to be equal when using inputType: 'number' for prompt() helper.

v6.0.2

28 Mar 00:27
21d4efc
Compare
Choose a tag to compare

Updates OK text for Japanese locale

v6.0.1

28 Mar 00:12
Compare
Choose a tag to compare
  • Updates prompt callback to return false from callback if inputType is 'checkbox', required option is true, and no checkbox has been checked
  • Updates unit tests
    • Adds tests for required option
    • Cleanup up pattern tests
    • Adds HTML output runner

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