Skip to content

Releases: Tsmith18256/ng-inline-href

Version 2.0.4

18 Jun 19:35
Compare
Choose a tag to compare

Further builds on the fixes in 2.0.3 to get the @Input() decorator working correctly in production.

Version 2.0.3

06 Jun 05:39
Compare
Choose a tag to compare

The typings declaration file has been added to the repo. I was originally just using a typings file generated with tsc --declaration inline-href.ts, but the generated file didn't include the decorator. Adding the decorator to the definitions file fixes an issue with building to production in Angular 4.

Version 2.0.2

23 Apr 19:33
Compare
Choose a tag to compare

The directive has been fully updated to support Angular 4! If you are still using Angular 2, use ng2-inline-href; otherwise, the package has now been renamed to ng-inline-href.

Version 1.0.0

22 Dec 08:28
Compare
Choose a tag to compare

This is the first official release of the directive. It is pretty basic, for now, as it is basically just copied from one of my personal projects. If there is any interest in this directive, however, further versions could easily bring improvements.