-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8ac5fb
commit da0eba2
Showing
6 changed files
with
36 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,27 +44,33 @@ 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.2.0 is available](https://github.com/makeusabrew/bootbox/issues/162) - | ||
[a task list for 4.3.0 is available](https://github.com/makeusabrew/bootbox/issues/220) - | ||
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.1.0 | ||
|
||
* Add support for placeholder attribute in prompts | ||
* Add select, email and checkbox types for prompts (thanks [@tarlepp](https://github.com/tarlepp)) | ||
* Add Norwegian locale | ||
* Allow setDefaults to take two key/val arguments | ||
* Add unique classes for main dialog methods | ||
* Create bower package | ||
## Latest Release: 4.2.0 | ||
|
||
* Add Swedish locale | ||
* Add Latvian locale | ||
* Add Turkish locale | ||
* Add Hebrew locale | ||
* Add password input type | ||
* Add textarea input type | ||
* Add date input type | ||
* Add time input type | ||
* Add number input type | ||
* Support DOM selectors for container argument | ||
* UMD support | ||
* Better support on mobile devices | ||
|
||
For a full list of releases and changes please see [the changelog](https://github.com/makeusabrew/bootbox/blob/master/CHANGELOG.md). | ||
|
||
## License | ||
|
||
(The MIT License) | ||
|
||
Copyright (C) 2011-2013 by Nick Payne <[email protected]> | ||
Copyright (C) 2011-2014 by Nick Payne <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* bootbox.js [master branch] | ||
* bootbox.js [v4.2.0] | ||
* | ||
* http://bootboxjs.com/license.txt | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* bootbox.js v4.1.0 | ||
* bootbox.js v4.2.0 | ||
* | ||
* http://bootboxjs.com/license.txt | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters