Releases: mikepenz/multiplatform-markdown-renderer
Releases · mikepenz/multiplatform-markdown-renderer
v0.40.2
Important
See the MIGRATION.md for some breaking changes.
Inline Image handling was updated and is now more flexible
🚀 Features
- Inline image component Issue#498
- PR: #510
🐛 Fixes
- fix(ci): split release into separate job with minimal permissions
- PR: #526
🧪 Tests
- Paparazzi snapshot testing
- PR: #504
💬 Other
- Bump actions/upload-artifact from 6 to 7
- PR: #515
- Bump mikepenz/action-gh-release from 1 to 2
- PR: #516
- Bump gradle/actions from 5 to 6
- PR: #519
- Bump actions/configure-pages from 5 to 6
- PR: #518
- Bump actions/deploy-pages from 4 to 5
- PR: #517
- chore(deps): update dependencies | Compose 1.10.3 | Kotlin 2.3.20
- PR: #520
- docs: update migration notes for 0.40.0 inlineImage component
- PR: #521
- chore(ci): replace Danger with GitHub Actions native PR checks and SARIF
- PR: #522
Contributors:
- @mikepenz, @dependabot[bot], @Azadios
v0.39.2
v0.39.0
Important
This release uses the stable release of Compose for Android 1.10.0, and the RC of Compose Multiplatform 1.10.0-rc02
🚀 Features
- Compose 1.10.0 | Kotlin 2.3.0
- PR: #482
🐛 Fixes
- Fix
*,_,~in inline comment- PR: #483
💬 Other
- Bump mikepenz/release-changelog-builder-action from 5 to 6
- PR: #466
- Bump mikepenz/action-junit-report from 5 to 6
- PR: #467
- fix: Correct AboutLibraries plugin ID for Android sample close #468
- PR: #471
- Bump actions/checkout from 5 to 6
- PR: #472
- Fix: Remove incorrect retainState param from parseMarkdownFlow docs
- PR: #474
- Bump actions/upload-artifact from 5 to 6
- PR: #478
- Bump actions/cache from 4 to 5
- PR: #479
- Compose 1.10.0 | Kotlin 2.3.0
- PR: #482
Contributors:
- @dependabot[bot], @johnjohndoe, @keta1, @Copilot, @mikepenz
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]