bootstrap5-toggle 4.3.5 → 4.3.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/CHANGELOG.md +15 -5
- package/README.md +26 -21
- package/css/bootstrap5-toggle.css +1 -1
- package/css/bootstrap5-toggle.min.css +1 -1
- package/js/bootstrap5-toggle.ecmas.js +410 -334
- package/js/bootstrap5-toggle.ecmas.min.js +2 -2
- package/js/bootstrap5-toggle.ecmas.min.js.map +1 -1
- package/js/bootstrap5-toggle.js +365 -315
- package/js/bootstrap5-toggle.min.js +2 -2
- package/js/bootstrap5-toggle.min.js.map +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## Unreleased
|
|
9
9
|
|
|
10
|
+
### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.6...v4)
|
|
11
|
+
|
|
12
|
+
## [4.3.6](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.6) 2022-12-19
|
|
13
|
+
|
|
14
|
+
### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.5...v4.3.6)
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
|
|
18
|
+
- fix: Remove attribute for if there is no ID Fixes #80 (co-authored-by [@DarkNami](https://github.com/DarkNami))
|
|
19
|
+
|
|
20
|
+
### Bump
|
|
21
|
+
|
|
22
|
+
- bump: Bump cypress from 11.2.0 to 12.1.0
|
|
23
|
+
- bump: Bump jquery from 3.6.1 to 3.6.2
|
|
24
|
+
|
|
10
25
|
## [4.3.5](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.5) 2022-11-23
|
|
11
26
|
|
|
12
27
|
### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.4...v4.3.5)
|
|
@@ -197,8 +212,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
197
212
|
### Removed
|
|
198
213
|
|
|
199
214
|
- Old Bootstrap 2 files
|
|
200
|
-
|
|
201
|
-
[unreleased]: https://github.com/gitbrent/bootstrap4-toggle/compare/v1.9.0...HEAD
|
|
202
|
-
[3.2.0]: https://github.com/gitbrent/bootstrap4-toggle/compare/v3.1.0...v3.2.0
|
|
203
|
-
[3.1.0]: https://github.com/gitbrent/bootstrap4-toggle/compare/v3.0.0...v3.1.0
|
|
204
|
-
[3.0.0]: https://github.com/gitbrent/bootstrap4-toggle/compare/v2.2.2...v3.0.0
|
package/README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
[](https://github.com/palcarazm/bootstrap5-toggle/blob/master/LICENSE)
|
|
2
|
-
[](https://github.com/palcarazm/bootstrap5-toggle/blob/master/LICENSE)
|
|
2
|
+
[](https://github.com/palcarazm/bootstrap5-toggle/releases)
|
|
3
|
+
[](https://getbootstrap.com/docs/5.0)
|
|
4
|
+
[](https://www.jsdelivr.com/package/npm/bootstrap5-toggle)
|
|
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
|
+
[](https://github.com/palcarazm/bootstrap5-toggle/security/policy)
|
|
8
10
|
[](https://github.com/sponsors/palcarazm)
|
|
9
11
|
[](https://openbase.com/js/bootstrap5-toggle?utm_source=embedded&utm_medium=badge&utm_campaign=rating-badge&utm_term=js/bootstrap5-toggle)
|
|
10
12
|
|
|
@@ -16,10 +18,10 @@
|
|
|
16
18
|
|
|
17
19
|
#### Library Distributions
|
|
18
20
|
|
|
19
|
-
| Branch
|
|
20
|
-
|
|
|
21
|
-
| [bootstrap5-toggle](https://github.com/palcarazm/bootstrap5-toggle)
|
|
22
|
-
| [bootstrap5-toggle v3
|
|
21
|
+
| Branch | Bootstrap Support | Last Release |
|
|
22
|
+
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
23
|
+
| [bootstrap5-toggle v4](https://github.com/palcarazm/bootstrap5-toggle/tree/v4) | [](https://getbootstrap.com/docs/5.0) | [](https://github.com/palcarazm/bootstrap5-toggle/releases) |
|
|
24
|
+
| [bootstrap5-toggle v3](https://github.com/palcarazm/bootstrap5-toggle/tree/v3) | [](https://getbootstrap.com/docs/4.0) | [](https://github.com/palcarazm/bootstrap5-toggle/releases) |
|
|
23
25
|
|
|
24
26
|
# Demos
|
|
25
27
|
|
|
@@ -27,7 +29,7 @@
|
|
|
27
29
|
|
|
28
30
|

|
|
29
31
|
|
|
30
|
-
# Related Bootstrap
|
|
32
|
+
# Related Bootstrap Plugins
|
|
31
33
|
|
|
32
34
|
<div align="center">
|
|
33
35
|
<a href="https://github.com/palcarazm/bs-darkmode" title="Boostrap Darkmode"
|
|
@@ -44,6 +46,9 @@
|
|
|
44
46
|
|
|
45
47
|
**Table of Contents** _generated with [DocToc](https://github.com/thlorenz/doctoc)_
|
|
46
48
|
|
|
49
|
+
- [Bootstrap 5 Toggle](#bootstrap-5-toggle) - [Library Distributions](#library-distributions)
|
|
50
|
+
- [Demos](#demos)
|
|
51
|
+
- [Related Bootstrap Plugins](#related-bootstrap-plugins)
|
|
47
52
|
- [Installation](#installation)
|
|
48
53
|
- [CDN](#cdn)
|
|
49
54
|
- [jQuery Interface](#jquery-interface)
|
|
@@ -71,42 +76,42 @@
|
|
|
71
76
|
|
|
72
77
|
## CDN
|
|
73
78
|
|
|
74
|
-
[](https://www.jsdelivr.com/package/npm/bootstrap5-toggle)
|
|
75
80
|
|
|
76
81
|
### jQuery Interface
|
|
77
82
|
|
|
78
83
|
```html
|
|
79
84
|
<link
|
|
80
|
-
href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@4.3.
|
|
85
|
+
href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@4.3.6/css/bootstrap5-toggle.min.css"
|
|
81
86
|
rel="stylesheet" />
|
|
82
|
-
<script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@4.3.
|
|
87
|
+
<script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@4.3.6/js/bootstrap5-toggle.min.js"></script>
|
|
83
88
|
```
|
|
84
89
|
|
|
85
90
|
### ECMAS Interface
|
|
86
91
|
|
|
87
92
|
```html
|
|
88
93
|
<link
|
|
89
|
-
href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@4.3.
|
|
94
|
+
href="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@4.3.6/css/bootstrap5-toggle.min.css"
|
|
90
95
|
rel="stylesheet" />
|
|
91
|
-
<script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@4.3.
|
|
96
|
+
<script src="https://cdn.jsdelivr.net/npm/bootstrap5-toggle@4.3.6/js/bootstrap5-toggle.ecmas.min.js"></script>
|
|
92
97
|
```
|
|
93
98
|
|
|
94
99
|
## Download
|
|
95
100
|
|
|
96
|
-
[](https://github.com/palcarazm/bootstrap5-toggle/releases)
|
|
97
102
|
|
|
98
103
|
## NPM
|
|
99
104
|
|
|
100
|
-
[](https://www.npmjs.com/package/bootstrap5-toggle)
|
|
101
106
|
|
|
102
107
|
```ksh
|
|
103
|
-
npm install bootstrap5-toggle@4.3.
|
|
108
|
+
npm install bootstrap5-toggle@4.3.6
|
|
104
109
|
```
|
|
105
110
|
|
|
106
111
|
## Yarn
|
|
107
112
|
|
|
108
113
|
```ksh
|
|
109
|
-
yarn add bootstrap5-toggle@4.3.
|
|
114
|
+
yarn add bootstrap5-toggle@4.3.6
|
|
110
115
|
```
|
|
111
116
|
|
|
112
117
|
# Usage
|