Marky Mark v10.1.0 Release Notes

Release Date: 2020-10-12 // over 3 years ago
  • โž• Added feature on MarkdownTextView to add custom LayoutBlockBuilders.

    i.e.

    markdownTextView.addViewLayoutBlockBuilder(MyCustomLayoutBlockBuilder())
    
    markdownTextView.addAttributedStringLayoutBlockBuilder(MyCustomLayoutBlockBuilder())
    

Previous changes from v10.0.0

  • Resolves

    ๐Ÿ’ฅ Breaking changes

    • In order for URL handling to keep working (in some cases), func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey: Any] = [:]) -> Bool has to be implemented in AppDelegate

    Notes

    • ๐Ÿš€ Since this release is only beneficial for SPM users, there's currently no CocoaPods version of this code (yet).