Skip to content

Releases: mikepenz/multiplatform-markdown-renderer

v0.13.0-a01

13 Jan 11:51
2a82dbf
Compare
Choose a tag to compare
v0.13.0-a01 Pre-release
Pre-release

🚀 Features

  • Extract Material dependency from core module | Offer m2 and m3 based modules

💬 Other

  • Simplify CI setup

v0.12.0

13 Jan 10:58
349981c
Compare
Choose a tag to compare

🚀 Features

  • Introduce MarkdownDimens with new configurations | Introduce DividerColor setting | Offer additional Padding configurations
  • Introduce support for nested MarkdownBlockQuotes

v0.11.0

12 Jan 10:42
431eea7
Compare
Choose a tag to compare

🚀 Features

  • Default components public | Forward modifier in MarkdownParagraph | Forward ColumnScope to MarkdownComponents
  • Update dependencies | Markdown 0.6.1
  • Add support for HORIZONTAL_RULE (Divider)

💬 Other

  • Expand documentation to explain custom components

v0.10.0

01 Dec 11:00
b2afeab
Compare
Choose a tag to compare

🚀 Features

  • Added support for processing setext headers
  • Update Dependencies | Kotlin 1.9.21 | markdown 0.6.0
  • Improve BulletHandler | Support unconventional ordered lists

🐛 Fixes

  • Fix Ordered List numbers not being color correct in dark mode
    • PR: #88
    • Thanks for the fix @CarlosEsco
  • Handle labeled links correctly when they are in the same markdown text block
    • PR: #90
    • Thanks for the fix @CarlosEsco
  • Fix missing publication for ios64 & iosArm64
  • Protect against crash due to illegal link opening

v0.9.0

04 Nov 11:30
b2940a6
Compare
Choose a tag to compare

🚀 Features

  • Upgrade to compose 1.5.4 | compose-mp 1.5.10 | Kotlin 1.9.20 | Markdown 0.5.2
  • Add background for inline code blocks
  • Add ability to color links
  • Add ability to use links in headers
  • Allow to use custom components
    • PR: #84
    • Thanks @pbit for the awesome contribution

v0.8.0

01 Sep 13:25
5ac949d
Compare
Choose a tag to compare

🚀 Features

  • Image handling improvements
  • Introduce additional configuration options for images
  • Compose 1.5 | Kotlin 1.9 upgrade

v0.7.2

30 Aug 09:34
b68be35
Compare
Choose a tag to compare

🚀 Features

  • Support for IOS simulator target

v0.7.1

15 Aug 10:45
2d0bc03
Compare
Choose a tag to compare

🚀 Features

  • Compose 1.5.0-beta02

🐛 Fixes

  • Fix regression, of configurable text and code colors
    • PR: #64
    • Thanks @CarlosEsco
  • Protect against IllegalOutOfBoundsException for illegal code blocks

v0.7.0

05 Aug 16:15
c077b5a
Compare
Choose a tag to compare

🚀 Features

  • Dependency upgrades | Kotlin 1.7.0 | Compose 1.2.1
  • Major dependency upgrades

Fix

  • NoSuchMethodError thrown using newer GFM versions

v0.6.1

22 Jun 15:50
7d39471
Compare
Choose a tag to compare

🚀 Features

  • Dependency updates 2022.06.22
  • Only attach detectTapGestures if needed