Releases: bootboxjs/bootbox
Releases · bootboxjs/bootbox
v6.0.4
Compare
Sorry, something went wrong.
No results found
Updates step to allow setting value for date inputs
v6.0.3
Compare
Sorry, something went wrong.
No results found
Allows min and max values to be equal when using inputType: 'number' for prompt() helper.
v6.0.2
Compare
Sorry, something went wrong.
No results found
Updates OK text for Japanese locale
v6.0.1
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Adds relatedTarget option. Allows the caller to determine which element, if any, triggered the modal
Various bugfixes and package updates
Adds Vietnamese locale
Compare
Sorry, something went wrong.
No results found
Adds reusable option
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Adds hooks for Bootstrap's modal events
Compare
Sorry, something went wrong.
No results found
Merge pull request #740 from tiesont/master
Adds hooks for Bootstrap's modal events