Skip to content

v4.1.0

Compare
Choose a tag to compare
@noties noties released this 06 Aug 15:32
· 269 commits to master since this release
3fe514a
  • Add Markwon.TextSetter interface to be able to use PrecomputedText/PrecomputedTextCompat
  • Add PrecomputedTextSetterCompat and compileOnly dependency on androidx.core:core
    (clients must have this dependency in the classpath)
  • Add requirePlugin(Class) and getPlugins for Markwon instance
  • TablePlugin -> defer table invalidation (via View.post), so only one invalidation
    happens with each draw-call
  • AsyncDrawableSpan -> defer invalidation