mdx

Markdown for the component era

MIT License

Downloads
68.6M
Stars
17.5K
Committers
189

Bot releases are hidden (Show)

mdx - 3.0.1 Latest Release

Published by wooorm 8 months ago

Fix

Types

Site

Full Changelog: https://github.com/mdx-js/mdx/compare/3.0.0...3.0.1

mdx - 3.0.0

Published by wooorm 12 months ago

(see https://mdxjs.com/migrating/v3/ on how to migrate)

Change

  • e08b7596 5afa48e6 Change to require Node 16
  • 5a13d73b Change to use export maps
  • cbc2822f Update unified, types, plugins, etc
  • 96b51f93 Remove inferral of development from NODE_ENV

Change (unlikely to affect you)

  • c961af80 Remove useDynamicImport option
  • 9cb26fd1 @mdx-js/register: remove package
  • 0d1558a3 @mdx-js/esbuild: remove experimental allowDangerousRemoteMdx
  • 0f62bce9 @mdx-js/node-loader: remove fixRuntimeWithoutExportMap
  • 4f924227 @mdx-js/preact: remove deprecated MDXContext, withMDXComponents
  • a362bb43 @mdx-js/react: remove deprecated MDXContext, withMDXComponents

Add

  • e12f3079 Add support for passing baseUrl when running
  • 2c511a40 Add support for baseUrl as a URL
  • 1863914c Add deprecation warning for classic runtime
  • a34177c3 Add support for ES2024 in MDX, adjacent JSX and expression blocks
  • 44fd9cac Add support for await in MDX
  • 3a7f1947 Add tableCellAlignToStyle option, to use align
  • fdfe17b8 @mdx-js/rollup: add support for Vite development mode
    by @remcohaszing in https://github.com/mdx-js/mdx/pull/2376

Misc

Docs

Site

Full Changelog: https://github.com/mdx-js/mdx/compare/2.3.0...3.0.0

mdx - 2.3.0

Published by wooorm over 1 year ago

Add

Fix

Community

Misc

Full Changelog: https://github.com/mdx-js/mdx/compare/2.2.1...2.3.0

mdx - 2.2.1

Published by wooorm almost 2 years ago

  • e293eafa Remove assert/strict for Node 14

Full Changelog: https://github.com/mdx-js/mdx/compare/2.2.0...2.2.1

mdx - 2.2.0

Published by wooorm almost 2 years ago

Features

Patches

  • 3e0ab236 Fix @mdx-js/node-loader from patching all runtimes

Docs

Full Changelog: https://github.com/mdx-js/mdx/compare/2.1.5...2.2.0

mdx - 2.1.5

Published by wooorm about 2 years ago

  • 90fa4935 Fix bug with (injected) custom elements and layouts

Full Changelog: https://github.com/mdx-js/mdx/compare/2.1.4...2.1.5

mdx - 2.1.4

Published by wooorm about 2 years ago

Patches

Docs

Full Changelog: https://github.com/mdx-js/mdx/compare/2.1.3...2.1.4

mdx - 2.1.3

Published by wooorm about 2 years ago

Core

Docs

Internal stuff that slightly improve stuff

  • 529b96aa Replace astring with estree-util-to-js
  • 7d8dc11c Add id field to esbuild messages
  • 7f37b95b Update @types/estree-jsx

Full Changelog: https://github.com/mdx-js/mdx/compare/2.1.2...2.1.3

mdx - 2.1.2

Published by wooorm over 2 years ago

Core

Docs

Full Changelog: https://github.com/mdx-js/mdx/compare/2.1.1...2.1.2

mdx - 2.1.1

Published by wooorm over 2 years ago

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

mdx - 2.1.0

Published by wooorm over 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

mdx - 2.0.0

Published by wooorm over 2 years ago

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

@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

mdx - 2.0.0-rc.2

Published by wooorm almost 3 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)
mdx -

Published by wooorm almost 3 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

mdx -

Published by johno almost 4 years ago

  • Bump dependencies
  • Update documentation
mdx -

Published by johno about 4 years ago

mdx -

Published by johno about 4 years ago

  • Bump dependencies
mdx -

Published by johno about 4 years ago

  • Pin internal dependencies of the monorepo
mdx -

Published by silvenon over 4 years ago

  • Handle case when file in toJSX plugin is undefined (#1156)
mdx -

Published by silvenon over 4 years ago

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