Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadYounes committed Jan 10, 2015
1 parent e38c177 commit 955a9de
Show file tree
Hide file tree
Showing 26 changed files with 36 additions and 29 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Community Contribution
Bugs & Questions
==========
Please review the guidelines for [contributing](https://github.com/MohammadYounes/AlertifyJS/blob/master/CONTRIBUTING.md).

>You can fork this [codepen](http://codepen.io/anon/pen/raohK) or this [jsfiddle](http://jsfiddle.net/g2o52zq7/) to get started.

------
Expand Down
3 changes: 3 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Release Notes
* **v1.0.0** [10 Jan. 2015]
* First official release.

* **v0.10.2** [31 Oct. 2014]
* Add missing notifier styles to Semantic/Bootstrap themes.

Expand Down
8 changes: 5 additions & 3 deletions build/alertify.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
*
* @author Mohammad Younes <[email protected]> (http://alertifyjs.com)
* @copyright 2014
* @copyright 2015
* @license MIT <http://opensource.org/licenses/mit-license.php>
* @link http://alertifyjs.com
* @module AlertifyJS
* @version 0.10.2
* @version 1.0.0
*/
( function ( window ) {
'use strict';
Expand Down Expand Up @@ -2238,8 +2238,10 @@
element = document.createElement('DIV');

updatePosition(instance);
}

//add to DOM tree.
//add to DOM tree.
if (!element.parentNode) {
document.body.appendChild(element);
}
}
Expand Down
4 changes: 2 additions & 2 deletions build/alertify.min.js

Large diffs are not rendered by default.

Binary file modified build/alertifyjs.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion build/css/alertify.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/alertify.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/themes/bootstrap.min.css

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

2 changes: 1 addition & 1 deletion build/css/themes/bootstrap.rtl.min.css

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

2 changes: 1 addition & 1 deletion build/css/themes/default.min.css

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

2 changes: 1 addition & 1 deletion build/css/themes/default.rtl.min.css

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

2 changes: 1 addition & 1 deletion build/css/themes/semantic.min.css

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

2 changes: 1 addition & 1 deletion build/css/themes/semantic.rtl.min.css

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

8 changes: 5 additions & 3 deletions docpad/files/build/alertify.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
*
* @author Mohammad Younes <[email protected]> (http://alertifyjs.com)
* @copyright 2014
* @copyright 2015
* @license MIT <http://opensource.org/licenses/mit-license.php>
* @link http://alertifyjs.com
* @module AlertifyJS
* @version 0.10.2
* @version 1.0.0
*/
( function ( window ) {
'use strict';
Expand Down Expand Up @@ -2238,8 +2238,10 @@
element = document.createElement('DIV');

updatePosition(instance);
}

//add to DOM tree.
//add to DOM tree.
if (!element.parentNode) {
document.body.appendChild(element);
}
}
Expand Down
4 changes: 2 additions & 2 deletions docpad/files/build/alertify.min.js

Large diffs are not rendered by default.

Binary file modified docpad/files/build/alertifyjs.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion docpad/files/build/css/alertify.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docpad/files/build/css/alertify.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docpad/files/build/css/themes/bootstrap.min.css

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

2 changes: 1 addition & 1 deletion docpad/files/build/css/themes/bootstrap.rtl.min.css

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

2 changes: 1 addition & 1 deletion docpad/files/build/css/themes/default.min.css

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

2 changes: 1 addition & 1 deletion docpad/files/build/css/themes/default.rtl.min.css

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

2 changes: 1 addition & 1 deletion docpad/files/build/css/themes/semantic.min.css

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

Loading

0 comments on commit 955a9de

Please sign in to comment.