Releases: nfrasser/linkifyjs
Releases · nfrasser/linkifyjs
v2.1.4
- 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
v2.1.2
v2.1.1
v2.1.0
BREAKING CHANGES
- The
dist/jquery.linkify.js
1.x legacy browser files have been permanently
removed from the release bundle.- Use
linkify.js
andlinkify-jquery.js
instead.
- Use
- The deprecated
newLine
option from linkify 1.x has been completely removed.- Use the
nl2br
option instead.
- Use the
Features
- New React.js interface
- @mention plugin
- GitHub-style ticket/issue reference plugin
- Improved option definitions
- Options that take functions with value and type arguments can now be
specified as objects, where each key is the target link type.
- Options that take functions with value and type arguments can now be
Deprecations
- The
linkAttributes
option is deprecated in favour of justattributes
. - The
linkClass
option is deprecated in favour ofclassName
. - 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)