Skip to content

Commit

Permalink
Version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Apr 1, 2018
1 parent 67e4a11 commit 701c107
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 21 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,20 @@

Bootstrap plugin for on-place confirm boxes using Popover.


## Documentation

[bootstrap-confirmation.js.org](http://bootstrap-confirmation.js.org)

## Installation

#### Bootstrap 4

```
npm install bootstrap-confirmation2
```

## Changes from original one
#### Bootstrap 3

- Bootstrap 3 compatible (3.2 minimum)
- Fix double event fires
- Automatic handle of links (without need of custom callback)
- Allow to define custom buttons
```
npm install [email protected]
```
2 changes: 1 addition & 1 deletion bootstrap-confirmation.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
this.init(element, options);
};

Confirmation.VERSION = '2.4.0';
Confirmation.VERSION = '2.4.1';

/**
* Map between keyboard events "keyCode|which" and "key"
Expand Down
6 changes: 3 additions & 3 deletions bootstrap-confirmation.min.js

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

6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "bootstrap-confirmation2",
"homepage": "http://mistic100.github.io/Bootstrap-Confirmation",
"homepage": "http://bootstrap-confirmation.js.org",
"description": "Bootstrap plugin for on-place confirm boxes using Popover",
"license": "Apache-2.0",
"authors": [
{
"name": "Nimit Suwannagate",
Expand All @@ -20,9 +21,8 @@
"popup"
],
"dependencies" : {
"bootstrap": ">=3.2.0"
"bootstrap": ">=3.2.0 <4"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/mistic100/Bootstrap-Confirmation.git"
Expand Down
20 changes: 12 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "bootstrap-confirmation2",
"version": "2.4.0",
"homepage": "http://mistic100.github.io/Bootstrap-Confirmation",
"version": "2.4.1",
"homepage": "http://bootstrap-confirmation.js.org",
"description": "Bootstrap plugin for on-place confirm boxes using Popover",
"license": "Apache-2.0",
"authors": [
{
"name": "Nimit Suwannagate",
Expand All @@ -14,6 +15,15 @@
"homepage": "http://www.strangeplanet.fr"
}
],
"main": "bootstrap-confirmation.js",
"keywords": [
"bootstrap",
"confirmation",
"popup"
],
"peerDependencies": {
"bootstrap": ">=3.2.0 <4"
},
"devDependencies": {
"grunt": "^1.0.0",
"grunt-contrib-connect": "^1.0.0",
Expand All @@ -24,12 +34,6 @@
"grunt-replace": "^1.0.1",
"jit-grunt": "^0.10.0"
},
"keywords": [
"bootstrap",
"confirmation",
"popup"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/mistic100/Bootstrap-Confirmation.git"
Expand Down

0 comments on commit 701c107

Please sign in to comment.