Detalhes do pacote

ngx-linkifyjs-v2

ethan-gerardot2.8kMIT20.0.0

Angular wrapper for linkifyjs - library for finding links in plain text and converting them to HTML <a> tags via linkifyjs

ngx, angular, library, linkifyjs

readme (leia-me)

NgxLinkifyjs

This library was generated with Angular CLI version 14.

Code scaffolding

Run ng generate component component-name --project ngx-linkifyjs-v2 to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ngx-linkifyjs-v2.

Note: Don't forget to add --project ngx-linkifyjs-v2 or else it will be added to the default project in your angular.json file.

Build

Run ng build ngx-linkifyjs-v2 to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build ngx-linkifyjs-v2, go to the dist folder cd dist/ngx-linkifyjs-v2 and run npm publish.

Running unit tests

Run ng test ngx-linkifyjs-v2 to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

changelog (log de mudanças)

1.4.0 (2019-11-30)

Bug Fixes

  • demo: improved the library integration of the demo app (51b38b9)
  • demo: updated angular and other dependencies (7bf5b7c)
  • package: changed the output of the client app and added deps related to ssr (c95b8eb)
  • package: updated angular (67c3369)
  • package: updated dev dependencies (6de1e74)
  • project: added new app from scratch (d47df32)
  • project: error in angular.json file fixed (f152b5d)
  • project: improved the library integration of the demo app (a799de3)
  • project: integration of angular cli ghpages (e273739)
  • project: integration of prerender (9516c54)
  • project: integration of prerender (ff9f87e)
  • project: integration of prerender (6119d86)
  • project: integration of prerender (01baef1)
  • project: integration of prerender (d417c0b)
  • project: integration of ssr (09c9543)
  • project: integration of the library (6524c3e)
  • project: minor (e85a577)
  • project: preparing to v2 (9df1d02)
  • project: removed unwanted files and integration of the angular project (9570198)
  • project: update interface (a8d2964)
  • project: updated the demo app (0c78247)

Features

  • package: added schematics support (2cab789)

1.3.0 (2019-01-10)

Bug Fixes

  • demo: upgraded angular to v7.2.0 (d5806cb)
  • package: changed the type of value as argument to string in NgxLinkifyjsPipe (2baea51)
  • package: removed unused import statement in NgxLinkifyjsPipe (29f0437)
  • package: removed unwanted logs (b442f03)
  • package: upgraded angular to v7.2.0 (7e6bbf3)

Features

  • package: ability to pass an option object to linkifyjs #44 (8d46fe6)
  • package: added NgxLinkifyOptions interface (53ea407)

1.2.2 (2018-11-26)

Bug Fixes

  • package: removed static access in the module's initialization (1ea56dc)

1.2.1 (2018-11-25)

Bug Fixes

  • package: removed static config and added config token for DI (4372e3c)

1.2.0 (2018-11-21)

Features

  • package: ability to enable/disable hashtag and mentions links #22 (2df2cf9)

1.1.0 (2018-10-19)

Bug Fixes

  • package: added tsickle's module to support angular v7 (990df8c)

Features

  • demo: upgraded the demo app to v7 (d021f28)
  • project: supporting angular v7 (00da028)

1.0.0 (2018-07-25)

Features

  • package: added find function to NgxLinkifyjsService (8c666ea)
  • package: added Link interface (72377a2)
  • package: added linkify method to the service (52e8f7d)
  • package: added linkify pipe (98f4b7d)
  • package: added test function to the service (2e49ea2)
  • package: added mention to the LinkType enum + specs (aeb43af)
  • package: added new enum LinkType -> email (6307d9c)
  • package: added new enum LinkType -> url and hashtag as options (292462b)
  • package: added the hashtag and mention plugins from linkifyjs (5b2f91e)