Skip to content

Commit 79700de

Browse files
committed
updated for 1.2.0
1 parent 40bac57 commit 79700de

File tree

7 files changed

+23
-47
lines changed

7 files changed

+23
-47
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [1.2.0] - 2019-12-05
88
### Added
9+
- Added `componentDidUpdate` to fix update on props change [\#6](https://github.com/gitbrent/bootstrap-switch-button-react/pull/6) ([GustavoDinizMonteiro](https://github.com/GustavoDinizMonteiro))
910
- Added missing methods to typescript defs [\#11](https://github.com/gitbrent/bootstrap-switch-button-react/issue/11) ([evark](https://github.com/evark))
1011
### Changed
1112
- Replaced inner `label` tags with `span` for accessibility

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Project
2828
# Installation
2929
NPM
3030
```bash
31-
npm i bootstrap-switch-button-react --save-dev
31+
npm i bootstrap-switch-button-react --save
3232
```
3333
Yarn
3434
```bash

docs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/public/build/main.45221a7f731e67082c77.js renamed to docs/public/build/main.a00b9e7acba955556554.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,5 +265,5 @@ <h4 class="font-weight-light"> Author <a href="https://github.com/gitbrent" targ
265265
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-typescript.min.js"></script>
266266
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-bash.min.js"></script>
267267
<!-- ^^^ scripts ^^^ -->
268-
<script type="text/javascript" src="build/main.45221a7f731e67082c77.js"></script></body>
268+
<script type="text/javascript" src="build/main.a00b9e7acba955556554.js"></script></body>
269269
</html>

lib/bootstrap-switch-button-react.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 14 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)