From cb756203e250ed0ff2539359ff0ad1c3ffb8e8d3 Mon Sep 17 00:00:00 2001 From: Nick Payne Date: Sun, 22 Feb 2015 10:16:21 +0000 Subject: [PATCH] 4.4.0 --- CHANGELOG.md | 19 ++++++++++++++++++- README.md | 31 +++++++++++++++++-------------- bootbox.js | 2 +- bower.json | 2 +- header.txt | 2 +- package.json | 2 +- 6 files changed, 39 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6366cba0..76f62fa4 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/README.md b/README.md index a76f32f2..55bf55fa 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/bootbox.js b/bootbox.js index a1a7adc2..3e8312a8 100644 --- a/bootbox.js +++ b/bootbox.js @@ -1,5 +1,5 @@ /** - * bootbox.js [master branch] + * bootbox.js [v4.4.0] * * http://bootboxjs.com/license.txt */ diff --git a/bower.json b/bower.json index 62fc1f84..87e1ef54 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bootbox.js", - "version": "4.3.0", + "version": "4.4.0", "main": "./bootbox.js", "ignore": [ "CHANGELOG.md", diff --git a/header.txt b/header.txt index 5575dee3..2778b0de 100644 --- a/header.txt +++ b/header.txt @@ -1,5 +1,5 @@ /** - * bootbox.js v4.3.0 + * bootbox.js v4.4.0 * * http://bootboxjs.com/license.txt */ diff --git a/package.json b/package.json index 580114ab..3b710161 100644 --- a/package.json +++ b/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"