1.0.0
New Stuff:
- Refactored code with improved linting
webFallback
support has been fixed [#16]
Breaking:
- Custom link rendering functions passed via the
renderLink
prop are now only passed three props:text
(the matched text),match
(the Autolinker match object), andindex
(the index of the match). The url/link is no longer supplied!