Skip to content

Commit a872e24

Browse files
committed
- [release] v0.42.0
1 parent cc70239 commit a872e24

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

MIGRATION.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
- **Dependency Upgrade**: Android `compileSdk` / `targetSdk` 36 → 37
77
- **Dependency Upgrade**: JetBrains `markdown` 0.7.3 → 0.7.5
88
- **Dependency Upgrade**: Ktor 3.4.2 → 3.5.0 (affects the coil2 / coil3 network image integrations)
9+
- **Dependency Upgrade**: Compose Multiplatform 1.11.0 → 1.11.1 (androidx Compose 1.11.1 → 1.11.3)
10+
- **Behavior Change**: Default M2/M3 `inlineCode` typography no longer pins a font size
11+
(`fontSize = TextUnit.Unspecified`); inline code now inherits the surrounding text size.
912
- **New Feature**: `StreamingMarkdownState` — append-only streaming markdown, purpose-built for LLM
1013
token streams (incremental output without re-parsing the whole document on every emission).
1114
- `rememberStreamingMarkdownState(immediate, flavour, referenceLinkHandler)` to create state.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maven stuff
22
GROUP=com.mikepenz
3-
VERSION_NAME=0.42.0-b02
3+
VERSION_NAME=0.42.0
44
VERSION_CODE=4200
55
#
66
POM_URL=https://github.com/mikepenz/multiplatform-markdown-renderer

0 commit comments

Comments
 (0)