bootstrap5-toggle 5.0.3 → 5.0.4
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/{README .template.md → README.template.md} +0 -0
- 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 +1 -1
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)
|
|
@@ -79,18 +79,18 @@ See EOL for each version in [Security Policy Page](https://github.com/palcarazm/
|
|
|
79
79
|
|
|
80
80
|
```html
|
|
81
81
|
<link
|
|
82
|
-
href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.
|
|
82
|
+
href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.4/css/bootstrap5-toggle.min.css"
|
|
83
83
|
rel="stylesheet" />
|
|
84
|
-
<script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.
|
|
84
|
+
<script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.4/js/bootstrap5-toggle.ecmas.min.js"></script>
|
|
85
85
|
```
|
|
86
86
|
|
|
87
87
|
### jQuery Interface
|
|
88
88
|
|
|
89
89
|
```html
|
|
90
90
|
<link
|
|
91
|
-
href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.
|
|
91
|
+
href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.4/css/bootstrap5-toggle.min.css"
|
|
92
92
|
rel="stylesheet" />
|
|
93
|
-
<script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.
|
|
93
|
+
<script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.0.4/js/bootstrap5-toggle.jquery.min.js"></script>
|
|
94
94
|
```
|
|
95
95
|
|
|
96
96
|
## Download
|
|
@@ -102,13 +102,13 @@ See EOL for each version in [Security Policy Page](https://github.com/palcarazm/
|
|
|
102
102
|
[](https://www.npmjs.com/package/bootstrap5-toggle)
|
|
103
103
|
|
|
104
104
|
```ksh
|
|
105
|
-
npm install bootstrap5-toggle@5.0.
|
|
105
|
+
npm install bootstrap5-toggle@5.0.4
|
|
106
106
|
```
|
|
107
107
|
|
|
108
108
|
## Yarn
|
|
109
109
|
|
|
110
110
|
```ksh
|
|
111
|
-
yarn add bootstrap5-toggle@5.0.
|
|
111
|
+
yarn add bootstrap5-toggle@5.0.4
|
|
112
112
|
```
|
|
113
113
|
|
|
114
114
|
# Usage
|
|
File without changes
|