Hypercontext / linkifyjs

JavaScript plugin for finding links in plain-text and converting them to HTML <a> tags.
https://linkify.js.org
MIT License
1.83k stars 182 forks source link

[BUG] attributes function receive modified/formatted href #452

Closed ryaa closed 10 months ago

ryaa commented 1 year ago

This https://github.com/Hypercontext/linkifyjs/issues/433 does not seem to be fixed in v4.1.1

nfrasser commented 10 months ago

@ryaa, I cannot reproduce this, can you share a code snippet that shows this bug?

ryaa commented 10 months ago

I'm sorry, the problem has been fixed. I have just upgraded linkify-string to the latest version and it was still using old version of the linkifyjs peer dependency. When I explicitly installed the latest version linkifyjs, the problem is gone.

nfrasser commented 10 months ago

@ryaa thanks for the update!