Skip to content

FinniversKit 145.1.0

Compare
Choose a tag to compare
@pbodsk pbodsk released this 30 Aug 07:53
· 23 commits to master since this release

Adds support for anchor tags in HTMLText.

That means that something like this:

HTMLText("Here is a text with <a href=\"https://example.com\">a link</a>")

Will be rendered as text and the a link part will be underlined and act as a link that will open the browser with https://example.com.

Full Changelog: 145.0.1...145.1.0