Releases: Tsmith18256/ng-inline-href
Version 2.0.4
Further builds on the fixes in 2.0.3 to get the @Input()
decorator working correctly in production.
Version 2.0.3
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
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
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.