CHANGELOG
April 19, 2017 ยท View on GitHub
0.5.2 (2017-04-19)
- Update
bootstrap-switchto~3.3.4 - Fix
jqueryimport in tests - Fix
npmdependencies - Fix
READMEheadings
0.5.1 (2016-06-04)
- Make
switch-changetrigger when model changes - Use
ng-changefor triggers only on view changes - Test
ng-changeandswitch-changebehaviors
0.5.0 (2016-03-10)
- Use
ngAnnotateinstead ofngMin - Update dev dependencies
- Add
switch-changeattribute - Improve digest cycle
- Use
nullfor indeterminate state - Update to Angular 1.5.0
BREAKING CHANGES:
- Applications relying on
undefinedas the only indeterminate state may break if they considernulla falsy value.nullis now an indeterminate value.
0.4.1 (2015-06-15)
- Update to
angular1.4.0 - Add test support for IE
- Enable indeterminate state
- Enable generic true value (not just strings)
0.4.0 (2015-04-13)
- Alpha to stable with no changes
0.4.0-alpha.2 (2015-04-01)
- Add new parameters
switch-inverseswitch-readonly
- Fix for radio switches
- Handle models using getterSetter option
'use strict'to module-level only- Update to
angular1.3.15
0.4.0-alpha.1 (2014-11-21)
- Update to
bootstrap-switch3.2.2 - Update to
angular1.3.3 - Add new parameters
switch-label-widthswitch-handle-width
- Multiple bug fixes
- Code optimization improvements
0.3.0 (2014-06-27)
- Update to
bootstrap-switch3.0.2 - Update to
angular1.2.18 - Support for
jquery> 1.9.0 - Promotion to stable
0.3.0-alpha.2 (2014-03-30)
- Update to
bootstrap-switch3.0.0 stable - Update to
angular1.2.15 - bsSwitch: add
switch-wrapperproperty
0.3.0-alpha.1 (2014-02-22)
Breaking changes
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-textinstead ofswitch-on-label - Use
switch-off-textinstead ofswitch-off-label
- Use
-
Handle color:
- Use
switch-on-colorinstead ofswitch-on - Use
switch-off-colorinstead ofswitch-off
- Use
-
When setting
switch-icon,bootstrap-switch~2used to inject an<i>tag with a predefinediconclass, while it now injects a<span>tag without any additional classes other than the ones you specify.
Other changes
- Update to
angular1.2.13 - Update to
bootstrap-switch#3.0.0 - Update to
jquery2.1.0
0.2.1 (2013-12-31)
- Update to
angular1.2.6 - Update to
bootstrap-switch2.0.0 - bsSwitch: fix for
typeenforcing - bsSwitchSpec: fix tests
- Add
CHANGELOG.md
0.2.0 (2013-12-16)
- Improve build process
- bsSwitchSpec: fix stop test-travis
- bsSwitch: fix
$apply already in progress, default active state - Update to
angular1.2.5 - Update to
bootstrap-switch1.9.0 - Add example page
- Add contribution guidelines
- bsSwitchSpec: Add test file (24 tests)
- bsSwitch: fix class size (thanks to @bardusco)
2.0.0 (2013-09-24)
- Update to
angular1.2.0-rc.1 - Update to
developbranch ofbootstrap-switch - bsSwitch: handle undefined
ngModel
0.1.0 (2013-08-12)
- First release