Skip to content

Releases: nfrasser/linkifyjs

v2.1.4

05 Jan 22:51
Compare
Choose a tag to compare
  • Add explicit support for mailto: addresses (#186)
  • Add support for mentions containing dots (#185)
  • URL followed by   now works as expected in linkify-html (#184)
  • Small dependency updates (#183)
  • Drop deprecated babel-preset-es2015-loose dependency (#172) - Thanks @saivann
  • Web workers support (#168) - Thanks @sklyukin

v2.1.3

30 Sep 19:02
Compare
Choose a tag to compare
  • Links in angle brackets (#166) - Thanks @dbkr!

v2.1.2

27 Sep 23:00
Compare
Choose a tag to compare
  • Single quotes should be treated as punctuation (#165)

v2.1.1

21 Sep 23:48
Compare
Choose a tag to compare
  • Detect additional whitespace characters (#163)

v2.1.0

02 Sep 02:13
Compare
Choose a tag to compare

BREAKING CHANGES

  • The dist/jquery.linkify.js 1.x legacy browser files have been permanently
    removed from the release bundle.
    • Use linkify.js and linkify-jquery.js instead.
  • The deprecated newLine option from linkify 1.x has been completely removed.

Features

Deprecations

  • The linkAttributes option is deprecated in favour of just attributes.
  • The linkClass option is deprecated in favour of className.
  • The default .linkified class is deprecated and will be fully removed
    in a future release.

To maintain compatibility with versions >= 2.1, make sure options objects
include these properties instead of linkAttributes and linkClass

All Changes

  • Build optimizations to make compiled AMD payload smaller
  • Bugfix in quick-es3 task
  • Make better use of ES6 modules and rollup
  • Tickets plugin (#156)
  • Additional Mentions features, enhancements, and tests (#155)
  • Mentions plugin (#111)
  • Revamped options utility (#154)
  • Linkify React Interface (#150)
  • Development upgrades (#153)

v2.0.5

17 Jul 02:56
Compare
Choose a tag to compare
  • Correct trailing symbol parsing (#149)
  • Linkify element fixes (#148)

v2.0.4

02 Jul 03:12
Compare
Choose a tag to compare
  • Optimize class code to reduce file size (#147).
  • Update test and dev dependencies
  • Allow uglify to mangle properties, except for the specified ones (#146)
  • Updated tlds.js (#121)

v2.0.3

21 May 21:08
Compare
Choose a tag to compare
  • Fixing element interface invalid DOM node error (#141)

v2.0.1

16 May 03:07
Compare
Choose a tag to compare
  • Updated build system and development dependencies
  • IE8 Support
  • Internal API updates

v2.0.0

18 Apr 01:36
Compare
Choose a tag to compare
  • Ignore tags option (#125)
  • Anything that begins with a protocol is recognized as a string (#127)