Skip to content

Commit 89f9228

Browse files
committed
removed local lib, bumped to v 2.5
1 parent 8fade62 commit 89f9228

23 files changed

+28
-1380
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### ![jquery-confirm](https://raw.githubusercontent.com/craftpip/jquery-confirm/master/jquery-confirm.png "jquery-confirm")
22
*alerts, confirms and dialogs in* ***one.***
33

4-
v2.0.0
4+
v2.5.0
55

66
A multipurpose plugin for alert, confirm & dialog, with Super powers.
77

@@ -53,6 +53,16 @@ The `$.alert()` , `$.confirm()` & `$.dialog()` are alias of `jconfirm();`.
5353
Checkout the [documentation](http://craftpip.github.io/jquery-confirm) for further information.
5454

5555
## Version changes
56+
(New in 2.5.0)
57+
* Added closeIconClass
58+
* Added this.$target
59+
* Changed modal template
60+
* Watches modal for new changes auto set to center
61+
* New documentation
62+
* Added new theme 'material' and 'bootstrap'
63+
* Removed themes 'holodark' and 'hololight'
64+
* Improved performance
65+
5666
(New in 2.0.0)
5767
* Added closeAnimation
5868
* Added $('a').confirm() to emulate confirm();

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-confirm2",
3-
"version": "2.0.0",
3+
"version": "2.5.0",
44
"homepage": "https://github.com/craftpip/jquery-confirm",
55
"authors": [
66
"boniface pereira <[email protected]>"

css/jquery-confirm.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
2-
* jquery-confirm v2.0.0 (http://craftpip.github.io/jquery-confirm/)
2+
* jquery-confirm v2.5.0 (http://craftpip.github.io/jquery-confirm/)
33
* Author: boniface pereira
44
* Website: www.craftpip.com
55
* Contact: [email protected]
66
*
7-
* Copyright 2013-2015 jquery-confirm
7+
* Copyright 2013-2016 jquery-confirm
88
* Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
99
*/
1010
@-webkit-keyframes jconfirm-rotate {

css/jquery-confirm.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
2-
* jquery-confirm v2.0.0 (http://craftpip.github.io/jquery-confirm/)
2+
* jquery-confirm v2.5.0 (http://craftpip.github.io/jquery-confirm/)
33
* Author: boniface pereira
44
* Website: www.craftpip.com
55
* Contact: [email protected]
66
*
7-
* Copyright 2013-2015 jquery-confirm
7+
* Copyright 2013-2016 jquery-confirm
88
* Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
99
*/
1010

demo/fonts/FontAwesome.otf

-83.9 KB
Binary file not shown.

demo/fonts/fontawesome-webfont.eot

-54.7 KB
Binary file not shown.

demo/fonts/fontawesome-webfont.svg

Lines changed: 0 additions & 520 deletions
This file was deleted.

demo/fonts/fontawesome-webfont.ttf

-110 KB
Binary file not shown.
-63.9 KB
Binary file not shown.
-19.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)