Skip to content

Releases: AnthonyNahas/ngx-linkifyjs

Release 1.4.0

30 Nov 20:30
Compare
Choose a tag to compare

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)

v1.3.0

10 Jan 20:59
Compare
Choose a tag to compare

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)

v1.2.2

26 Nov 21:30
Compare
Choose a tag to compare

Bug Fixes

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

v1.2.1

25 Nov 23:13
Compare
Choose a tag to compare

Bug Fixes

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

v1.2.0

21 Nov 15:35
Compare
Choose a tag to compare

Features

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

v1.1.0

19 Oct 11:04
Compare
Choose a tag to compare

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)

v1.0.0

25 Jul 12:07
Compare
Choose a tag to compare

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)