All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added
componentDidUpdate
to fix update on props change #6 (GustavoDinizMonteiro) - Added missing methods to typescript defs #11 (evark)
- Replaced inner
label
tags withspan
for accessibility - Updated demo to bootstrap 4.4.1
- Added new typescript defs (
bootstrap-switch-button-react.d.ts
)
- Fixed dependencies in
package.json
- New demo/api page (test folder) and a new height-test page
- New project homepage/docs (
gh-pages
) - Added changelog
- Fixed issue with component height not matching bootstrap components
- Added "keywords" and "bugs" to
package.json
- Fix for touch event bug
- 2 bug fixes
- onChange breaking bug fix
- Compiled from src to lib now as commonjs