Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps com.mikepenz:multiplatform-markdown-renderer-m3 from 0.31.0 to 0.32.0.

Release notes

Sourced from com.mikepenz:multiplatform-markdown-renderer-m3's releases.

v0.32.0

[!IMPORTANT]
This release contains behavior changes. EOL is now considered a ' ' (space) and won't include a new line anymore. This is in line with most markdown specifications. More details here.

🚀 Features

  • Add depth to BulletHandler
  • Move primary text color specification to text styles
  • Support image in tables
  • Add option to make EOL be a new line (for direct APIs)

🐛 Fixes

  • remember the state created by derivedStateOf
  • Improve code fence handling to support varying code fence structures.
  • Change EOL handling from \n to a single space

💬 Other

  • Dependency updates

Contributors:

v0.32.0-b02

🐛 Fixes

  • Improve code fence handling to support varying code fence structures.

💬 Other

  • Dependency updates

Contributors:

v0.32.0-b01

... (truncated)

Commits
  • 5f7d1b0 Merge pull request #340 from mikepenz/develop
  • ac5b6c3 - [release] v0.32.0
  • c628731 Merge pull request #339 from mikepenz/feature/337
  • 4eec36a - update sample markdown to define urls as new lines
  • 3ced4d6 - upate api file
  • a409919 - add setting to consider EOL as a new line (by default false)
  • 468768a Merge pull request #338 from keta1/fix/335
  • 014f2ce - Change EOL handling from \n to a single space
  • 6cff36d - [release] v0.32.0-b02
  • d8e3664 Merge pull request #334 from mikepenz/feature/update_dependencies_20250308
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.mikepenz:multiplatform-markdown-renderer-m3](https://github.com/mikepenz/multiplatform-markdown-renderer) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/mikepenz/multiplatform-markdown-renderer/releases)
- [Changelog](https://github.com/mikepenz/multiplatform-markdown-renderer/blob/develop/CHANGELOG.md)
- [Commits](mikepenz/multiplatform-markdown-renderer@v0.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: com.mikepenz:multiplatform-markdown-renderer-m3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 24, 2025
@sdsantos sdsantos merged commit e7d74ea into main Mar 26, 2025
7 checks passed
@sdsantos sdsantos deleted the dependabot/gradle/com.mikepenz-multiplatform-markdown-renderer-m3-0.32.0 branch March 26, 2025 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant