Skip to content

Releases: shuding/nextra

[email protected]

20 Nov 00:52
5a5372e
Compare
Choose a tag to compare

Patch Changes

  • a4b0bbb: fix(deps): update dependency title to v4

    This fix ReDoS vulnerability exposed via title → clipboardy → execa →
    cross-spawn dependency chain

[email protected]

20 Nov 00:52
5a5372e
Compare
Choose a tag to compare

Patch Changes

[email protected]

20 Nov 00:52
5a5372e
Compare
Choose a tag to compare

Patch Changes

[email protected]

20 Nov 02:16
7f5770e
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • 846552e: - fix missing tailwind class for json icon in code blocks
    • capitalize folders in sidebar even without index pages
    • sync with nextra 3.2.4

[email protected]

20 Nov 02:17
7f5770e
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • 846552e: - fix missing tailwind class for json icon in code blocks
    • capitalize folders in sidebar even without index pages
    • sync with nextra 3.2.4
  • Updated dependencies [846552e]

[email protected]

20 Nov 02:17
7f5770e
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • 846552e: - fix missing tailwind class for json icon in code blocks
    • capitalize folders in sidebar even without index pages
    • sync with nextra 3.2.4
  • Updated dependencies [846552e]

[email protected]

17 Nov 19:15
c9db20f
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

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

[email protected]

17 Nov 19:15
c9db20f
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

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

[email protected]

17 Nov 19:15
c9db20f
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

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

[email protected]

12 Nov 21:45
0d9f736
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Minor Changes

  • 0076bad: move TOC logic from recma-rewrite-jsx plugin to
    rehype-extract-toc-content plugin

Patch Changes

  • be82724: Fixes when Turbopack is enabled:
    Module not found: Can't resolve '@theguild/remark-mermaid/mermaid'