New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

commonmark-react-renderer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commonmark-react-renderer - npm Package Versions

rexxars
published 4.3.5 •
rexxars
published 4.3.4 •
rexxars
published 4.3.3 •

Changelog

Source

4.3.3 - 2017-05-28

  • Expose all of codeinfo to CodeBlock renderer (Tauren Mills)
  • Include className in core props (Espen Hovlandsdal)
rexxars
published 4.3.2 •

Changelog

Source

4.3.2 - 2016-12-08

  • Add linkTarget prop to optionally add a target attribute on links (James Simpson)
  • Fix typo in readme (Chase Ricketts)
  • Allow using Commonmark 0.27 (Lukas Geiger)
rexxars
published 4.3.1 •

Changelog

Source

4.3.1 - 2016-08-23

  • Update dependencies to latest versions (Espen Hovlandsdal)
rexxars
published 4.2.4 •

Changelog

Source

4.2.4 - 2016-07-09

  • Fix bug where nodes would not be rendered due to duplicate keys (Espen Hovlandsdal)
rexxars
published 4.2.3 •

Changelog

Source

4.2.3 - 2016-07-09

  • Fix regression in passing props to Code-nodes (Espen Hovlandsdal)
rexxars
published 4.2.2 •

Changelog

Source

4.2.2 - 2016-07-09

Changes

  • Give Code renderers an inline property that is always true, allowing reuse of renderer for CodeBlock and Code (Espen Hovlandsdal)
rexxars
published 4.2.1 •

Changelog

Source

4.2.1 - 2016-07-09

Changes

  • Fix bug where lists, codeblocks and headings would not get passed sourcepos prop (Espen Hovlandsdal)
rexxars
published 4.2.0 •

Changelog

Source

4.2.0 - 2016-07-09

Changes

  • Plain DOM-node renderers are now given only their respective props. Fixes warnings when using React >= 15.2 (Espen Hovlandsdal)

Added

  • New transformImageUri option allows you to transform URIs for images. (Petri Lehtinen)