Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 15, 2020

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps markwon from 1.0.3 to 2.0.2.

Release notes

Sourced from markwon's releases.

v2.0.2

  • Extend task list parsing (#99) Thanks @Tunous
  • Fix deep nested bullet lists for Nougat (#91)

v2.0.1

  • SpannableMarkdownVisitor Rename blockQuoteIndent to blockIndent
  • Fixed block new lines logic for block quote and paragraph (#82)
  • AsyncDrawable fix no dimensions bug (#81)
  • Update SpannableTheme to use Px instead of Dimension annotation
  • Allow TaskListSpan isDone mutation
  • Updated commonmark-java to 0.12.1
  • Add OrderedListItemSpan measure utility method (#78)
  • Add SpannableBuilder#getSpans method
  • Fix DataUri scheme handler in image-loader (#74)
  • Introduced a "copy" builder for SpannableThem Thanks @c-b-h 🙌

v2.0.0

  • Add html-parser-api and html-parser-impl modules
  • Add HtmlEmptyTagReplacement
  • Implement Appendable and CharSequence in SpannableBuilder
  • Renamed library modules to reflect maven artifact names
  • Rename markwon-syntax to markwon-syntax-highlight
  • Add HtmlRenderer asbtraction
  • Add CssInlineStyleParser
  • Fix Theme#listItemColor and OL
  • Fix task list block parser to revert parsing state when line is not matching
  • Defined test format files
  • image-loader add datauri parser
  • image-loader add support for inline data uri image references
  • Add travis configuration
  • Fix image with width greater than canvas scaled
  • Fix blockquote span
  • Dealing with white spaces at the end of a document
  • image-loader add SchemeHandler abstraction
  • Add sample-latex-math module

v1.1.1

  • Fix OrderedListItemSpan text position (baseline) (#55)
  • Add softBreakAddsNewLine option for SpannableConfiguration (#54)
  • Paragraph text can now explicitly be spanned (#58) Thanks to @c-b-h!
  • Fix table border color if odd background is specified (#56)
  • Add table customizations (even and header rows)

v1.1.0

  • Update commonmark to 0.11.0 and android-gif to 1.2.14
  • Add syntax highlight functionality (library-syntax module and markwon-syntax artifact)
  • Add headingTypeface, headingTextSizes to SpannableTheme
... (truncated)
Changelog

Sourced from markwon's changelog.

Changelog

4.2.0

  • MarkwonEditor to highlight markdown input whilst editing (new module: markwon-editor)
  • CoilImagesPlugin image loader based on Coil library (new module: markwon-image-coil) (#166, #174)
    Thanks to @tylerbwong
  • MarkwonInlineParser to customize inline parsing (new module: markwon-inline-parser)
  • Update commonmark-java to 0.13.0 (and commonmark spec 0.29)
  • Markwon#configuration method to expose MarkwonConfiguration via public API
  • HeadingSpan#getLevel getter
  • Add SvgPictureMediaDecoder in image module to deal with SVG without dimensions (#165)
  • LinkSpan#getLink method
  • LinkifyPlugin applies link span that is configured by Markwon (obtain via span factory)
  • LinkifyPlugin is thread-safe

#165: noties/Markwon#165 #166: noties/Markwon#166 #174: noties/Markwon#174

4.1.2

  • Do not re-use RenderProps when creating a new visitor (fixes #171)

#171: noties/Markwon#171

4.1.1

  • markwon-ext-tables: fix padding between subsequent table blocks (#159)
  • markwon-images: print a single warning instead full stacktrace in case when SVG or GIF are not present in the classpath (#160)
  • Make Markwon instance thread-safe by using a single MarkwonVisitor for each render call (#157)
  • Add CoreProps.CODE_BLOCK_INFO with code-block info (language)

#159: noties/Markwon#159 #160: noties/Markwon#160 #157: noties/Markwon#157

4.1.0

  • Add Markwon.TextSetter interface to be able to use PrecomputedText/PrecomputedTextCompat
  • Add PrecomputedTextSetterCompat and compileOnly dependency on androidx.core:core (clients must have this dependency in the classpath)
  • Add requirePlugin(Class) and getPlugins for Markwon instance
  • TablePlugin -> defer table invalidation (via View.post), so only one invalidation happens with each draw-call
  • AsyncDrawableSpan -> defer invalidation

4.0.2

  • Fix JLatexMathPlugin formula placeholder (cannot have line breaks) (#149)
  • Fix JLatexMathPlugin to update resulting formula bounds when fitCanvas=true and formula exceed canvas width (scale down keeping formula width/height ratio)
... (truncated)
Commits

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [markwon](https://github.com/noties/Markwon) from 1.0.3 to 2.0.2.
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](noties/Markwon@v1.0.3...v2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 15, 2020
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant