Releases: wooorm/xdm
Releases · wooorm/xdm
3.4.0
- 9bd282c important: add recommendation to use
mdx-js/mdx
in readme - 41377ab Add support for passing options to
remark-rehype
- 59d9ae5 Update
mdast-util-mdx
- cdfd61a Fix ESM loader for Node 16- and React 18
- 6276fcc Replace
got
w/node-fetch
by @jensmeindertsma in #110
Full Changelog: 3.3.4...3.4.0
3.3.4
3.3.3
3.3.2
3.3.1
- db74ddc Fix resolve base in esbuild loader
- 9f458ea Fix build by pinning TypeScript to
~4.4
by @ChristianMurphy in #103 - 179f233 Use
let
for components in output
by @ElMassimo in #102
Full Changelog: 3.3.0...3.3.1
3.3.0
3.2.0
3.1.0
- f0fde3b Improve generated code
- Add support for providers inside layouts
- Remove unneeded fragment if it contains one element
- 3a86a6c Add source map to Rollup by default
- 87f8494 Add source map based on webpack configuration
- 5f5f9bc Use
@types/mdx
- e72b930 Add support for Node 17
- a574477 Update
loader-utils
Full Changelog: 3.0.1...3.1.0
3.0.1
3.0.0
- 4bdee4d Update
remark-rehype
This is a tiny change that only affects you if you were usingremark-footnotes
before and/or are using the newremark-gfm
. GH now supports footnotes1. If you want footnotes, please removeremark-footnotes
, and upgrade toremark-gfm
3.
Full Changelog: 2.1.0...3.0.0
-
More information on footnotes in their blogpost
Here’s some example CSS that you could use: https://github.com/micromark/micromark-extension-gfm-footnote#recommended-css ↩