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 CHANGED
@@ -3,12 +3,15 @@
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
- [![Build](https://img.shields.io/github/actions/workflow/status/palcarazm/bootstrap5-toggle/build.yml?branch=v5&logo=npm)](https://github.com/palcarazm/bootstrap5-toggle/actions?query=workflow%3A%22Build+Check%22)
7
- [![Test](https://img.shields.io/github/actions/workflow/status/palcarazm/bootstrap5-toggle/cypress.yml?branch=v5&label=tests&logo=cypress)](https://github.com/palcarazm/bootstrap5-toggle/actions?query=workflow%3A%22Cypress+Tests%22)
8
- [![Security](https://img.shields.io/snyk/vulnerabilities/npm/bootstrap5-toggle@5.2.0-rc1?logo=snyk)](https://snyk.io/advisor/npm-package/bootstrap5-toggle)
9
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)
10
7
  [![Funding](https://img.shields.io/badge/sponsor-30363D?style=flat&logo=GitHub-Sponsors&logoColor=#white)](https://github.com/sponsors/palcarazm)
11
- [![Rate this package](https://badges.openbase.com/js/rating/bootstrap5-toggle.svg?token=rNvznTVToo+EmX5g+KTvfYqI9+YTWJeUWTxPj7tLA6o=)](https://openbase.com/js/bootstrap5-toggle?utm_source=embedded&utm_medium=badge&utm_campaign=rating-badge&utm_term=js/bootstrap5-toggle)
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
+
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-rc1/css/bootstrap5-toggle.min.css"
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-rc1/js/bootstrap5-toggle.ecmas.min.js"></script>
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-rc1/css/bootstrap5-toggle.min.css"
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-rc1/js/bootstrap5-toggle.jquery.min.js"></script>
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
  [![NPM Badge](https://img.shields.io/npm/dm/bootstrap5-toggle?logo=npm)](https://www.npmjs.com/package/bootstrap5-toggle)
103
97
 
104
98
  ```ksh
105
- npm install bootstrap5-toggle@5.2.0-rc1
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-rc1
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: ¿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)
284
- - :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)
285
- - :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)
286
- - :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).
287
281
 
288
282
  [![GitHub Contributors](https://contrib.rocks/image?repo=palcarazm/bootstrap5-toggle)](https://github.com/palcarazm/bootstrap5-toggle/graphs/contributors)
289
283
 
@@ -3,12 +3,15 @@
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
- [![Build](https://img.shields.io/github/actions/workflow/status/palcarazm/bootstrap5-toggle/build.yml?branch=v5&logo=npm)](https://github.com/palcarazm/bootstrap5-toggle/actions?query=workflow%3A%22Build+Check%22)
7
- [![Test](https://img.shields.io/github/actions/workflow/status/palcarazm/bootstrap5-toggle/cypress.yml?branch=v5&label=tests&logo=cypress)](https://github.com/palcarazm/bootstrap5-toggle/actions?query=workflow%3A%22Cypress+Tests%22)
8
- [![Security](https://img.shields.io/snyk/vulnerabilities/npm/bootstrap5-toggle@#version#?logo=snyk)](https://snyk.io/advisor/npm-package/bootstrap5-toggle)
9
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)
10
7
  [![Funding](https://img.shields.io/badge/sponsor-30363D?style=flat&logo=GitHub-Sponsors&logoColor=#white)](https://github.com/sponsors/palcarazm)
11
- [![Rate this package](https://badges.openbase.com/js/rating/bootstrap5-toggle.svg?token=rNvznTVToo+EmX5g+KTvfYqI9+YTWJeUWTxPj7tLA6o=)](https://openbase.com/js/bootstrap5-toggle?utm_source=embedded&utm_medium=badge&utm_campaign=rating-badge&utm_term=js/bootstrap5-toggle)
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
+
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: ¿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)
286
- - :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)
287
- - :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)
288
- - :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).
289
283
 
290
284
  [![GitHub Contributors](https://contrib.rocks/image?repo=palcarazm/bootstrap5-toggle)](https://github.com/palcarazm/bootstrap5-toggle/graphs/contributors)
291
285
 
@@ -1,5 +1,5 @@
1
1
  /* Copyright Notice
2
- * bootstrap5-toggle v5.2.0-rc1
2
+ * bootstrap5-toggle v5.2.0-rc3
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-rc1
2
+ * bootstrap5-toggle v5.2.0-rc3
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)