Skip to content

Releases: mikepenz/multiplatform-markdown-renderer

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

v0.27.0

01 Nov 18:49
ba99571
Compare
Choose a tag to compare

🚀 Features

  • Introduce syntax highlighting support
  • Upgrade Dependencies | Compose 1.7.0
  • Upgrade dependencies | Compose 1.7.1 / 1.7.0-beta02 | Highlights 0.9.2
  • Make links in text stylable via the MarkdownTypography class
  • Making use of EntityConverter to unescape text of leaf nodes
  • Upgrade to Compose-MP 1.7.0-rc01
  • Add new ability to configure PlaceholderConfig to disable animation via the ImageTransformer
  • Upgrade Compose-jb to 1.7.0 | Kotli 2.0.21 | Coil 3.0.0-rc02 | Ktor 3.0.1

🐛 Fixes

  • Fix CI setup for -code module
  • Fix TextStyle not applied to code in annotated strings
  • fix getUnescapedText error

💬 Other

  • Add example of custom component
  • Update sample app minSDK
  • [CI] New maven central publishing portal