Skip to content

Commit

Permalink
Modifies dialog to only process button callback if it has been defined
Browse files Browse the repository at this point in the history
Modifies dialog to only process button callback if it has been defined; see #705
  • Loading branch information
tiesont committed Jul 13, 2019
1 parent fdb8e80 commit c30d804
Show file tree
Hide file tree
Showing 12 changed files with 1,329 additions and 1,312 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,8 @@
## 5.1.3 (Latest Release)
## 5.2.0 (Latest Release)

- Modifies dialog to only process button callback if it has been defined; see https://github.com/makeusabrew/bootbox/issues/705

### 5.1.3

- Adds Swahili locale.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -35,9 +35,9 @@ Bootbox **3.3.0** is the *last* release to support Bootstrap 2.2.x.

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

## 5.1.3 (Latest Release)
## 5.2.0 (Latest Release)

- Adds Swahili locale.
- Modifies dialog to only process button callback if it has been defined; see https://github.com/makeusabrew/bootbox/issues/705

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

Expand Down
4 changes: 2 additions & 2 deletions dist/bootbox.all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bootbox.locales.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/bootbox.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion header.txt
@@ -1,5 +1,5 @@
/**
* bootbox.js 5.1.3
* bootbox.js 5.2.0
*
* http://bootboxjs.com/license.txt
*/
2 changes: 1 addition & 1 deletion karma.conf.js
Expand Up @@ -3,7 +3,7 @@ var baseConfig = require('./karma-base.conf');
module.exports = baseConfig({
vendor: [
'tests/vendor/jquery-3.3.1.slim.min.js',
'tests/vendor/bootstrap-4.0.0.bundle.min.js'
'tests/vendor/bootstrap-4.3.1.bundle.min.js'
],
src: ['src/bootbox.js', 'src/bootbox.locales.js']
});
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bootbox",
"version": "5.1.3",
"version": "5.2.0",
"description": "Wrappers for JavaScript alert(), confirm() and other flexible dialogs using the Bootstrap framework",
"directories": {
"test": "tests"
Expand Down

0 comments on commit c30d804

Please sign in to comment.