Skip to content

[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 19:15
· 20 commits to main since this release
c9db20f

Major Changes

  • 8a0ae0f: - add root _meta.global.{js,jsx,ts,tsx} file

    See
    working example
    based on https://nextra.site website

    • getPageMap now receive only 1 argument root?: string = '/' instead of 2
      lang?: string, route?: string = '/'
    • remove createCatchAllMeta from nextra/catch-all
    • remove collectCatchAllRoutes
    • remove normalizePageRoute
    • add mergeMetaWithPageMap to nextra/page-map
    • move adding metadata.filePath, metadata.title and metadata.readingTime
      in remark plugin
    • refactor recma rewrite plugin and add tests
      • remove recmaRewriteJsx
      • remove recmaRewriteFunctionBody
    • make convertPageMapToJs sync

Patch Changes

  • 5e06f57: fix injecting mdx-components into headings and injecting into toc