Changelog
v2.1.0
dist/jquery.linkify.js
1.x legacy browser files have been permanently
removed from the release bundle.
linkify.js
and linkify-jquery.js
instead.newLine
option from linkify 1.x has been completely removed.
nl2br
option instead.linkAttributes
option is deprecated in favour of just attributes
.linkClass
option is deprecated in favour of className
..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
Changelog
v2.0.4
Changelog
v2.0.1
Changelog
v2.0.0
var linkify = require('linkifyjs');
require('linkifyjs/plugins/hashtag')(linkify);