Skip to content

Commit 06663af

Browse files
authored
Merge pull request #740 from tiesont/master
Adds hooks for Bootstrap's modal events
2 parents d5105fb + e874c9e commit 06663af

14 files changed

+4519
-566
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## 5.3.4 (Latest Release)
1+
## 5.4.0 (Latest Release)
2+
3+
- Adds function hooks for `onShow`, `onShown`, `onHide`, and `onHidden` events, which map to their Bootstrap modal equivalents.
4+
5+
### 5.3.4
26

37
- Removes `':first'` selector from default button binding
48

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Bootbox **3.3.0** is the *last* release to support Bootstrap 2.2.x.
3535

3636
Much more dependency information can be found [on the Bootbox website](http://bootboxjs.com/getting-started.html#bootbox-dependencies).
3737

38-
## 5.3.4 (Latest Release)
38+
## 5.4.0 (Latest Release)
3939

40-
- Removes `':first'` selector from default button binding
40+
- Adds function hooks for `onShow`, `onShown`, `onHide`, and `onHidden` events, which map to their Bootstrap modal equivalents.
4141

4242
For a full list of releases and changes please see [the changelog](https://github.com/makeusabrew/bootbox/blob/master/CHANGELOG.md).
4343

0 commit comments

Comments
 (0)