Skip to content

Releases: mdx-js/mdx

v1.0.0

15 Apr 11:56

Choose a tag to compare

v0.20.4

11 Mar 15:59

Choose a tag to compare

  • Add remark-mdx-remove-imports #447

v0.20.3

06 Mar 17:24

Choose a tag to compare

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

v0.20.2

06 Mar 17:23

Choose a tag to compare

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

v0.20.1

02 Mar 21:12

Choose a tag to compare

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

v0.20.0

02 Mar 01:30

Choose a tag to compare

  • Change the order of type assignment for JSX nodes (#429)

v0.19.0

01 Mar 01:31

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

Choose a tag to compare

  • Improve remark-mdx block parsing (#415)

v0.18.1

28 Feb 02:03

Choose a tag to compare

  • Fix newline issue with phrasing content (#413)

v0.18.0

25 Feb 16:22

Choose a tag to compare

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