Releases: nfrasser/linkifyjs
Releases · nfrasser/linkifyjs
v2.0.0-beta.7
- Fix for nested tags in linkify-html (#96)
v2.0.0-beta.6
- New linkify-html interface (#84)
- Mostly correct parsing for links containing or wrapped in brackets (#93)
v2.0.0-beta.5
- Workaround for Chrome
toLowerCase
issue. Fixes #87
v2.0.0-beta.4
- Parentheses and other symbols are now included as part of the
URL. Fixes #52
- Allow numbers as domains and subdomains. Fixes #71
- Colons are no longer allowed in an email address's local part.
Fixes #73
- Updated CI script, docs style/spelling fixes
v2.0.0-beta.3
v2.0.0-beta.3
- [Breaks previous beta] Options that take only the link type now take the
href
as well ( #69 )
- Updated linkify-element implementation that is faster and less destructive - No longer rebuilds entire DOM for each element linkify is called on.
Fixes #62, #69
v2.0.0-alpha.2
Fixes HTML parsing bugs caused by a recent change (related to trimming text nodes).