Migration 2.x.x -> 3.x.x

WARNING

This is documentation for legacy versions. For the most current version click here.

  • strikethrough moved to standalone module
  • tables moved to standalone module
  • core functionality of AsyncDrawableLoader moved to core module
    • Handling of GIF and SVG media moved to standalone modules (gif and svg respectively)
    • OkHttpClient to download images moved to standalone module
  • HTML no longer implicitly added to core functionality, it must be specified explicitly (as an artifact)
  • removed markwon-view module
  • changed Maven artifacts group to ru.noties.markwon
  • removed errorDrawable in AsyncDrawableLoader in favor of a drawable provider
  • added placeholder for AsyncDrawableProvider
Last Updated: 8/6/2019, 7:27:20 PM