Skip to content

Commit 5bae2f8

Browse files
committed
updated for v1.1.0
1 parent b2f0294 commit 5bae2f8

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

CHANGELOG.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

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
1111

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)
1313

1414
### Added
1515

1616
- Added accessibility properties to labels ([aproquot](https://github.com/aproquot))
17+
- Added silent option and example ([gitbrent](https://github.com/gitbrent))
1718

1819
### Changed
1920

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))
2424

2525
## [1.0.0](https://github.com/gitbrent/bootstrap-switch-button/tree/v1.0.0) 2019-03-05
2626

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ Project
2424

2525
## CDN
2626
```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>
2929
```
3030

3131
## Download
3232
[Latest GitHub Release](https://github.com/gitbrent/bootstrap-switch-button/releases/latest)
3333

3434
## NPM
3535
```ksh
36-
npm install bootstrap-switch-button
36+
npm i bootstrap-switch-button -- save
3737
```
3838

3939
## Yarn

demo/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ <h2>Installation</h2>
111111
<hr>
112112

113113
<h3 class="text-secondary mt-4">CDN</h3>
114-
<code class="highlight">&lt;link href="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap-switch-button@1.0.0/css/bootstrap-switch-button.min.css" rel="stylesheet"&gt;
115-
&lt;script src="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap-switch-button@1.0.0/js/bootstrap-switch-button.min.js"&gt;&lt;/script&gt;</code>
114+
<code class="highlight">&lt;link href="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap-switch-button@1.1.0/css/bootstrap-switch-button.min.css" rel="stylesheet"&gt;
115+
&lt;script src="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap-switch-button@1.1.0/js/bootstrap-switch-button.min.js"&gt;&lt;/script&gt;</code>
116116

117117
<h3 class="text-secondary mt-4">Download</h3>
118118
<a href="https://github.com/gitbrent/bootstrap-switch-button/releases/latest">GitHub Latest release</a>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-switch-button",
3-
"version": "1.1.0-beta",
3+
"version": "1.1.0",
44
"author": {
55
"name": "Brent Ely",
66
"url": "https://github.com/gitbrent/"

0 commit comments

Comments
 (0)