Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Latest commit

 

History

History
53 lines (36 loc) · 1.72 KB

File metadata and controls

53 lines (36 loc) · 1.72 KB

react-markdown-github

3.3.1

  • #14 Remove runnable bits from files and document branch is returned.

3.3.0

  • #13 Allow branch to be extracted from a github url

3.2.0

  • [#10] Bump react-markdown to ^4.0.8
  • #9 Reset slug counts before rendering to prevent inconsistent anchors

3.0.1

  • #8 Add ReactMarkdownGithub component as a default export
  • #8 Fixing babel output

3.0.0

  • #4 improving headline ID/anchor rendering to be more GH compliant
  • #5 BREAKING Change resolver prop to transformLinkUri to be consistent with react-markdown
  • Create prop pass-through to provide props to react-markdown

2.0.0

  • #2 BREAKING Handle hash URLs, provide both { filename, filepath }.
    • filename is now filepath in resolver
  • #3 BREAKING Use *Uri and uri consistently to match the props exposed by react-markdown.
    • sourceUrl is now sourceUri.
    • transformImageUri now accepts ({ uri, github, org, repo, filename })
    • resolver now accepts ({ uri, github, org, repo, filename, filepath })

1.0.1

  • #1 Better support for non-text children to header nodes.

1.0.0

  • Initial release