Skip to content

Releases: quantizor/markdown-to-jsx

7.1.2

10 Mar 17:33
Compare
Choose a tag to compare

Add null to possible types for wrapper. (#380) thanks @mjfwebb

7.1.1

09 Jan 18:11
Compare
Choose a tag to compare
  • TS adjustments
  • dependency updates
  • Document wrapper and forceWrapper options (#350) @coreyward
  • Heading: Trim closing hashes in regex (atx style) @dquenne
  • use React.ElementType rather than React.ComponentType (#354) @cheapsteak

7.1.0

20 Nov 18:55
Compare
Choose a tag to compare

Add support for wrapper, forceWrapper, and renderArray options (#268) thanks @coreyward!

7.0.1

05 Oct 16:39
Compare
Choose a tag to compare

Ship a MarkdownToJSX TS namespace with all relevant types for downstream composition

7.0.0

07 Sep 01:52
Compare
Choose a tag to compare

migrate to typescript

7.0.0-test.0

07 Sep 01:15
Compare
Choose a tag to compare
7.0.0-test.0 Pre-release
Pre-release

Rewrite in typescript

6.11.4

22 May 05:34
Compare
Choose a tag to compare

6.11.4: Mitigates security vulnerability where maliciously crafted markdown links could use data: or vbscript: urls to trigger an xss injection ( #306 / https://www.npmjs.com/advisories/1219 ), even when using options.disableParsingRawHTML

Note that currently, the default options.disableParsingRawHTML = false should still only be used for trusted input, as arbitrary html, including script tags.

6.11.3 has no changes (I held the publish script upside down; the only change from 6.11.2 is the version number 馃槄)

6.11.2

19 May 19:09
Compare
Choose a tag to compare

[FIX] - Footnote references (#304) thanks @csantos1113

6.11.1

07 Apr 05:42
Compare
Choose a tag to compare

Fix: Support empty style attribute (#296) thanks @cribbles

6.11.0

05 Feb 04:11
Compare
Choose a tag to compare
  • Optionally disable HTML parsing (#278)
  • Fix HTML multiline comments bug (#246) (#262)