Skip to content

Releases: quantizor/markdown-to-jsx

6.10.1

29 May 08:12
Compare
Choose a tag to compare

add new option namedCodesToUnicode (#236) (#253) by @JeremiasEh

6.10.0

29 May 02:57
Compare
Choose a tag to compare

[XSS] Ignore case of blacklisted HTML elements (#247) by @jakelazaroff

6.9.4

18 Apr 21:55
Compare
Choose a tag to compare

fix a table rendering issue when the first cell is blank #241 thanks @simezi

6.9.3

18 Mar 01:25
Compare
Choose a tag to compare

fix an html perf regression edge case #234

6.9.2

11 Mar 18:48
Compare
Choose a tag to compare

#238 Fix overriding of props, thanks @mstruebing

6.9.1

31 Jan 05:29
Compare
Choose a tag to compare

ac97191 ensure there's a key set for every output

6.9.0

28 Nov 20:14
Compare
Choose a tag to compare

a slew of regex optimizations; the library should be more performant now for blocks of text with several instances of bold/em/etc

6.8.4

19 Nov 05:59
Compare
Choose a tag to compare

graceful fallback for missing footnotes (#227)

6.8.3

24 Oct 16:38
Compare
Choose a tag to compare

Actually fix support for React's various new object-based components like React.forwardRef

6.8.2

23 Oct 17:20
Compare
Choose a tag to compare

disable the babel-minify "flipComparisons" plugin which causes downstream issues with some minifiers like uglifyJS