Skip to content

Releases: fxedel/toggle-icon

3.0.0

19 Feb 21:07
Compare
Choose a tag to compare
  • Migrated to Polymer 3.x module syntax
  • Published on npm as polymer-toggle-icon

See PR #20.

2.0.0

19 Jan 11:44
Compare
Choose a tag to compare
  • Migrated to Polymer 2.x class syntax
  • Improve usage of checked and listeners

See PR #11. Thanks to @Stefdv!

Note: Formerly released as 1.3.0, these backwards-incompatible changes were moved to 2.0.0.

1.4.0

19 Jan 11:43
2edb3b3
Compare
Choose a tag to compare

Reverted non-backward-compatible changes in 1.3.0, now it's back to 1.2.1.

1.2.1

08 Oct 20:39
Compare
Choose a tag to compare
  • Fixed #9 both paper-icon-buttons visible Chrome

1.2.0

07 Oct 20:19
Compare
Choose a tag to compare
  • Added --toggle-icon-buttons mixin
  • Use newer dependency versions
  • Demo in README.md
  • Refactored demo/index.html
  • MIT License

1.1.2

27 Jun 15:29
Compare
Choose a tag to compare

Fixed #7

1.1.1

25 Jun 17:48
Compare
Choose a tag to compare

Fixed #6

1.1.0

13 Jun 21:14
Compare
Choose a tag to compare

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 = ...

1.0.3

10 Feb 20:30
Compare
Choose a tag to compare

Fixed icon size in demo (the --iron-icon-width custom property applied on paper-icon-buttons doesn't work anymore).

1.0.2

10 Feb 16:34
Compare
Choose a tag to compare

Merged pull request #2 "Bug correction and code factorisation".