bootstrap5-toggle 5.2.0-rc2 → 5.2.0

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 CHANGED
@@ -3,11 +3,16 @@
3
3
  [![Bootstrap 5](https://img.shields.io/static/v1?label=bootstrap&message=%5E5.0.0&color=informational&logo=bootstrap&logoColor=white)](https://getbootstrap.com/docs/5.0)
4
4
  [![JSDelivr Badge](https://img.shields.io/jsdelivr/npm/hm/bootstrap5-toggle?label=hits&logo=jsdelivr&logoColor=white)](https://www.jsdelivr.com/package/npm/bootstrap5-toggle)
5
5
  [![NPM Badge](https://img.shields.io/npm/dm/bootstrap5-toggle?logo=npm)](https://www.npmjs.com/package/bootstrap5-toggle)
6
- [![Coverage Status](https://coveralls.io/repos/github/palcarazm/bootstrap5-toggle/badge.svg?branch=v5)](https://coveralls.io/github/palcarazm/bootstrap5-toggle?branch=v5)
7
- [![Security](https://img.shields.io/badge/snyk-security%20analyse-informational?logo=snyk)](https://snyk.io/advisor/npm-package/bootstrap5-toggle)
8
6
  [![EOL](https://img.shields.io/endpoint?url=https%3A%2F%2Fpalcarazm.github.io%2Fbootstrap5-toggle%2Fapi%2Feol%2Fv5)](https://github.com/palcarazm/bootstrap5-toggle/security/policy)
9
7
  [![Funding](https://img.shields.io/badge/sponsor-30363D?style=flat&logo=GitHub-Sponsors&logoColor=#white)](https://github.com/sponsors/palcarazm)
10
8
 
9
+ [![Coverage Status](https://img.shields.io/coverallsCoverage/github/palcarazm/bootstrap5-toggle?branch=v5&logo=coveralls)](https://coveralls.io/github/palcarazm/bootstrap5-toggle?branch=v5)
10
+ [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=palcarazm_bootstrap5-toggle&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=palcarazm_bootstrap5-toggle)
11
+ [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=palcarazm_bootstrap5-toggle&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=palcarazm_bootstrap5-toggle)
12
+ [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=palcarazm_bootstrap5-toggle&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=palcarazm_bootstrap5-toggle)
13
+ [![Security](https://img.shields.io/badge/security-monitored-informational?logo=snyk)](https://snyk.io/advisor/npm-package/bootstrap5-toggle)
14
+
15
+
11
16
  # Bootstrap 5 Toggle
12
17
 
13
18
  **Bootstrap 5 Toggle** is a bootstrap plugin/widget that converts checkboxes into toggles.
@@ -68,18 +73,18 @@ See EOL for each version in [Security Policy Page](https://github.com/palcarazm/
68
73
 
69
74
  ```html
70
75
  <link
71
- href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.2.0-rc2/css/bootstrap5-toggle.min.css"
76
+ href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.2.0/css/bootstrap5-toggle.min.css"
72
77
  rel="stylesheet" />
73
- <script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.2.0-rc2/js/bootstrap5-toggle.ecmas.min.js"></script>
78
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.2.0/js/bootstrap5-toggle.ecmas.min.js"></script>
74
79
  ```
75
80
 
76
81
  ### jQuery Interface
77
82
 
78
83
  ```html
79
84
  <link
80
- href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.2.0-rc2/css/bootstrap5-toggle.min.css"
85
+ href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.2.0/css/bootstrap5-toggle.min.css"
81
86
  rel="stylesheet" />
82
- <script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.2.0-rc2/js/bootstrap5-toggle.jquery.min.js"></script>
87
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.2.0/js/bootstrap5-toggle.jquery.min.js"></script>
83
88
  ```
84
89
 
85
90
  ## Download
@@ -91,13 +96,13 @@ See EOL for each version in [Security Policy Page](https://github.com/palcarazm/
91
96
  [![NPM Badge](https://img.shields.io/npm/dm/bootstrap5-toggle?logo=npm)](https://www.npmjs.com/package/bootstrap5-toggle)
92
97
 
93
98
  ```ksh
94
- npm install bootstrap5-toggle@5.2.0-rc2
99
+ npm install bootstrap5-toggle@5.2.0
95
100
  ```
96
101
 
97
102
  ## Yarn
98
103
 
99
104
  ```ksh
100
- yarn add bootstrap5-toggle@5.2.0-rc2
105
+ yarn add bootstrap5-toggle@5.2.0
101
106
  ```
102
107
 
103
108
  # Usage
@@ -269,10 +274,10 @@ This also means that using the API or Input to trigger events will work both way
269
274
 
270
275
  # Collaborators welcom!
271
276
 
272
- - :sos: ¿Do you need some help? Open a issue in [GitHub help wanted](https://github.com/palcarazm/bootstrap5-toggle/issues/new?assignees=&labels=help+wanted&template=help-wanted.md&title=%5BHELP%5D)
273
- - :bug: ¿Do you find a bug? Open a issue in [GitHub bug report](https://github.com/palcarazm/bootstrap5-toggle/issues/new?assignees=&labels=bug&template=bug_report.md&title=%5BBUG%5D)
274
- - :bulb: ¿Do you have a great idea? Open a issue in [GitHub feature request](https://github.com/palcarazm/bootstrap5-toggle/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=%5BFEATURE%5D)
275
- - :computer: ¿Do you know how to fix a bug? Open a pull request in [GitHub pull repuest](https://github.com/palcarazm/bootstrap5-toggle/compare).
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).
276
281
 
277
282
  [![GitHub Contributors](https://contrib.rocks/image?repo=palcarazm/bootstrap5-toggle)](https://github.com/palcarazm/bootstrap5-toggle/graphs/contributors)
278
283
 
@@ -3,11 +3,16 @@
3
3
  [![Bootstrap 5](https://img.shields.io/static/v1?label=bootstrap&message=%5E5.0.0&color=informational&logo=bootstrap&logoColor=white)](https://getbootstrap.com/docs/5.0)
4
4
  [![JSDelivr Badge](https://img.shields.io/jsdelivr/npm/hm/bootstrap5-toggle?label=hits&logo=jsdelivr&logoColor=white)](https://www.jsdelivr.com/package/npm/bootstrap5-toggle)
5
5
  [![NPM Badge](https://img.shields.io/npm/dm/bootstrap5-toggle?logo=npm)](https://www.npmjs.com/package/bootstrap5-toggle)
6
- [![Coverage Status](https://coveralls.io/repos/github/palcarazm/bootstrap5-toggle/badge.svg?branch=v5)](https://coveralls.io/github/palcarazm/bootstrap5-toggle?branch=v5)
7
- [![Security](https://img.shields.io/badge/snyk-security%20analyse-informational?logo=snyk)](https://snyk.io/advisor/npm-package/bootstrap5-toggle)
8
6
  [![EOL](https://img.shields.io/endpoint?url=https%3A%2F%2Fpalcarazm.github.io%2Fbootstrap5-toggle%2Fapi%2Feol%2Fv5)](https://github.com/palcarazm/bootstrap5-toggle/security/policy)
9
7
  [![Funding](https://img.shields.io/badge/sponsor-30363D?style=flat&logo=GitHub-Sponsors&logoColor=#white)](https://github.com/sponsors/palcarazm)
10
8
 
9
+ [![Coverage Status](https://img.shields.io/coverallsCoverage/github/palcarazm/bootstrap5-toggle?branch=v5&logo=coveralls)](https://coveralls.io/github/palcarazm/bootstrap5-toggle?branch=v5)
10
+ [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=palcarazm_bootstrap5-toggle&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=palcarazm_bootstrap5-toggle)
11
+ [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=palcarazm_bootstrap5-toggle&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=palcarazm_bootstrap5-toggle)
12
+ [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=palcarazm_bootstrap5-toggle&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=palcarazm_bootstrap5-toggle)
13
+ [![Security](https://img.shields.io/badge/security-monitored-informational?logo=snyk)](https://snyk.io/advisor/npm-package/bootstrap5-toggle)
14
+
15
+
11
16
  # Bootstrap 5 Toggle
12
17
 
13
18
  **Bootstrap 5 Toggle** is a bootstrap plugin/widget that converts checkboxes into toggles.
@@ -271,10 +276,10 @@ This also means that using the API or Input to trigger events will work both way
271
276
 
272
277
  # Collaborators welcom!
273
278
 
274
- - :sos: ¿Do you need some help? Open a issue in [GitHub help wanted](https://github.com/palcarazm/bootstrap5-toggle/issues/new?assignees=&labels=help+wanted&template=help-wanted.md&title=%5BHELP%5D)
275
- - :bug: ¿Do you find a bug? Open a issue in [GitHub bug report](https://github.com/palcarazm/bootstrap5-toggle/issues/new?assignees=&labels=bug&template=bug_report.md&title=%5BBUG%5D)
276
- - :bulb: ¿Do you have a great idea? Open a issue in [GitHub feature request](https://github.com/palcarazm/bootstrap5-toggle/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=%5BFEATURE%5D)
277
- - :computer: ¿Do you know how to fix a bug? Open a pull request in [GitHub pull repuest](https://github.com/palcarazm/bootstrap5-toggle/compare).
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).
278
283
 
279
284
  [![GitHub Contributors](https://contrib.rocks/image?repo=palcarazm/bootstrap5-toggle)](https://github.com/palcarazm/bootstrap5-toggle/graphs/contributors)
280
285
 
@@ -1,5 +1,5 @@
1
1
  /* Copyright Notice
2
- * bootstrap5-toggle v5.2.0-rc2
2
+ * bootstrap5-toggle v5.2.0
3
3
  * https://palcarazm.github.io/bootstrap5-toggle/
4
4
  * @author 2011-2014 Min Hur (https://github.com/minhur)
5
5
  * @author 2018-2019 Brent Ely (https://github.com/gitbrent)
@@ -1,5 +1,5 @@
1
1
  /* Copyright Notice
2
- * bootstrap5-toggle v5.2.0-rc2
2
+ * bootstrap5-toggle v5.2.0
3
3
  * https://palcarazm.github.io/bootstrap5-toggle/
4
4
  * @author 2011-2014 Min Hur (https://github.com/minhur)
5
5
  * @author 2018-2019 Brent Ely (https://github.com/gitbrent)