0.1.0
This is the first beta release of RichTextKit. 🚀
The release includes the following.
✨ Foundational Types
RichTextView
is a replacement forUITextView
andNSTextView
.RichTextEditor
is a SwiftUI view that embeds aRichTextView
.RichTextContext
is used to inspect and interact with aRichTextEditor
.RichTextCoordinator
is used by aRichTextEditor
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
- Sharing
- Styles
- Views