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

Version 1.8

Compare
Choose a tag to compare
@dzenbot dzenbot released this 15 Dec 21:55
· 311 commits to master since this release
Features & Enhancements:
  • Added Markdown Formatting ⚡️📝, a useful and simple way to allow your users to auto-complete any markdown formatting from within the text input. 1 small step to make writing markdown quicker.
  • The shake gesture now presents an UIAlertController for iOS 8 and above. Still supports the old and good UIAlertView for legacy versions.
Hot Fixes:
  • Fixed some content inset non-sense
  • Scrolling to top now really scrolls to top. Not down. Oopsie.
  • Scrolling down when the keyboard gets presented is also working now. Yay 🎉 !
  • The placeholder font now matches the textView font, for real this time.
  • Avoids reloading the text view when there is no key for cache. Thanks @susieyy!
  • Removed annoying iOS 8 warnings.