coding-blocks / CBOnlineApp

😎⚡️Android App for Coding Blocks Online Courses
https://online.codingblocks.com
GNU General Public License v3.0
154 stars 182 forks source link

Bump markwon_version from 4.5.1 to 4.6.2 #1019

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps markwon_version from 4.5.1 to 4.6.2. Updates core from 4.5.1 to 4.6.2

Release notes

Sourced from 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

Changelog

Sourced from 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

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


Updates ext-tables from 4.5.1 to 4.6.2

Release notes

Sourced from ext-tables'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

Changelog

Sourced from ext-tables'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

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


Updates editor from 4.5.1 to 4.6.2

Release notes

Sourced from editor'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

Changelog

Sourced from editor'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

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


Updates ext-strikethrough from 4.5.1 to 4.6.2

Release notes

Sourced from ext-strikethrough'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

Changelog

Sourced from ext-strikethrough'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

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


Updates html from 4.5.1 to 4.6.2

Release notes

Sourced from html'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

Changelog

Sourced from html'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

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


Updates linkify from 4.5.1 to 4.6.2

Release notes

Sourced from linkify'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

Changelog

Sourced from linkify'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

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 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 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
github-actions[bot] commented 3 years ago

Stale pull request message

dependabot-preview[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

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