Skip to content

Releases: mdx-js/mdx

v0.20.3

06 Mar 17:24
Compare
Choose a tag to compare

• Group adjacent import/export nodes in remark-mdx (#405)

v0.20.2

06 Mar 17:23
Compare
Choose a tag to compare

• Fix template string escaping in code blocks (#437)

v0.20.1

02 Mar 21:12
Compare
Choose a tag to compare
  • Fix template string escaping in code blocks (#431)

v0.20.0

02 Mar 01:30
Compare
Choose a tag to compare
  • Change the order of type assignment for JSX nodes (#429)

v0.19.0

01 Mar 01:31
Compare
Choose a tag to compare

• Handle backslash escaping in template literals (#366)

🚨Breaking changes 🚨

If you were accounting for broken template literal escaping with something like \\ some stuff \\ to get the output of \ some stuff \ this will now result in \\ some stuff \\. So you'll need to remove the escaped backslash since they're now automatically escaped.

v0.18.2

28 Feb 02:02
Compare
Choose a tag to compare
  • Improve remark-mdx block parsing (#415)

v0.18.1

28 Feb 02:03
Compare
Choose a tag to compare
  • Fix newline issue with phrasing content (#413)

v0.18.0

25 Feb 16:22
Compare
Choose a tag to compare

• No longer destructures components from props in MDXTag and MDXProvider (#408)

v0.17.5

15 Feb 21:21
Compare
Choose a tag to compare

• Better handle props parsing (#404)

v0.17.4

15 Feb 16:36
Compare
Choose a tag to compare

• Add isMDXComponent static property (#369)