bootstrap5-toggle 5.0.5 → 5.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/css/bootstrap5-toggle.css +1 -1
- package/css/bootstrap5-toggle.min.css +1 -1
- package/js/bootstrap5-toggle.ecmas.js +1 -1
- package/js/bootstrap5-toggle.ecmas.min.js +1 -1
- package/js/bootstrap5-toggle.jquery.js +1 -1
- package/js/bootstrap5-toggle.jquery.min.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/bootstrap5-toggle)
|
|
6
6
|
[](https://github.com/palcarazm/bootstrap5-toggle/actions?query=workflow%3A%22Build+Check%22)
|
|
7
7
|
[](https://github.com/palcarazm/bootstrap5-toggle/actions?query=workflow%3A%22Cypress+Tests%22)
|
|
8
|
-
[](https://snyk.io/advisor/npm-package/bootstrap5-toggle)
|
|
9
9
|
[](https://github.com/palcarazm/bootstrap5-toggle/security/policy)
|
|
10
10
|
[](https://github.com/sponsors/palcarazm)
|
|
11
11
|
[](https://openbase.com/js/bootstrap5-toggle?utm_source=embedded&utm_medium=badge&utm_campaign=rating-badge&utm_term=js/bootstrap5-toggle)
|
|
@@ -78,18 +78,18 @@ See EOL for each version in [Security Policy Page](https://github.com/palcarazm/
|
|
|
78
78
|
|
|
79
79
|
```html
|
|
80
80
|
<link
|
|
81
|
-
href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.
|
|
81
|
+
href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.6/css/bootstrap5-toggle.min.css"
|
|
82
82
|
rel="stylesheet" />
|
|
83
|
-
<script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.
|
|
83
|
+
<script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.6/js/bootstrap5-toggle.ecmas.min.js"></script>
|
|
84
84
|
```
|
|
85
85
|
|
|
86
86
|
### jQuery Interface
|
|
87
87
|
|
|
88
88
|
```html
|
|
89
89
|
<link
|
|
90
|
-
href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.
|
|
90
|
+
href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.6/css/bootstrap5-toggle.min.css"
|
|
91
91
|
rel="stylesheet" />
|
|
92
|
-
<script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.
|
|
92
|
+
<script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.6/js/bootstrap5-toggle.jquery.min.js"></script>
|
|
93
93
|
```
|
|
94
94
|
|
|
95
95
|
## Download
|
|
@@ -101,13 +101,13 @@ See EOL for each version in [Security Policy Page](https://github.com/palcarazm/
|
|
|
101
101
|
[](https://www.npmjs.com/package/bootstrap5-toggle)
|
|
102
102
|
|
|
103
103
|
```ksh
|
|
104
|
-
npm install bootstrap5-toggle@5.0.
|
|
104
|
+
npm install bootstrap5-toggle@5.0.6
|
|
105
105
|
```
|
|
106
106
|
|
|
107
107
|
## Yarn
|
|
108
108
|
|
|
109
109
|
```ksh
|
|
110
|
-
yarn add bootstrap5-toggle@5.0.
|
|
110
|
+
yarn add bootstrap5-toggle@5.0.6
|
|
111
111
|
```
|
|
112
112
|
|
|
113
113
|
# Usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bootstrap5-toggle",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.6",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Pablo Alcaraz Martínez",
|
|
6
6
|
"url": "https://github.com/palcarazm/"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"scripts": {
|
|
22
22
|
"build": "grunt build",
|
|
23
23
|
"postversion": "grunt build && grunt readme && doctoc README.md --github",
|
|
24
|
-
"prepack": "grunt build && grunt readme && doctoc README.md --github && git add -A",
|
|
24
|
+
"prepack": "grunt build && grunt readme && doctoc README.md --github && git add -A && git commit",
|
|
25
25
|
"test": "cypress run --browser=chrome"
|
|
26
26
|
},
|
|
27
27
|
"keywords": [
|