Under the hood
No documentation found
Text rendering can now customize or suppress the link target for auto-detected URLs via a linkHref function
What
The component that automatically turns URLs found in text into clickable links now accepts an optional linkHref function. When provided, each detected URL is passed through this function to decide its actual link destination, and if the function returns nothing (undefined), that particular match is not turned into a link at all.
Why
This lets code using the text renderer redirect, rewrite, or selectively disable auto-linking of URLs, rather than always linking to the exact raw URL text that was detected.
Names in the bundlelinkHref