Kin69 / EasyNotes

EasyNotes: Jetpack Compose MVVM for seamless note-taking. Effortless creation, editing, and organization.
GNU General Public License v3.0
395 stars 30 forks source link

Bump io.noties.markwon:core from 4.2.0 to 4.6.2 #92

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps io.noties.markwon:core from 4.2.0 to 4.6.2.

Release notes

Sourced from io.noties.markwon:core's releases.

v4.6.2

Added

  • image - DefaultDownScalingMediaDecoder which scales displayed images down (#329)

#329: noties/Markwon#329

v4.6.1

Changed

  • core - CustomTypefaceSpan new mergeStyles functionality and new factory method(#298)Thanks @​c-b-h
  • image-coil - update Coil to 0.13.0 (#303)Thanks @​ubuntudroid

Deprecated

  • core - CustomTypefaceSpan(Typeface) constructor, use CustomTypefaceSpan.create(Typeface) or CustomTypefaceSpan.create(Typeface, boolean) factory methods instead

#298: noties/Markwon#298 #303: noties/Markwon#303

v4.6.0

Added

  • ext-tables - TableAwareMovementMethod a special movement method to handle clicks inside tables (#289)

Changed

  • ext-tasklist - changed implementation to be in line with GFM (Github flavored markdown), task list item is a regular list item (BulletList and OrderedList can contain it). Internal implementation changed from block parsing to node post processing (#291)
  • image-glide - update to 4.11.0 version
  • inline-parser - revert parsing index when InlineProcessor returns null as result
  • image-coil - update Coil to 0.12.0 (Coil changelog) (#284)Thanks @​magnusvs

#284: noties/Markwon#284 #289: noties/Markwon#289 #291: noties/Markwon#291

v4.5.1

Changed

  • image-coil - use coil-base as api dependency (would require explicit coil dependency) (#274)

Fixed

  • image-coil - deliver image result if it loaded before request disposable is created (#272)
  • ext-tables - fix column width rounding issue

#272: noties/Markwon#272 #274: noties/Markwon#274

... (truncated)

Changelog

Sourced from io.noties.markwon:core's changelog.

4.6.2

Added

  • image - DefaultDownScalingMediaDecoder which scales displayed images down (#329)

#329: noties/Markwon#329

4.6.1

Changed

  • core - CustomTypefaceSpan new mergeStyles functionality and new factory method(#298)Thanks @​c-b-h
  • image-coil - update Coil to 0.13.0 (#303)Thanks @​ubuntudroid

Deprecated

  • core - CustomTypefaceSpan(Typeface) constructor, use CustomTypefaceSpan.create(Typeface) or CustomTypefaceSpan.create(Typeface, boolean) factory methods instead

#298: noties/Markwon#298 #303: noties/Markwon#303

4.6.0

Added

  • ext-tables - TableAwareMovementMethod a special movement method to handle clicks inside tables (#289)

Changed

  • ext-tasklist - changed implementation to be in line with GFM (Github flavored markdown), task list item is a regular list item (BulletList and OrderedList can contain it). Internal implementation changed from block parsing to node post processing (#291)
  • image-glide - update to 4.11.0 version
  • inline-parser - revert parsing index when InlineProcessor returns null as result
  • image-coil - update Coil to 0.12.0 (Coil changelog) (#284)Thanks @​magnusvs

#284: noties/Markwon#284 #289: noties/Markwon#289 #291: noties/Markwon#291

4.5.1

Changed

  • image-coil - use coil-base as api dependency (would require explicit coil dependency) (#274)

... (truncated)

Commits
  • 6f8b8e7 Prepare 4.6.2 release
  • 50b3168 Fix deeplinking in sample app
  • b8cb4d1 Add funding file and consulting block
  • bd3408b sample, imageSizeResolver usage
  • 646e708 Failing editor tests
  • 3069432 image, add DefaultDownScalingMediaDecoder
  • 1bc45e0 github actions, update NDk version info
  • 3e1db2a sample, add one line and css style parser samples
  • 79cd43b documentation, fix awesome section typo
  • 14a8746 documentation, fix install page changelog
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
dependabot[bot] commented 4 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.