Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-markdown

Package Overview
Dependencies
Maintainers
2
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-markdown - npm Package Versions

1
10

4.0.8

Diff

Changelog

Source

4.0.8 - 2019-04-14

Fixes

  • Fix HTML parsing of elements with a single child vs. multiple children (Nicolas Venegas)
rexxars
published 4.0.7 •

Changelog

Source

4.0.7 - 2019-04-14

Fixes

  • Fix matching of replaced non-void elements in HTML parser plugin (Nicolas Venegas)
  • Fix HTML parsing of multiple void elements (Nicolas Venegas)
  • Fix void element children invariant violation (Nicolas Venegas)
rexxars
published 4.0.6 •

Changelog

Source

4.0.6 - 2019-01-04

Fixes

  • Mitigate regex ddos by upgrading html-to-react (Christoph Werner)
  • Update typings to allow arbitrary node types (Jesse Pinho)
  • Readme: Add note about only parsing plugins working (Vincent Tunru)
rexxars
published 4.0.5 •

rexxars
published 4.0.4 •

Changelog

Source

4.0.4 - 2018-11-30

Changed

  • Upgrade dependencies (Espen Hovlandsdal)
rexxars
published 4.0.3 •

Changelog

Source

4.0.3 - 2018-10-11

Fixes

  • Output paragraph element for last item in loose list (Jeremy Moseley)
rexxars
published 4.0.2 •

Changelog

Source

4.0.2 - 2018-10-05

Fixes

  • Fix text rendering in React versions lower than or equal to 15 (Espen Hovlandsdal)
rexxars
published 4.0.1 •

Changelog

Source

4.0.1 - 2018-10-03

Fixes

  • [TypeScript] Fix TypeScript index signature for renderers (Linus Unnebäck)
rexxars
published 4.0.0 •

Changelog

Source

4.0.0 - 2018-10-03

BREAKING

  • text is now a first-class node + renderer — if you are using allowedNodes, it needs to be included in this list. Since it is now a React component, it will be passed an object of props instead of the old approach where a string was passed. children will contain the actual text string.
  • On React >= 16.2, if no className prop is provided, a fragment will be used instead of a div. To always render a div, pass 'div' as the root renderer.
  • On React >= 16.2, escaped HTML will no longer be rendered with div/span containers
  • The UMD bundle now exports the component as window.ReactMarkdown instead of window.reactMarkdown

Added

  • HTML parser plugin for full HTML compatibility (Espen Hovlandsdal)

Fixes

  • URI transformer allows uppercase http/https URLs (Liam Kennedy)
  • [TypeScript] Strongly type the keys of renderers (Linus Unnebäck)
rexxars
published 3.6.0 •

Changelog

Source

3.6.0 - 2018-09-05

Added

  • Add support for passing index info to renderers (Beau Roberts)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc