v2.1.0
BREAKING CHANGES
- The
dist/jquery.linkify.js1.x legacy browser files have been permanently
removed from the release bundle.- Use
linkify.jsandlinkify-jquery.jsinstead.
- Use
- The deprecated
newLineoption from linkify 1.x has been completely removed.- Use the
nl2broption 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
linkAttributesoption is deprecated in favour of justattributes. - The
linkClassoption is deprecated in favour ofclassName. - The default
.linkifiedclass 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)