All Versions
43
Latest Version
Avg Release Cycle
64 days
Latest Release
1242 days ago

Changelog History
Page 2

  • v5.1.3 Changes

    May 06, 2019
    • ➕ Adds Swahili (sw) locale.
  • v5.1.2 Changes

    • ➕ Adds bootbox.all.js to src directory as a temporary work-around for incorrectly-built concatenated file
  • v5.1.1 Changes

    April 14, 2019
    • ➕ Adds rows as a prompt option when setting inputType to textarea.
  • v5.1.0 Changes

    April 04, 2019
    • ➕ Adds scrollable option to enable support for Bootstrap's new scrollable modal option
    • ➕ Adds extra-large size option
    • ➕ Adds aliases for each size option: sm, lg, and xl
  • v5.0.1 Changes

    April 03, 2019

    ➕ Adds Tamil locale. Thanks, Kolappan Nathan!

  • v5.0.0 Changes

    February 27, 2019
    • ⚡️ Updates Bootbox to be compatible with both Bootstrap 4 and Bootstrap 3.
    • Pulls button locale options to separate file
    • Corrects Russion locale
    • 🔄 Changes default button trigger to target the button with the bootbox-accept class; this corrects instances where no button has the btn-primary class.
    • 🛠 Various bugfixes

    Prompt

    • 🔨 Refactors prompt function to use the same dialog factory as alert and confirm
    • ➕ Adds new input types for prompt:
      • radio
      • range
    • ➕ Adds prompt input constraints for min, max, step, maxlength, pattern, and required
    • ➕ Adds pattern option for prompt inputs
    • 👍 Allows message option for prompt
    • 👍 Allows multiple option for prompt when used with inputType set to select

    Dialog options

    • ➕ Adds locale option - allows locale to be set on a dialog-by-dialog basis
    • ➕ Adds swapButtonOrder option to allow reversing the default button order
    • ➕ Adds centerVertical option - adds support for vertically-centered dialogs (requires Bootstrap 4)
  • v4.4.0 Changes

    • 👍 Allow backdrop options of true and false to dismiss modals
    • Pass dialog as this value in callbacks
    • Bootstrap 3.3.2 compatibility
    • jQuery 1.11.2 compatibility
    • ➕ Add support for maxlength prompt input attribute
    • Gracefully detect lack of Bootstrap library rather than crashing
    • 🔦 Expose addLocale and removeLocale for custom locale settings
    • 🔦 Expose setLocale helper to select a locale rather than using setDefaults("locale", ...)
    • ➕ Add Hungarian locale
    • ➕ Add Croatian locale
    • ➕ Add Bulgarian locale
    • ➕ Add Thai locale
    • ➕ Add Persian locale
    • ➕ Add Albanian locale
  • v4.3.0 Changes

    • ➕ Add size option (large, small)
    • Stop propagation on form submit
    • Return bootbox object from hideAll
    • ➕ Add Portuguese locale
    • ➕ Add Czech locale
    • ➕ Add Greek locale
    • ➕ Add Estonian locale
    • ➕ Add Indonesian locale
    • ➕ Add Japanese locale
  • v4.2.0 Changes

    • ➕ Add Swedish locale
    • ➕ Add Latvian locale
    • ➕ Add Turkish locale
    • ➕ Add Hebrew locale
    • ➕ Add password input type
    • ➕ Add textarea input type
    • ➕ Add date input type
    • ➕ Add time input type
    • ➕ Add number input type
    • 👌 Support DOM selectors for container argument
    • 👍 UMD support
    • 👍 Better support on mobile devices
  • v4.1.0 Changes

    • ➕ Add support for placeholder attribute in prompts
    • ➕ Add select, email and checkbox types for prompts (thanks @tarlepp)
    • ➕ Add Norwegian locale
    • 👍 Allow setDefaults to take two key/val arguments
    • ➕ Add unique classes for main dialog methods
    • 📦 Create bower package