Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
makeusabrew committed Jul 3, 2013
1 parent 181d7cc commit 9296f99
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,19 @@ Bootstrap 3.0.0 (assuming that sees the light of day first).
You can get a quick overview of the roadmap in the form of the project milestones
[as listed in the issue tracker](https://github.com/makeusabrew/bootbox/issues/milestones?direction=asc&sort=due_date).

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

### 3.2.0

* ensure ```onEscape``` handlers return callback values properly (GH-91)
* ensure clicking close button invokes onEscape handler if present
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 v3.2.0
* bootbox.js v3.3.0
*
* http://bootboxjs.com/license.txt
*/
Expand Down
2 changes: 1 addition & 1 deletion bootbox.min.js

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

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.2.0
* bootbox.js v3.3.0
*
* http://bootboxjs.com/license.txt
*/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootbox.js",
"version": "3.2.0",
"version": "3.3.0",
"description": "Wrappers for JavaScript alert(), confirm() and other flexible dialogs using Twitter's bootstrap framework",
"directories": {
"test": "tests"
Expand Down

0 comments on commit 9296f99

Please sign in to comment.