Releases: knownasilya/ember-toggle
Releases · knownasilya/ember-toggle
v9.0.2
v9.0.0
No more suggestions
v3.0.0
BREAKING CHANGES:
- initial render suggestion has been removed
onError
action has also been removed since it was only used for the initial suggestion
Enhancements:
- Added
excludeBaseStyles
config to prevent the base styles from being imported - Update to Ember 2.11, npm only
Fix Deprecation
Style Fixes
v2.0.1
Fixes
- Fix
class
attribute not being honored, i.e.{{x-toggle class='...'}}
. - Fix styles for all themes and sizes
Refactored API
v2.0.0 Refactored API, see the readme.
Rename on/off label attributes
v1.0.0
Fixes #39.
Breaking Changes
on
is nowonLabel
(defaultOn
config is nowdefaultOnLabel
)off
is nowoffLabel
(defaultOff
config is nowdefaultOffLabel
)
Non-PODS export
Try to address #33
Differentiate toggles by `name`
v0.6.0 Convert to new CP syntax
Revert v1
The v1 API changes accidentally were released as v0.5.9 and v0.5.10. This reverts those changes and cherry picks the fixes.