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

Changelog History
Page 3

  • v4.0.0 Changes

    • Bootstrap 3.0.0 compatibility
    • Complete rewrite (and new public API)
    • ๐Ÿ‘‰ Use strict mode
    • โž• Add close buttons to wrapper methods (GH-92)
    • ๐Ÿ‘ Allow dialog titles to be specified (GH-51, GH-112)
    • ๐Ÿ‘ Allow optional extra class on dialog wrapper (GH-116)
    • ๐Ÿ›  Fix backdrop: true not firing close handler (GH-77)
    • ๐Ÿ”ง Replace various configuration methods with one setDefaults
  • v3.3.0 Changes

    • โž• Add Polish translation (GH-93)
    • โž• Add Danish translation (GH-96)
    • Pass event object to custom callbacks (GH-103)
    • โž• Add Chinese (Taiwan / China) translations (GH-106)
    • ๐Ÿ‘‰ Make prompt input block-level (GH-111)
    • โž• Add link: true option to prevent btn class from being applied (GH-114)
    • Prevent child elements triggering hidden callback (GH-115)
    • Replace Phing with Grunt
    • Replace Closure compiler with UglifyJS
  • v3.2.0 Changes

    • ensure onEscape handlers return callback values properly (GH-91)
    • ensure clicking close button invokes onEscape handler if present
  • v3.1.0 Changes

    • ensure confirm and prompt methods return callback values properly (GH-90)
    • โž• address various jshint warnings (GH-79)
    • โž• add setBtnClasses method for custom standard button classes (GH-87)
  • v3.0.0 Changes

    • โฌ†๏ธ bump Bootstrap dependency to 2.2.2
    • โฌ†๏ธ bump jQuery dependency to 1.8.3
    • ๐Ÿ”Š ensure callbacks are always invoked even if dialogs are dismissed with escape key (GH-49)
    • ๐Ÿ›  fix button positions with Bootstrap 2.2.2 (GH-58)
    • ๐Ÿ”Š stop multiple dialogs crashing browsers (GH-60, GH-64)
    • ensure shown event is fired properly even when animation is disabled (GH-69)
    • ๐Ÿ‘‰ use .on instead of .bind
    • commentify code a bit more
  • v2.5.1 Changes

    ๐Ÿ‘ This was the last version of the library to support Bootstrap 2.0.x

    • ensure bootbox object is explicitly added to window object for minfier visibility
  • v2.5.0 Changes

    • โž• add option to specify proper href attributes for buttons instead of callbacks (@StevePotter)
    • โž• add option to override per-modal classes (@ciaranj)
  • v2.4.2 Changes

    • โช revert backdrop default value to 'static' instead of true to prevent background clicks dismissing dialogs (GH-55)
  • v2.4.1 Changes

    • ๐Ÿ›  fix backdrop when supplied as an argument to bootbox.dialog
    • ๐Ÿ›  fix incorrect README version
  • v2.4.0 Changes

    • โž• add bootbox.backdrop(bool) method (@gucki)
    • โž• add default parameter option to bootbox.prompt (@pzgz)