Bootbox v3.0.0 Release Notes

    • ⬆️ 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