Skip to content

1.1.0

Compare
Choose a tag to compare
@fxedel fxedel released this 13 Jun 21:14

Changelog:

  • Use checked instead of active
    • Also renamed --toggle-icon-active to --toggle-icon-checked, iconActive to iconChecked, iconSrcActive to iconSrcChecked
    • Removed PaperInkyFocusBehavior since it isn't needed anymore without active atribute
    • Backwards compatibility: Old properties/mixins/etc. still work
  • 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 of style.transform = ...