Skip to content

Releases: quantizor/markdown-to-jsx

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

6.8.1

21 Oct 17:55
Compare
Choose a tag to compare

fix #213

6.8.0

21 Oct 16:09
Compare
Choose a tag to compare
  • fix #206 (horizontal rules not working after a list)
  • fix #221 (forwardRef support)
  • handle named character entities ( , etc.)
  • optimization in the text regex to do a bit less work
  • running babel-minify over the transpiled files to save some bytes

6.7.4

11 Oct 00:15
Compare
Choose a tag to compare

fix #214 - Nested paragraphs not work correctly inside arbitrary html (#215)

6.7.3

24 Sep 05:46
Compare
Choose a tag to compare

Fix some overly aggressive newline trimming inside HTML blocks

6.7.2

29 Aug 05:44
Compare
Choose a tag to compare

3987668 fix false positive flagging of standalone autolinks as self-closing html (originally reported in #208)

6.7.1

20 Aug 17:00
Compare
Choose a tag to compare

Refactored some parts of the library to make block detection inside arbitrary HTML more reliable. Also tweaked a few detector regexes to avoid edge cases.

6.7.0

30 Jul 22:53
Compare
Choose a tag to compare

Thanks @cathayandy for the configurable slug function support! (see #199)

6.6.9

10 Jul 19:42
Compare
Choose a tag to compare

c1fe1eb fix a perf issue in the new bold and emphasis regexes (see #190)