Skip to content

Releases: mikepenz/multiplatform-markdown-renderer

v0.31.0-b03

02 Feb 14:26
7a247ad
Compare
Choose a tag to compare
v0.31.0-b03 Pre-release
Pre-release

🚀 Features

  • Refactor to use withLink introduced in Compose 1.7 for links in the annotated string

🐛 Fixes

  • Fix import not failing in local build

💬 Other

  • Include convention plugin from version-catalog

Contributors:

v0.31.0-b02

01 Feb 17:28
e892c04
Compare
Choose a tag to compare
v0.31.0-b02 Pre-release
Pre-release

🚀 Features

  • Hover icon on linked text
  • Expose table row and header to offer more configuration flexibility on tables

🐛 Fixes

  • Fix inline link might navigate wrong link

💬 Other

  • Update sample app icon

v0.31.0-b01

25 Jan 10:05
95caf13
Compare
Choose a tag to compare
v0.31.0-b01 Pre-release
Pre-release

🐛 Fixes

  • Add more configuration options for list paddings

💬 Other

  • Update dependencies

v0.30.0

01 Feb 17:23
fe32d3b
Compare
Choose a tag to compare

Important

This release starts to use JVM 17 as target

🐛 Fixes

  • Fix spacings for nested lists | Simplify logic
  • Fix publishing

💬 Other

  • Rework project to use convention plugin
  • Modify build to use published version catalog and convention plugin

v0.30.0-b02

02 Jan 17:51
1d871eb
Compare
Choose a tag to compare
v0.30.0-b02 Pre-release
Pre-release

Important

This release starts to use JVM 17 as target

💬 Other

  • Modify build to use published version catalog and convention plugin

v0.30.0-b01

02 Jan 13:45
6e90f66
Compare
Choose a tag to compare
v0.30.0-b01 Pre-release
Pre-release

Important

This release starts to use JVM 17 as target

🐛 Fixes

  • Fix spacings for nested lists | Simplify logic
  • Fix publishing

💬 Other

  • Rework project to use convention plugin

v0.29.0

31 Dec 11:59
3fca430
Compare
Choose a tag to compare

Note

This release requires at least Kotlin 2.1.x or higher
See: #278 (comment)

💬 Other

  • Upgrade to Kotlin 2.x | Compose Multiplatform 1.7.3
  • Add Table to sample

v0.28.0

31 Dec 11:28
db49977
Compare
Choose a tag to compare

🚀 Features

  • Update to compose multiplatform 1.7.1 | Coil 3.0.3 | highlights 1.0.0
  • Upgrade Gradle 8.11.1 | Coil 3.0.4
  • Introduce new API to build annotated markdown strings to be used in standard Text composables
  • Replace API to disable animation for MarkdownText
  • Add support for simple tables

🐛 Fixes

  • Revert dependencies due to IR issues

💬 Other

  • Adjust visibility of some helper methods
  • Add Dependabot for GitHub Actions
  • Bump mikepenz/action-junit-report from 4 to 5
  • Bump gradle/actions from 3 to 4
  • Bump actions/configure-pages from 4 to 5
  • Upgrade to Dokka 2 | Coroutines 1.10.1 | Ktor 3.0.3 ...
  • Include dependencies in changelog

v0.28.0-rc01

29 Dec 14:46
f137a52
Compare
Choose a tag to compare
v0.28.0-rc01 Pre-release
Pre-release

🚀 Features

  • Upgrade Gradle 8.11.1 | Coil 3.0.4
  • Introduce new API to build annotated markdown strings to be used in standard Text composables
  • Replace API to disable animation for MarkdownText

🐛 Fixes

  • Revert dependencies due to IR issues

💬 Other

  • Add Dependabot for GitHub Actions
  • Bump mikepenz/action-junit-report from 4 to 5
  • Bump gradle/actions from 3 to 4
  • Bump actions/configure-pages from 4 to 5
  • Upgrade to Dokka 2 | Coroutines 1.10.1 | Ktor 3.0.3 ...
  • Include dependencies in changelog

v0.28.0-b01

15 Nov 08:32
fc3bb05
Compare
Choose a tag to compare
v0.28.0-b01 Pre-release
Pre-release

🚀 Features

  • Update to compose multiplatform 1.7.1 | coil 3.0.3 | highlights 1.0.0

💬 Other

  • Adjust visibility of some helper methods