From 9e5845190e2316b5ef0b89b12579b8810981141f Mon Sep 17 00:00:00 2001 From: Boniface Pereira Date: Tue, 8 Nov 2016 18:27:36 +0530 Subject: [PATCH] bumped version to 3.0.1 --- README.md | 9 ++++++++- animations.html | 5 ++++- bower.json | 2 +- css/jquery-confirm.css | 2 +- css/jquery-confirm.less | 2 +- dist/jquery-confirm.min.css | 4 ++-- dist/jquery-confirm.min.js | 4 ++-- index.html | 34 +++++++++++++++++++++++++--------- js/jquery-confirm.js | 2 +- package.json | 2 +- themes.html | 3 +++ 11 files changed, 49 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 32f9e2a..7ee97d3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ### ![jquery-confirm](https://raw.githubusercontent.com/craftpip/jquery-confirm/master/jquery-confirm.png "jquery-confirm") *alerts, confirms and dialogs in* ***one.*** -v3.0.0 +v3.0.1 A multipurpose plugin for alert, confirm & dialog, with Super powers. @@ -62,6 +62,13 @@ The `$.alert()` , `$.confirm()` & `$.dialog()` are alias of `jconfirm();`. Checkout the [documentation](http://craftpip.github.io/jquery-confirm) for further information. ## Version changes + +(new in 3.0.1) +* Removed bootstrap as dependency +* Added dialog type to identify success, failure, etc. +* Animate scroll to previous focused element +* titleClass option added + (New in 3.0.0) **no backwards compatible with v2.** * Define multiple buttons * Define keyboard keys for individual buttons diff --git a/animations.html b/animations.html index 5be1b2f..ec7ec15 100644 --- a/animations.html +++ b/animations.html @@ -58,7 +58,7 @@ @@ -110,6 +110,9 @@