0.6.1
This version is a hot fix that fixes some performance issues in 0.6.
✨ Features
-
Thanks to @jamesbradleym, RichTextKit now supports text indentation.
-
Image
has newrichTextIndentDecrease
andrichTextIndentIncrease
actions. -
NSTextAttachment
has a newattachedImage
property. -
RichTextAction
has newincreaseIndent
anddecreaseIndent
actions. -
RichTextActionButtonGroup
is a new view that groups multiple action buttons together. -
RichTextAttributeWriter
now supports affecting the entire text by default. -
RichTextButtonGroup
is a new view that groups multiple buttons together. -
RichTextColorWriter
now supports affecting the entire text by default. -
RichTextContext
has newcanDecreaseIndent
andcanIncreaseIndent
properties. -
RichTextContext
has newdecreaseIndent()
andincreaseIndent()
functions. -
RichTextContext
has newresetAttributedString()
andsetAttributedString()
functions. -
RichTextFontWriter
now supports affecting the entire text by default. -
RichTextFormatSheet
now groups related buttons and also adds indent buttons. -
RichTextIndent
is a new enum for handling text indent changes. -
RichTextIndentPicker
is a new enum for picking a text indent. -
RichTextIndentReader
is a new type for managing text indents. -
RichTextIndentWriter
is a new type for managing text indents. -
RichTextKeyboardToolbar
now supports modofying the format sheet before presenting it. -
RichTextStyleToggleGroup
is a new view that groups multiple toggles together. -
RichTextStyleWriter
now supports affecting the entire text by default.
💡 Adjustments
- Thanks to @msrutek-paylocity, some typos are fixed and some tests cleaned up.
🐛 Bug Fixes
- This version fixes a bug where setting up an editor with a text that had image attachments, didn't resize the images until the user typed in the text editor.
💥 Breaking Changes
RichTextKeyboardToolbar
height
andspacing
has been moved toRichTextKeyboardToolbarStyle
.