- Add
SelectableLinkify, for selectable linkified text - Add all props for RichText
- Update to
linkifyv2.0.0. - Change
humanizetooptionsforlinkify - Change
linkTypestolinkifiersforlinkify
- Split to
linkifypackage.- This might break if you were using the internal
linkifymethod.
- This might break if you were using the internal
- Add text alignment (#11).
- Add email address linking (thanks PieterAelse! #8).
- Breaking: Change API to pass a
LinkableElementto theonOpencallback:- Accessing the URL can be done by using
link.url. - You can check using
isif it is aLinkElementorEmailElementfor custom handling.
- Accessing the URL can be done by using
- Added
linkTypesoption to enable/disable parsing URLs/emails. - More line break fixes (should be the last! #9).
- Fix
humanizeoption on multi-link text (not being passed down).
- Add
humanizeoption to remove protocol.
- Fix bug with newlines (#1)
- Fix another bug with whitespace (#1)
- Fix bug with whitespace (#1)
- Add more documentation.
- Update description.
- Initial release.