1.1.0
Changelog:
- Use
checked
instead ofactive
- Also renamed
--toggle-icon-active
to--toggle-icon-checked
,iconActive
toiconChecked
,iconSrcActive
toiconSrcChecked
- Removed
PaperInkyFocusBehavior
since it isn't needed anymore withoutactive
atribute - Backwards compatibility: Old properties/mixins/etc. still work
- Also renamed
- Added listener for checked change
- Sets CSS transforms
- Improved CSS transforms
- Removed unnecessary property
_transform
=> simply call function when needed - Use polymer
transform(...)
function instead ofstyle.transform = ...
- Removed unnecessary property