Skip to content

Commit

Permalink
4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
makeusabrew committed Feb 22, 2015
1 parent e7e2e44 commit cb75620
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 19 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,21 @@
### Latest Release: 4.3.0
### Latest Release: 4.4.0

* 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

## 4.3.0

* Add `size` option (large, small)
* Stop propagation on form submit
Expand Down
31 changes: 17 additions & 14 deletions README.md
Expand Up @@ -43,23 +43,26 @@ Much more dependency information can be found [on the Bootbox website](http://bo
The latest major release of Bootbox - 4.0.0 - involved a total rewrite of the
internal code and introduced an entirely new public API. It has not re-implemented
some functionality from the 3.x series as of yet; this will be addressed in the
coming weeks in the form of new minor releases;
[a task list for 4.3.0 is available](https://github.com/makeusabrew/bootbox/issues/220) -
please feel free to add feedback and requests.
the form of new minor releases. Please feel free to add feedback and requests.

There is no new major (e.g. 5.x) release on the roadmap at present.

## Latest Release: 4.3.0

* 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
### Latest Release: 4.4.0

* 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

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

Expand Down
2 changes: 1 addition & 1 deletion bootbox.js
@@ -1,5 +1,5 @@
/**
* bootbox.js [master branch]
* bootbox.js [v4.4.0]
*
* http://bootboxjs.com/license.txt
*/
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "bootbox.js",
"version": "4.3.0",
"version": "4.4.0",
"main": "./bootbox.js",
"ignore": [
"CHANGELOG.md",
Expand Down
2 changes: 1 addition & 1 deletion header.txt
@@ -1,5 +1,5 @@
/**
* bootbox.js v4.3.0
* bootbox.js v4.4.0
*
* http://bootboxjs.com/license.txt
*/
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bootbox",
"version": "4.3.0",
"version": "4.4.0",
"description": "Wrappers for JavaScript alert(), confirm() and other flexible dialogs using the Bootstrap framework",
"directories": {
"test": "tests"
Expand Down

0 comments on commit cb75620

Please sign in to comment.