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.
- Issue when using with IE11 solved.
- Fixed badges and required version in README.md and heading levels in CHANGELOG.md.
- New CONTRIBUTING file to simplify collaboration.
- Workaround for checkbox buttons when using latest bootstrap (not alpha): Remove attribute
"aria-pressed"and classactivemanually to deactivate a checkbox button. - Workaround for radio and checkbox buttons when using latest bootstrap (not alpha): Add attribute
"aria-pressed"and classactivemanually to activate a radio and checkbox button.
- Added new Event
twbsToggleButtons:activateto get new activated button after the toggle/cklick.
- Fixed avoid "aria-pressed" set to false on multiple clicks on an radio button (e.stopPropagation).
- Allow bubbling through the DOM on click event by returning
trueinstead offalse. - Workaround for radio buttons: Remove attribute
"aria-pressed"and classactivemanually to deactivate a radio button.
- First version