Releases: joshswan/react-native-autolink
Releases · joshswan/react-native-autolink
1.1.1
Bug Fixes:
PropTypes
now comes fromprop-types
package instead ofReact
- @rayronvictor
1.1.0
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!
0.9.0
0.8.0
New Features:
- Link Instagram usernames (e.g. @username). The
twitter
prop has been deprecated in favor of the newmention
prop that takes values of"instagram"
or"twitter"
(orfalse
to disable) and links any @username occurrences to the specified service. - Fall back to the web version of Instagram/Twitter when users don't have the appropriate app installed. Enabled by default on Android, but testing app schemes requires
LSApplicationQueriesSchemes
inInfo.plst
so is disabled by default on iOS. Use thewebFallback
prop to enable.