Releases: brijbyte/satteri-nextjs
Releases · brijbyte/satteri-nextjs
Release list
v0.0.2
v0.0.1
First public release.
Added
withSatteri(options)Next.js config wrapper: compiles.md/.mdxwith
satteri's Rust-nativemdxToJs, extendspageExtensions, and wires the loader
into both webpack and Turbopack. The Turbopack config key is version-aware
(experimental.turbo< 15.3, top-levelturbopack≥ 15.3).compileMdx(source, options)and the underlying webpack/Turbopack loader,
emitting React/RSC-compatible ESM (no'use client'needed).mdx-components.tsxprovider convention viaproviderImportSource, with an
optional no-op fallback (satteri-nextjs/mdx-components-fallback).- Frontmatter and table-of-contents named exports (
frontmatter,toc) on
compiled modules;collectHeadingsslugs headings (GitHub-style, deduped). externalLinkssatteri-native hast plugin (satteri-nextjs/plugins).- Serializable string/tuple plugin specs (
'pkg/mod#export'/
['pkg/mod#export', options]) that thread through Turbopack.
Verified
- Tested against Next.js 14, 15, and 16 on both webpack and Turbopack.