Skip to content

0.1.0

Compare
Choose a tag to compare
@danielsaidi danielsaidi released this 06 Jun 00:48
· 596 commits to main since this release

This is the first beta release of RichTextKit. 🚀

The release includes the following.

✨ Foundational Types

  • RichTextView is a replacement for UITextView and NSTextView.
  • RichTextEditor is a SwiftUI view that embeds a RichTextView.
  • RichTextContext is used to inspect and interact with a RichTextEditor.
  • RichTextCoordinator is used by a RichTextEditor to keep the text view and context in sync.

✨ Feature support

RichTextKit adds extensive support for a bunch of rich text features:

  • Alignment
  • Attributes
  • Colors
  • Data
  • Export
  • Fonts
  • Images
  • Pasteboard extensions
  • Pdf
  • Sharing
  • Styles
  • Views