bootstrap5-toggle 5.2.0-rc1 → 5.2.0-rc3
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 +17 -23
- package/README.template.md +11 -17
- package/css/bootstrap5-toggle.css +1 -1
- package/css/bootstrap5-toggle.min.css +1 -1
- package/js/bootstrap5-toggle.ecmas.js +720 -384
- package/js/bootstrap5-toggle.ecmas.js.map +1 -1
- package/js/bootstrap5-toggle.ecmas.min.js +2 -2
- package/js/bootstrap5-toggle.ecmas.min.js.map +1 -1
- package/js/bootstrap5-toggle.jquery.js +776 -440
- package/js/bootstrap5-toggle.jquery.js.map +1 -1
- package/js/bootstrap5-toggle.jquery.min.js +2 -2
- package/js/bootstrap5-toggle.jquery.min.js.map +1 -1
- package/package.json +26 -5
package/README.md
CHANGED
|
@@ -3,12 +3,15 @@
|
|
|
3
3
|
[](https://getbootstrap.com/docs/5.0)
|
|
4
4
|
[](https://www.jsdelivr.com/package/npm/bootstrap5-toggle)
|
|
5
5
|
[](https://www.npmjs.com/package/bootstrap5-toggle)
|
|
6
|
-
[](https://github.com/palcarazm/bootstrap5-toggle/actions?query=workflow%3A%22Build+Check%22)
|
|
7
|
-
[](https://github.com/palcarazm/bootstrap5-toggle/actions?query=workflow%3A%22Cypress+Tests%22)
|
|
8
|
-
[](https://snyk.io/advisor/npm-package/bootstrap5-toggle)
|
|
9
6
|
[](https://github.com/palcarazm/bootstrap5-toggle/security/policy)
|
|
10
7
|
[](https://github.com/sponsors/palcarazm)
|
|
11
|
-
|
|
8
|
+
|
|
9
|
+
[](https://coveralls.io/github/palcarazm/bootstrap5-toggle?branch=v5)
|
|
10
|
+
[](https://sonarcloud.io/summary/new_code?id=palcarazm_bootstrap5-toggle)
|
|
11
|
+
[](https://sonarcloud.io/summary/new_code?id=palcarazm_bootstrap5-toggle)
|
|
12
|
+
[](https://sonarcloud.io/summary/new_code?id=palcarazm_bootstrap5-toggle)
|
|
13
|
+
[](https://snyk.io/advisor/npm-package/bootstrap5-toggle)
|
|
14
|
+
|
|
12
15
|
|
|
13
16
|
# Bootstrap 5 Toggle
|
|
14
17
|
|
|
@@ -30,15 +33,6 @@ See EOL for each version in [Security Policy Page](https://github.com/palcarazm/
|
|
|
30
33
|
|
|
31
34
|
**Demos and API Docs:** https://palcarazm.github.io/bootstrap5-toggle/
|
|
32
35
|
|
|
33
|
-
# Related Bootstrap Plugins
|
|
34
|
-
|
|
35
|
-
<div align="center">
|
|
36
|
-
<a href="https://github.com/palcarazm/bs-darkmode" title="Boostrap Darkmode"
|
|
37
|
-
><img
|
|
38
|
-
src="https://github-readme-stats.vercel.app/api/pin/?username=palcarazm&repo=bs-darkmode&border_radius=10&show_owner=true"
|
|
39
|
-
/></a>
|
|
40
|
-
</div>
|
|
41
|
-
|
|
42
36
|
---
|
|
43
37
|
|
|
44
38
|
<!-- To update TOC run .\node_modules\.bin\doctoc README.md --github -->
|
|
@@ -79,18 +73,18 @@ See EOL for each version in [Security Policy Page](https://github.com/palcarazm/
|
|
|
79
73
|
|
|
80
74
|
```html
|
|
81
75
|
<link
|
|
82
|
-
href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.2.0-
|
|
76
|
+
href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.2.0-rc3/css/bootstrap5-toggle.min.css"
|
|
83
77
|
rel="stylesheet" />
|
|
84
|
-
<script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.2.0-
|
|
78
|
+
<script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.2.0-rc3/js/bootstrap5-toggle.ecmas.min.js"></script>
|
|
85
79
|
```
|
|
86
80
|
|
|
87
81
|
### jQuery Interface
|
|
88
82
|
|
|
89
83
|
```html
|
|
90
84
|
<link
|
|
91
|
-
href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.2.0-
|
|
85
|
+
href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.2.0-rc3/css/bootstrap5-toggle.min.css"
|
|
92
86
|
rel="stylesheet" />
|
|
93
|
-
<script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.2.0-
|
|
87
|
+
<script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.2.0-rc3/js/bootstrap5-toggle.jquery.min.js"></script>
|
|
94
88
|
```
|
|
95
89
|
|
|
96
90
|
## Download
|
|
@@ -102,13 +96,13 @@ See EOL for each version in [Security Policy Page](https://github.com/palcarazm/
|
|
|
102
96
|
[](https://www.npmjs.com/package/bootstrap5-toggle)
|
|
103
97
|
|
|
104
98
|
```ksh
|
|
105
|
-
npm install bootstrap5-toggle@5.2.0-
|
|
99
|
+
npm install bootstrap5-toggle@5.2.0-rc3
|
|
106
100
|
```
|
|
107
101
|
|
|
108
102
|
## Yarn
|
|
109
103
|
|
|
110
104
|
```ksh
|
|
111
|
-
yarn add bootstrap5-toggle@5.2.0-
|
|
105
|
+
yarn add bootstrap5-toggle@5.2.0-rc3
|
|
112
106
|
```
|
|
113
107
|
|
|
114
108
|
# Usage
|
|
@@ -280,10 +274,10 @@ This also means that using the API or Input to trigger events will work both way
|
|
|
280
274
|
|
|
281
275
|
# Collaborators welcom!
|
|
282
276
|
|
|
283
|
-
- :sos:
|
|
284
|
-
- :bug:
|
|
285
|
-
- :bulb:
|
|
286
|
-
- :computer:
|
|
277
|
+
- :sos: Do you need some help? Open a thread in [GitHub Discussions Q&A](https://github.com/palcarazm/bootstrap5-toggle/discussions/new?category=q-a)
|
|
278
|
+
- :bug: Do you find a bug? Open an issue in [GitHub bug report](https://github.com/palcarazm/bootstrap5-toggle/issues/new?template=01-BUG_REPORT.yml)
|
|
279
|
+
- :bulb: Do you have a great idea? Open an issue in [GitHub feature request](https://github.com/palcarazm/bootstrap5-toggle/issues/new?template=02-FEATURE_REQUEST.yml)
|
|
280
|
+
- :computer: Do you know how to fix a bug? Open a pull request in [GitHub pull request](https://github.com/palcarazm/bootstrap5-toggle/compare).
|
|
287
281
|
|
|
288
282
|
[](https://github.com/palcarazm/bootstrap5-toggle/graphs/contributors)
|
|
289
283
|
|
package/README.template.md
CHANGED
|
@@ -3,12 +3,15 @@
|
|
|
3
3
|
[](https://getbootstrap.com/docs/5.0)
|
|
4
4
|
[](https://www.jsdelivr.com/package/npm/bootstrap5-toggle)
|
|
5
5
|
[](https://www.npmjs.com/package/bootstrap5-toggle)
|
|
6
|
-
[](https://github.com/palcarazm/bootstrap5-toggle/actions?query=workflow%3A%22Build+Check%22)
|
|
7
|
-
[](https://github.com/palcarazm/bootstrap5-toggle/actions?query=workflow%3A%22Cypress+Tests%22)
|
|
8
|
-
[](https://snyk.io/advisor/npm-package/bootstrap5-toggle)
|
|
9
6
|
[](https://github.com/palcarazm/bootstrap5-toggle/security/policy)
|
|
10
7
|
[](https://github.com/sponsors/palcarazm)
|
|
11
|
-
|
|
8
|
+
|
|
9
|
+
[](https://coveralls.io/github/palcarazm/bootstrap5-toggle?branch=v5)
|
|
10
|
+
[](https://sonarcloud.io/summary/new_code?id=palcarazm_bootstrap5-toggle)
|
|
11
|
+
[](https://sonarcloud.io/summary/new_code?id=palcarazm_bootstrap5-toggle)
|
|
12
|
+
[](https://sonarcloud.io/summary/new_code?id=palcarazm_bootstrap5-toggle)
|
|
13
|
+
[](https://snyk.io/advisor/npm-package/bootstrap5-toggle)
|
|
14
|
+
|
|
12
15
|
|
|
13
16
|
# Bootstrap 5 Toggle
|
|
14
17
|
|
|
@@ -30,15 +33,6 @@ See EOL for each version in [Security Policy Page](https://github.com/palcarazm/
|
|
|
30
33
|
|
|
31
34
|
**Demos and API Docs:** https://palcarazm.github.io/bootstrap5-toggle/
|
|
32
35
|
|
|
33
|
-
# Related Bootstrap Plugins
|
|
34
|
-
|
|
35
|
-
<div align="center">
|
|
36
|
-
<a href="https://github.com/palcarazm/bs-darkmode" title="Boostrap Darkmode"
|
|
37
|
-
><img
|
|
38
|
-
src="https://github-readme-stats.vercel.app/api/pin/?username=palcarazm&repo=bs-darkmode&border_radius=10&show_owner=true"
|
|
39
|
-
/></a>
|
|
40
|
-
</div>
|
|
41
|
-
|
|
42
36
|
---
|
|
43
37
|
|
|
44
38
|
<!-- To update TOC run .\node_modules\.bin\doctoc README.md --github -->
|
|
@@ -282,10 +276,10 @@ This also means that using the API or Input to trigger events will work both way
|
|
|
282
276
|
|
|
283
277
|
# Collaborators welcom!
|
|
284
278
|
|
|
285
|
-
- :sos:
|
|
286
|
-
- :bug:
|
|
287
|
-
- :bulb:
|
|
288
|
-
- :computer:
|
|
279
|
+
- :sos: Do you need some help? Open a thread in [GitHub Discussions Q&A](https://github.com/palcarazm/bootstrap5-toggle/discussions/new?category=q-a)
|
|
280
|
+
- :bug: Do you find a bug? Open an issue in [GitHub bug report](https://github.com/palcarazm/bootstrap5-toggle/issues/new?template=01-BUG_REPORT.yml)
|
|
281
|
+
- :bulb: Do you have a great idea? Open an issue in [GitHub feature request](https://github.com/palcarazm/bootstrap5-toggle/issues/new?template=02-FEATURE_REQUEST.yml)
|
|
282
|
+
- :computer: Do you know how to fix a bug? Open a pull request in [GitHub pull request](https://github.com/palcarazm/bootstrap5-toggle/compare).
|
|
289
283
|
|
|
290
284
|
[](https://github.com/palcarazm/bootstrap5-toggle/graphs/contributors)
|
|
291
285
|
|