Releases: mikepenz/multiplatform-markdown-renderer
Releases · mikepenz/multiplatform-markdown-renderer
v0.38.1
v0.38.0
Caution
This release removes some APIs and configurations which were deprecated in prior releases.
🚀 Features
- Feat: Add top bar with language label and copy button for code blocks
- PR: #449
- Upgrade dependencies | Compose 1.9.4 / Multiplatform 1.9.2 | Kotlin 2.2.21
- PR: #461
- Introduce
retainStatefor markdown parsing- PR: #462
💬 Other
- Code cleanup: remove deprecated code and unnecessary suppressions
- PR: #440
- Bump gradle/actions from 4 to 5
- PR: #455
- Bump actions/upload-artifact from 4 to 5
- PR: #458
- Upgrade dependencies | Compose 1.9.4 / Multiplatform 1.9.2 | Kotlin 2.2.21
- PR: #461
Contributors:
- @Copilot, @keta1, @johnjohndoe, @dependabot[bot], @mikepenz
v0.38.0-b01
v0.37.0
🚀 Features
- Upgrade to Compose 1.9.0 | Multiplatform 1.9.0-beta03 | Compile&Target 36
- PR: #435
- Upgrade to Compose 1.9.1 | Compose-Multiplatform 1.9.0-rc02
- PR: #448
Fix
- Add support for dollar token in markdown rendering
- PR #447
💬 Other
- Fix wasm example
- PR: #437
- Bump actions/checkout from 4 to 5
- PR: #438
- Bump actions/setup-java from 4 to 5
- PR: #442
- Bump actions/upload-pages-artifact from 3 to 4
- PR: #441
- Disable warnings as errors in Kotlin configuration
- PR: #450
Contributors:
- @mikepenz, @dependabot[bot], @keta1
v0.37.0-rc01
🚀 Features
- Upgrade to Compose 1.9.1 | Compose-Multiplatform 1.9.0-rc02
- PR: #448
💬 Other
- Fix wasm example
- PR: #437
- Bump actions/checkout from 4 to 5
- PR: #438
- Bump actions/setup-java from 4 to 5
- PR: #442
- Bump actions/upload-pages-artifact from 3 to 4
- PR: #441
Contributors:
- @mikepenz, @dependabot[bot], @keta1
v0.37.0-b01
v0.36.0
🚀 Features
- Improve stability and fix unnecessary recompositions
- PR: #421
- Upgrade to Kotlin 2.2 | Compose 1.8.3 | Coil 3.2.0 | Ktor 3.2.1
- PR: #422
- Use coroutine to offload code highlighting to background thread
- PR: #419
🐛 Fixes
- Also make markdown components stable
- PR: #424
💬 Other
- Use
compatPatrouille- PR: #410
- README update
- PR: #423
- Refine the README
- PR: #425
- Improve readability of checklist.
- PR: #429
- Fix parameter name of MarkdownListItems in README.
- PR: #427
- Remove redundant variable reassignment for better readability and cleaner code
- PR: #434
Contributors:
- @mikepenz, @keta1, @johnjohndoe, @jetbrains-junie[bot]
v0.36.0-b02
v0.36.0-b01
Note
This release is not available on maven central, please use b02.
🚀 Features
- Improve stability and fix unnecessary recompositions
- PR: #421
- Upgrade to Kotlin 2.2 | Compose 1.8.3 | Coil 3.2.0 | Ktor 3.2.1
- PR: #422
- Use coroutine to offload code highlighting to background thread
- PR: #419
🐛 Fixes
- Also make markdown components stable
- PR: #424
💬 Other
Contributors:
v0.35.0
🚀 Features
- Update to latest compose releases
- PR: #403
- Performance Optimisations | AboutLibraries update
- PR: #408
💬 Other
- Project cleanup / refinement
- PR: #404
- Contribution improvements
- PR: #405
- Add pull request template | Update security e-mail
- PR: #406
- Enable Compose Hot Reload for Desktop sample
- PR: #407