Skip to content

5.0.2

Latest
Compare
Choose a tag to compare
@danielsaidi danielsaidi released this 18 Dec 22:57

This patch updates LinkText to work with Swift 6, after a post 5.0 Swift concurrency change made it stop compiling.

However, since the complexity of the old LinkText implementation couldn't be ported to strict concurrency, the new implementation has breaking changes, and uses plain Markdown for its rendering, which reduces the capability of the component.

As a positive side-effect of this change, LinkText can now be used on all platforms.

✨ Features

  • LinkText can now be used on all platforms.
  • View+Conditionals has a new searchable(if:...) variant.

💡 Behavior changes

  • TextFieldClearButton now performs some actions as MainActor.

🚨 Breaking Changes

  • LinkText has been reimplemented in Markdown, and has fewer capabilities than before.