- Update
body1
tobodyText2
- Forgot to bump README version
- Update to
linkify
v2.1.0
- Add
SelectableLinkify
, for selectable linkified text - Add all props for RichText
- Update to
linkify
v2.0.0 - Change
humanize
tooptions
forlinkify
- Change
linkTypes
tolinkifiers
forlinkify
- Split to
linkify
package.- This might break if you were using the internal
linkify
method.
- 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
LinkableElement
to theonOpen
callback:- Accessing the URL can be done by using
link.url
. - You can check using
is
if it is aLinkElement
orEmailElement
for custom handling.
- Accessing the URL can be done by using
- Added
linkTypes
option to enable/disable parsing URLs/emails. - More line break fixes (should be the last! #9).
- Fix
humanize
option on multi-link text (not being passed down).
- Add
humanize
option 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.