Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Version 1.9.1

Compare
Choose a tag to compare
@dzenbot dzenbot released this 23 Mar 00:37
· 210 commits to master since this release
Features & Enhancements:
  • Renamed public autoCompleteFormatting to formattingEnabled.
  • Doesn't opt-out anymore from the built-in menu menu items Define, Replace and Share.
  • Made the collectionView's default background color to white.
  • The auto-completion view is now presented above of the table/collection view avoiding to push it up/down every time. Much better UX!
  • Stored all key commands in a instance variable, to avoid recreating the array at every character update.
Hot Fixes:
  • Fixed library from not compiling on iOS 8.
  • Fixed the right button from stretching when animating the constrains. This was broken since iOS 9.
  • Improved UITabBar support by considering hidesBottomBarWhenPushed too.
  • Fixed crash when double tapping the space bar while the textView was empty.
  • Fixed issue causing not to forward all UITextViewDelegate callbacks.