Skip to content

0.9.7

Compare
Choose a tag to compare
@danielsaidi danielsaidi released this 16 Jan 22:53
· 225 commits to main since this release

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 new config value parameter that can disable scrolling.
  • RichTextView has a new configuration 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 use range correctly in setRichTextSuperscriptLevel.
  • RichTextCoordinator now sets correct underline color instead of foreground color.

💥 Breaking Changes

  • RichTextAttributeReader/Writer functions now require a range.