- Update to
bootstrap-switch
3.2.2 - Update to
angular
1.3.3 - Add new parameters
switch-label-width
switch-handle-width
- Multiple bug fixes
- Code optimization improvements
- Update to
bootstrap-switch
3.0.2 - Update to
angular
1.2.18 - Support for
jquery
> 1.9.0 - Promotion to stable
- Update to
bootstrap-switch
3.0.0 stable - Update to
angular
1.2.15 - bsSwitch: add
switch-wrapper
property
This is an alpha release based on the HEAD
of the bootstrap-switch
3.0
branch. Therefore, specifications
have slightly changed in order to reflect the original API. Use in production environment is discouraged, since the API
may change unexpectedly.
-
Handle text:
- Use
switch-on-text
instead ofswitch-on-label
- Use
switch-off-text
instead ofswitch-off-label
- Use
-
Handle color:
- Use
switch-on-color
instead ofswitch-on
- Use
switch-off-color
instead ofswitch-off
- Use
-
When setting
switch-icon
,bootstrap-switch~2
used to inject an<i>
tag with a predefinedicon
class, while it now injects a<span>
tag without any additional classes other than the ones you specify.
- Update to
angular
1.2.13 - Update to
bootstrap-switch#3.0.0
- Update to
jquery
2.1.0
- Update to
angular
1.2.6 - Update to
bootstrap-switch
2.0.0 - bsSwitch: fix for
type
enforcing - bsSwitchSpec: fix tests
- Add
CHANGELOG.md
- Improve build process
- bsSwitchSpec: fix stop test-travis
- bsSwitch: fix
$apply already in progress
, default active state - Update to
angular
1.2.5 - Update to
bootstrap-switch
1.9.0 - Add example page
- Add contribution guidelines
- bsSwitchSpec: Add test file (24 tests)
- bsSwitch: fix class size (thanks to @bardusco)
- Update to
angular
1.2.0-rc.1 - Update to
develop
branch ofbootstrap-switch
- bsSwitch: handle undefined
ngModel
- First release