Skip to content

1.0.0

Compare
Choose a tag to compare
@joshswan joshswan released this 28 Feb 08:52
· 99 commits to master since this release
1.0.0
400350b

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), and index (the index of the match). The url/link is no longer supplied!