Skip to content

Commit d3979d0

Browse files
committed
- update MIGRATION note
1 parent 0290ec7 commit d3979d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

MIGRATION.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ Markdown(
5454
- As a result the component spec now needs to handle depth.
5555
See [Source](https://github.com/keta1/multiplatform-markdown-renderer/blob/develop/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/compose/components/MarkdownComponents.kt#L201-L208)
5656
for details.
57+
- **Breaking Change**: The `MarkdownListItems` component now takes 2 optional lambdas
58+
- These lambdas offer the ability to provide custom `Modifier`s for the marker and the list
59+
content.
60+
- This can be helpful for example to adjust the baseline.
61+
See: https://github.com/mikepenz/multiplatform-markdown-renderer/issues/329
5762

5863
- **Behavior Change**: To account for the behavior change introduced in v0.32.0 on EOL handling a
5964
new API was introduced to bring back prior behavior

0 commit comments

Comments
 (0)