Mdx Versions Save

Markdown for the component era

2.1.0

2 years ago

Core

Site

Docs

New Contributors: Thanks @VitorLuizC, @homumado, @bensmithett, @stefanprobst, @jbesomi, @dawidjaniga, @zfben

Full Changelog: https://github.com/mdx-js/mdx/compare/2.0.0...2.1.0

2.0.0

2 years ago

Welcome to MDX 2! See the of the website for everything:

Changelog since last RC

@mdx-js/mdx

  • 4a48f1f4 Fix custom elements (#1911)

@mdx-js/react

  • 9ca9d404 Fix unnecessary top-level context changes (#1924)

@mdx-js/loader

  • e0b697ab 9d5501b2 Add improved webpack cache (#1912, #1916)

@mdx-js/esbuild

  • 5c61f577 Fix resolve base in esbuild loader (#1854)

remark-mdx

  • a5daaad6 Update mdast-util-mdx (#1925)

New Contributors

Thanks @redallen, @lonyele, @PaulieScanlon, @pd4d10, @Gowee, @mskelton, @ihupoo, @remcohaszing, @loreanvictor, @ChrisChinchilla, @glitteringkatie, @mvasilkov, @jablko, @michaeloliverx, @yordis, @rodrez, @imballinst, @gaearon.

Full Changelog: https://github.com/mdx-js/mdx/compare/v1.6.3...2.0.0

2.0.0-rc.2

2 years ago

Core

  • cd95df6d Add run, runSync exports (#1792)
  • 2f96fbae Add better errors when referencing missing components (#1811)
  • e86e9e8c Improve generated code (#1810)

Types

  • 8a3eb15a Fix type of children prop for react provider (#1762)

Docs

  • 0893c572 Add docs on run and compiling MDX on demand (#1813)
  • 7ff979c8 Add JSDoc @type to loader options docs
  • 33e32bdc Add note on vue-cli beta (#1763)
  • 187a215c Add docs on provider composition (#1761)
  • 8358a7d9 Add note on performance of evaluate (#1760)
  • 6a873033 Improve migrating, note on HTML syntax (#1767)
  • 4c28153c Fix broken link (#1815)
  • d6367352 Fix vue.config.js example (#1759)

Site

  • 2598a82a Use squircles (#1814)
  • 1ec1139e Update links to point to mdxjs.com (#1803)
  • f8f4cbcd Add updated, manually rasterized, favicon (#1768)
  • 7d09ef82 Remove non-blog posts from feed (#1764)
  • f97ec008 Add debounce to playground (#1758)

Misc

  • 7fcd894d Refactor to clean how types are written (#1812)
  • 23930845 Update dev-dependencies (#1809)
  • c3a05f22 Update loader-utils in @mdx-js/loader (#1807)
  • e628b488 Ignore react-dom, react-server-dom-webpack in renovate (#1805)
  • 00b1db10 Add support for React 18 (#1808)
  • 4afc80ca Fix installing @mdx-js/register on Node 17 (#1806)
  • dc379490 Update for Node 17 (#1804)

2.0.0-rc.1

2 years ago

This release candidate is likely close to version 2 but it should still be considered unstable. See the v2 of the website for everything: https://v2.mdxjs.com

v1.6.22

3 years ago
  • Bump dependencies
  • Update documentation

v1.6.16

3 years ago

v1.6.15

3 years ago
  • Bump dependencies

v1.6.13

3 years ago
  • Pin internal dependencies of the monorepo

v1.6.11

3 years ago
  • Handle case when file in toJSX plugin is undefined (#1156)

v1.6.10

3 years ago
  • Gracefully handle falsy values of options.file passed to toJSX compiler (#1155)