Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
makeusabrew committed Aug 26, 2013
1 parent e8ff770 commit 2b236a9
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 17 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
## Latest Release: 3.3.0
## Latest Release: 4.0.0

* Bootstrap 3.0.0 compatibility
* Complete rewrite (and new public API)
* Use strict mode
* Add close buttons to wrapper methods (GH-92)
* Allow dialog titles to be specified (GH-51, GH-112)
* Allow optional extra class on dialog wrapper (GH-116)
* Fix ```backdrop: true``` not firing close handler (GH-77)
* Replace various configuration methods with one ```setDefaults```

### 3.3.0

* Add Polish translation (GH-93)
* Add Danish translation (GH-96)
Expand Down
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,16 @@ coming weeks in the form of new minor releases.

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

## Latest Release: 3.3.0

* Add Polish translation (GH-93)
* Add Danish translation (GH-96)
* Pass event object to custom callbacks (GH-103)
* Add Chinese (Taiwan / China) translations (GH-106)
* Make prompt input block-level (GH-111)
* Add link: true option to prevent btn class from being applied (GH-114)
* Prevent child elements triggering hidden callback (GH-115)
* Replace Phing with Grunt
* Replace Closure compiler with UglifyJS
## Latest Release: 4.0.0

* Bootstrap 3.0.0 compatibility
* Complete rewrite (and new public API)
* Use strict mode
* Add close buttons to wrapper methods (GH-92)
* Allow dialog titles to be specified (GH-51, GH-112)
* Allow optional extra class on dialog wrapper (GH-116)
* Fix ```backdrop: true``` not firing close handler (GH-77)
* Replace various configuration methods with one ```setDefaults```

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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* bootbox.js [v4.x/master branch]
* bootbox.js v4.0.0
*
* http://bootboxjs.com/license.txt
*/
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootbox.js",
"version": "x.x.x",
"version": "4.0.0",
"main": "./bootbox.js",
"ignore": [
"**/.*"
Expand Down
2 changes: 1 addition & 1 deletion header.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* bootbox.js v3.3.0
* bootbox.js v4.0.0
*
* http://bootboxjs.com/license.txt
*/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootbox.js",
"version": "3.3.0",
"version": "4.0.0",
"description": "Wrappers for JavaScript alert(), confirm() and other flexible dialogs using Twitter's bootstrap framework",
"directories": {
"test": "tests"
Expand All @@ -19,7 +19,7 @@
"grunt-contrib-uglify": "~0.2.2",
"grunt": "~0.4.1",
"karma": "~0.10.1",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-jshint": "~0.6.3",
"karma-mocha": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"mocha": "~1.12.0",
Expand Down

0 comments on commit 2b236a9

Please sign in to comment.