0.9.7
Thanks to @ropellanda, RichTextKit now supports Vision OS.
Thanks to @screenworker, RichTextEditor now has a config
that can disable scrolling.
✨ Features
Image
has a new rich text-specific image builders.RichTextEditor
has a newconfig
value parameter that can disable scrolling.RichTextView
has a newconfiguration
property that can disable scrolling.
🗑️ Deprecations
RichTextAction
static properties have been deprecated in favor of their corresponding functions.RichTextReader
.richTextRange
has been renamed to.richTextFullRange
.
🐛 Bug Fixes
RichTextAction
corrects some icons and localized strings.RichTextAttributeReader
now userange
correctly insetRichTextSuperscriptLevel
.RichTextCoordinator
now sets correctunderline
color instead offoreground
color.
💥 Breaking Changes
RichTextAttributeReader/Writer
functions now require a range.