Skip to content

1.2.0

Compare
Choose a tag to compare
@joshswan joshswan released this 22 Nov 07:41
· 84 commits to master since this release
1.2.0
c989a3d

New Stuff:

  • url prop has been updated to allow schemeMatches, wwwMatches and tldMatches options. Simply pass an object to enable/disable each of these options. For example: <Autolink text="github.com" url={{ tldMatches: false }} /> will not produce any links since tldMatches is disabled. - @trybeee