Skip to content

1.1.0

Compare
Choose a tag to compare
@danielsaidi danielsaidi released this 08 Oct 22:30
· 1 commit to main since this release

This release makes RichTextKit use Swift 6.

This will involve a few breaking changes, but they are so minor that they (hopefully) didn't warrant a major version bump.

Reach out if you think that this version changes too much for a minor bump, or if you see any Swift 6 changes you don't agree with.

✨ Features

  • RichTextAction has a new deleteSelectedText action.
  • RichTextAction has a new deleteText(at:) action.
  • RichTextAction has a new replaceSelectedText(with:) action.
  • RichTextAction has a new replaceText(at:with:) action.
  • RichTextView has a new deleteText(at:) function.
  • RichTextView.Configuration has a new isScrollBarsVisible property for macOS.

💡 Adjustments

  • Many protocols now use @preconcurrency @MainActor.
  • All mutable Image and Color extensions are now computed.
  • All standard style and configuration values are now computed.

🐛 Bug Fixes

  • RichTextView only sets image configuration if it's not manually set before.