- Update
bootstrap-switch
to~3.3.4
- Fix
jquery
import in tests - Fix
npm
dependencies - Fix
README
headings
- Make
switch-change
trigger when model changes - Use
ng-change
for triggers only on view changes - Test
ng-change
andswitch-change
behaviors
- Use
ngAnnotate
instead ofngMin
- Update dev dependencies
- Add
switch-change
attribute - Improve digest cycle
- Use
null
for indeterminate state - Update to Angular 1.5.0
BREAKING CHANGES:
- Applications relying on
undefined
as the only indeterminate state may break if they considernull
a falsy value.null
is now an indeterminate value.
- Update to
angular
1.4.0 - Add test support for IE
- Enable indeterminate state
- Enable generic true value (not just strings)
- Alpha to stable with no changes
- Add new parameters
switch-inverse
switch-readonly
- Fix for radio switches
- Handle models using getterSetter option
'use strict'
to module-level only- Update to
angular
1.3.15
- 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