Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.mikepenz:multiplatform-markdown-renderer-m3 to v0.31.0 #1758

Merged
merged 4 commits into from
Feb 22, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.mikepenz:multiplatform-markdown-renderer-m3 0.26.0 -> 0.31.0 age adoption passing confidence

Release Notes

mikepenz/multiplatform-markdown-renderer (com.mikepenz:multiplatform-markdown-renderer-m3)

v0.31.0

🚀 Features

  • Hover icon on linked text
  • Expose table row and header to offer more configuration flexibility on tables
  • Refactor to use withLink introduced in Compose 1.7 for links in the annotated string
  • Introduce support for complex blockquotes
  • Improve accessibility for MarkdownHeader.
  • Update dependencies
  • Introduce support for task list items

🐛 Fixes

  • Add more configuration options for list paddings
  • Fix inline link might navigate wrong
  • Fix import not failing in local build
  • Adjust how HARD_LINE_BREAK is interpreted
  • Better handle BR and EOL occurrences
  • Fix AUTOLINK in LINK causing issues

🧪 Tests

  • Introduce new snapshot tests

💬 Other

  • Update dependencies
  • Update sample app icon
  • Include convention plugin from version-catalog
  • Enhance backwards compatiblity
  • Update to Coil 3.1.0
  • Retrieve markdownComponents via LocalMarkdownComponents
  • Include Binary Compatibility Validator
  • Setup m3 snapshot tests alongside m2 tests

Contributors:

v0.30.0

[!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.29.0

[!NOTE]
This release requires at least Kotlin 2.1.x or higher
Seehttps://github.com/mikepenz/multiplatform-markdown-renderer/issues/278#issuecomment-260719044646

💬 Other

  • Upgrade to Kotlin 2.x | Compose Multiplatform 1.7.3
  • Add Table to sample

v0.28.0

🚀 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.27.0

🚀 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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/markdown branch from 08722b4 to ee5b6db Compare November 15, 2024 06:23
@renovate renovate bot force-pushed the renovate/markdown branch from ee5b6db to 48776a9 Compare December 31, 2024 13:57
@renovate renovate bot changed the title Update dependency com.mikepenz:multiplatform-markdown-renderer-m3 to v0.27.0 Update dependency com.mikepenz:multiplatform-markdown-renderer-m3 to v0.29.0 Dec 31, 2024
@renovate renovate bot changed the title Update dependency com.mikepenz:multiplatform-markdown-renderer-m3 to v0.29.0 Update dependency com.mikepenz:multiplatform-markdown-renderer-m3 to v0.30.0 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/markdown branch 3 times, most recently from b26dfc6 to 6169c7a Compare January 20, 2025 21:24
@renovate renovate bot force-pushed the renovate/markdown branch from 6169c7a to f3ae0a7 Compare January 23, 2025 17:00
@renovate renovate bot force-pushed the renovate/markdown branch from f3ae0a7 to e0f4087 Compare January 31, 2025 06:05
@renovate renovate bot force-pushed the renovate/markdown branch from e0f4087 to 7a05d5c Compare February 22, 2025 14:20
@renovate renovate bot changed the title Update dependency com.mikepenz:multiplatform-markdown-renderer-m3 to v0.30.0 Update dependency com.mikepenz:multiplatform-markdown-renderer-m3 to v0.31.0 Feb 22, 2025
@renovate renovate bot force-pushed the renovate/markdown branch from 7a05d5c to 1bd23fd Compare February 22, 2025 19:02
@renovate renovate bot force-pushed the renovate/markdown branch from 1bd23fd to 908cb32 Compare February 22, 2025 19:21
Copy link
Contributor Author

renovate bot commented Feb 22, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ZacSweers ZacSweers merged commit c3a9828 into main Feb 22, 2025
@ZacSweers ZacSweers deleted the renovate/markdown branch February 22, 2025 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant