All Versions
43
Latest Version
Avg Release Cycle
64 days
Latest Release
1382 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.5.2 Changes
November 30, 2020- ➕ Adds Vietnamese locale
-
v5.5.1 Changes
October 10, 2020- ➕ Adds new option,
reusable
. When set totrue
, the modal generated by Bootbox is not destroyed when dismissed. - ⚡️ Updates bootbox.all.js to include fix for clickable backdrop
- ➕ Adds new option,
-
v5.5.0 Changes
- ➕ Adds
reusable
option, which allows an instance of a Bootbox modal to be reused.
- ➕ Adds
-
v5.4.1 Changes
September 29, 2020- 🛠 Fixes #766
-
v5.4.0 Changes
December 21, 2019- ➕ Adds function hooks for
onShow
,onShown
,onHide
, andonHidden
events, which map to their Bootstrap modal equivalents.
- ➕ Adds function hooks for
-
v5.3.4 Changes
November 05, 2019- ✂ Removes
':first'
selector from default button binding
- ✂ Removes
-
v5.3.3 Changes
November 04, 2019- 🛠 Fixes incorrect value validation for the
step
option when settinginputType
tonumber
for a prompt.
- 🛠 Fixes incorrect value validation for the
-
v5.3.2 Changes
August 20, 2019- ➕ Adds Georgian (ka) locale.
-
v5.3.0 Changes
- ⚡️ Moves development (unminified) versions of Bootbox files back to repository root (to simplify getting CDNjs updated).
-
v5.2.0 Changes
July 15, 2019Modifies dialog to only process button callback if it has been defined. Closes #705