Skip to content

Releases: Cocoanetics/DTRichTextEditor

Version 1.6.2

07 Jul 11:43
Compare
Choose a tag to compare
  • FIXED: Removed unnecessary test that would prevent redrawing for "empty" contents
  • FIXED: Tapping on editor would cause incorrect scrolling on long documents if the editor was not first reponder
  • CHANGED: Updated DTCoreText to 1.6.3

Version 1.6.1

07 Jul 11:43
Compare
Choose a tag to compare
  • FIXED: Pasted plain text missing typing attributes
  • ADDED: DTProcessCustomHTMLAttributes in Demo App parsing options
  • CHANGED: Processing of Custom HTML Attributes is now optional and defaults to off.
  • CHANGED: Updated DTCoreText to 1.6.1

Version 1.6.0

07 Jul 11:44
Compare
Choose a tag to compare
  • FIXED: Multi-stage text input had issues with input delegate messaging
  • ADDED: Support for custom HTML attributes
  • ADDED: Delegate method for finer control over pasted content.
  • ADDED: More formatting options in Demo app
  • CHANGED: Updated DTCoreText to 1.6.0

Version 1.5.1

07 Jul 11:44
Compare
Choose a tag to compare
  • FIXED: Crash on hitting enter key on empty list item right after parsing
  • FIXED: Scroll Indicator inset incorrectly
  • FIXED: Changing typing attributes inside a list would not be preserved on Enter key
  • FIXED: Pasting an image attribute now uses registered DTTextAttachment subclass for IMG tag
  • ADDED: Support for Define context menu option to show dictionary
  • CHANGED: Updated DTCoreText to 1.5.3

Version 1.5.0

07 Jul 11:44
Compare
Choose a tag to compare
  • ADDED: Implemented Support for Ordered and Unordered Lists, editable 1 level
  • CHANGED: Improved handling of nested lists
  • ADDED: Method to set text color for range
  • ADDED: Method to set strikethrough style for range
  • ADDED: HTMLStringWithOptions methods
  • ADDED: Ability to animate between input views (custom keyboards)
  • FIXED: style information would not obey custom CSS stylesheet in textDefaults
  • CHANGED: editing delegate now uses editorView:shouldChangeTextInRange:replacementText: for image pasting
  • ADDED: [DEMO] Formatting View Controller, shown as popover on iPad and input view on iPhone

Version 1.4.1

07 Jul 11:45
Compare
Choose a tag to compare
  • FIXED: Editor delegate set an out of bounds range when deleting backwards with a selection which starts from position 0.
  • UPDATED: DTCoreText to 1.4.3
  • FIXED: Synthesizing italics for fonts that don't have italic face. e.g. American Typewriter

Version 1.4.0

07 Jul 11:45
Compare
Choose a tag to compare
  • ADDED: A delegation protocol that gives it feature parity with UITextView.
  • FIXED: override typing attributes (like setting bold with no selection) would be reset on a new line
  • FIXED: Autocorrection was broken due to removal of input delegate notification
  • FIXED: Some problems with Undo
  • FIXED: In some circumstances Editor view would scroll horizontally
  • FIXED: Apps using multiple instances of Editor would have Undo problems
  • UPDATED: DTCoreText to 1.4