Changelog
v4.1.3
&
symbol double-encoding in linkify-htmlChangelog
v4.1.1
Changelog
v4.1.0
Changelog
v4.0.1
Changelog
v4.0.0
linkifyjs/string
, linkifyjs/html
, linkifyjs/plugins/*
packages. Use linkify-string
, linkify-html
and linkify-plugin-*
instead.mailto:
now have type url
instead of email
linkify-plugin-ip
plugin for detecting IPv4 and IPv6 addresseslinkify-plugin-keyword
plugin for detecting arbitrary keywordslinkify.find()
function accepts an options
argument for output formattingrender
option to override link renderingoptionalSlashSlash
argument for registerCustomProtocol
to allow links that don't require //
after scheme:
toFormattedString(options)
, toFormattedHref(options)
and toFormattedObject(options)
that accept a linkify.Options
objectlinkify-react
: New as
property (alias for tagName
)truncate
)linkify-html
: Improved HTML entity parsing