Skip to content

Releases: shuding/nextra

nextra@3.2.4

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

nextra-theme-docs@3.2.4

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

Patch Changes

  • Updated dependencies [a4b0bbb]
    • nextra@3.2.4

nextra-theme-blog@3.2.4

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

Patch Changes

  • Updated dependencies [a4b0bbb]
    • nextra@3.2.4

nextra@4.0.0-app-router.28

20 Nov 02:16
7f5770e
Compare
Choose a tag to compare
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

nextra-theme-docs@4.0.0-app-router.28

20 Nov 02:17
7f5770e
Compare
Choose a tag to compare
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]
    • nextra@4.0.0-app-router.28

nextra-theme-blog@4.0.0-app-router.28

20 Nov 02:17
7f5770e
Compare
Choose a tag to compare
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]
    • nextra@4.0.0-app-router.28

nextra@4.0.0-app-router.27

17 Nov 19:15
c9db20f
Compare
Choose a tag to compare
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

nextra-theme-docs@4.0.0-app-router.27

17 Nov 19:15
c9db20f
Compare
Choose a tag to compare
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
  • Updated dependencies [8a0ae0f]
  • Updated dependencies [5e06f57]
    • nextra@4.0.0-app-router.27

nextra-theme-blog@4.0.0-app-router.27

17 Nov 19:15
c9db20f
Compare
Choose a tag to compare
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
  • Updated dependencies [8a0ae0f]
  • Updated dependencies [5e06f57]
    • nextra@4.0.0-app-router.27

nextra@4.0.0-app-router.26

12 Nov 21:45
0d9f736
Compare
Choose a tag to compare
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'