Marky Mark v10.1.0 Release Notes
Release Date: 2020-10-12 // almost 4 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 inAppDelegate
Notes
- ๐ Since this release is only beneficial for SPM users, there's currently no CocoaPods version of this code (yet).
- In order for URL handling to keep working (in some cases),