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)