Skip to content

Releases: pinterweb/aurelia-fontawesome

1.0.0-beta.0-1

06 Nov 20:35
Compare
Choose a tag to compare

Beta.0 had an npm tag of beta and not latest. As a result i felt the package would not have been downloaded as frequently in order to receive any feedback so I unpublished it from npm and publish Beta.1 with the latest tag. Beta.1 was used as a tag to give this enough time in the wild. In hindsight it may have been better to tag this as a release candidate

Features

  • config: Add prefix to plugin configuration (5962a75), closes #18
  • plugin: Add visitor plugin configuration (6d37399), closes #21 #11 #18

v0.2.2

17 Mar 15:46
Compare
Choose a tag to compare

0.2.2 (2019-03-17)

Bug Fixes

  • customElement: Use bind instead of attached to stop duplicate rendering (4d00e45), closes #16

v0.2.1

14 Mar 13:30
Compare
Choose a tag to compare

0.2.1 (2019-03-14)

Bug Fixes

  • customElement: Remove id and extra template tag (#13) (2dfdd39), closes #12

v0.2.0

11 Mar 01:48
Compare
Choose a tag to compare

0.2.0 (2019-03-11)

Features

  • customElement: Add bindable property change event handlers (#8) (e58c372), closes #5
  • customElement: Add stack support (6a80a11)