Skip to content

Releases: quantizor/markdown-to-jsx

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)

6.10.3

06 Aug 01:57
Compare
Choose a tag to compare

6.10.2

30 May 15:08
Compare
Choose a tag to compare

[security] Sanitize href values (#249) by @coreyward