File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
- ## [ 1.1.0] ( https://github.com/gitbrent/bootstrap4-toggle /tree/v1.1.0 ) 2020-02-16
10
+ ## [ 1.1.0] ( https://github.com/gitbrent/bootstrap-switch-button /tree/v1.1.0 ) 2020-02-16
11
11
12
- ### [ Full Changelog] ( https://github.com/gitbrent/bootstrap4-toggle /compare/v1.0.0...v1.1.0 )
12
+ ### [ Full Changelog] ( https://github.com/gitbrent/bootstrap-switch-button /compare/v1.0.0...v1.1.0 )
13
13
14
14
### Added
15
15
16
16
- Added accessibility properties to labels ([ aproquot] ( https://github.com/aproquot ) )
17
+ - Added silent option and example ([ gitbrent] ( https://github.com/gitbrent ) )
17
18
18
19
### Changed
19
20
20
- - Issue #6
21
- - Pull #8
22
- - Issue #10
23
- - TODO: Add silent option to docs
21
+ - Fixed change event not firing [ \# 6] ( https://github.com/gitbrent/bootstrap-switch-button/issue/6 ) ([ kushal-g] ( https://github.com/kushal-g ) )
22
+ - Fixed events and module export [ \# 8] ( https://github.com/gitbrent/bootstrap-switch-button/pull/8 ) ([ walidbagh] ( https://github.com/walidbagh ) )
23
+ - Fixed "switchButton not defined" export issue [ \# 10] ( https://github.com/gitbrent/bootstrap-switch-button/issue/10 ) ([ smenzer] ( https://github.com/smenzer ) )
24
24
25
25
## [ 1.0.0] ( https://github.com/gitbrent/bootstrap-switch-button/tree/v1.0.0 ) 2019-03-05
26
26
Original file line number Diff line number Diff line change @@ -24,16 +24,16 @@ Project
24
24
25
25
## CDN
26
26
``` html
27
- <link href =" https://cdn.jsdelivr.net/gh/gitbrent/bootstrap-switch-button@1.0 .0/css/bootstrap-switch-button.min.css" rel =" stylesheet" >
28
- <script src =" https://cdn.jsdelivr.net/gh/gitbrent/bootstrap-switch-button@1.0 .0/js/bootstrap-switch-button.min.js" ></script >
27
+ <link href =" https://cdn.jsdelivr.net/gh/gitbrent/bootstrap-switch-button@1.1 .0/css/bootstrap-switch-button.min.css" rel =" stylesheet" >
28
+ <script src =" https://cdn.jsdelivr.net/gh/gitbrent/bootstrap-switch-button@1.1 .0/js/bootstrap-switch-button.min.js" ></script >
29
29
```
30
30
31
31
## Download
32
32
[ Latest GitHub Release] ( https://github.com/gitbrent/bootstrap-switch-button/releases/latest )
33
33
34
34
## NPM
35
35
``` ksh
36
- npm install bootstrap-switch-button
36
+ npm i bootstrap-switch-button -- save
37
37
```
38
38
39
39
## Yarn
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ <h2>Installation</h2>
111
111
< hr >
112
112
113
113
< h3 class ="text-secondary mt-4 "> CDN</ h3 >
114
- < code class ="highlight "> <link href="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap-switch-button@1.0 .0/css/bootstrap-switch-button.min.css" rel="stylesheet">
115
- <script src="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap-switch-button@1.0 .0/js/bootstrap-switch-button.min.js"></script></ code >
114
+ < code class ="highlight "> <link href="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap-switch-button@1.1 .0/css/bootstrap-switch-button.min.css" rel="stylesheet">
115
+ <script src="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap-switch-button@1.1 .0/js/bootstrap-switch-button.min.js"></script></ code >
116
116
117
117
< h3 class ="text-secondary mt-4 "> Download</ h3 >
118
118
< a href ="https://github.com/gitbrent/bootstrap-switch-button/releases/latest "> GitHub Latest release</ a >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bootstrap-switch-button" ,
3
- "version" : " 1.1.0-beta " ,
3
+ "version" : " 1.1.0" ,
4
4
"author" : {
5
5
"name" : " Brent Ely" ,
6
6
"url" : " https://github.com/gitbrent/"
You can’t perform that action at this time.
0 commit comments