Skip to content

Releases: shuding/nextra

nextra@4.0.0-app-router.20

02 Nov 13:06
bbd624a
Compare
Choose a tag to compare
Pre-release

Major Changes

  • 16816f2: remove <Th>, <Tr> and <Td> exports (since they should be always
    used with <Table> component)

    - import { Table, Th, Tr, Td } from 'nextra/components'
    + import { Table } from 'nextra/components'
    
    // ...
    
    - <Th>
    + <Table.Th>
    - <Tr>
    + <Table.Tr>
    - <Td>
    + <Table.Td>
  • aa94d91: rename nextra/mdx to nextra/mdx-components

  • 0a63ba3: improve performance on projects without Turbopack enabled

Patch Changes

  • 3d8705c: improve generatePageMap types

  • 27454c4: remove NextraConfig.transformPageMap

  • 7cc8ca1: simplify generatePageMap

  • 71a051b: - do not treat content/page.{mdx,md} as index page

    • skip visiting directories which starts with underscore for app directory
  • 0a63ba3: move createCatchAllMeta from nextra/catch-all to
    nextra/page-map

  • 16816f2: remove false positive warnings on projects without content/
    directory

    ⚠ Compiled with warnings
    
    ../packages/nextra/dist/client/pages.js
    Module not found: Can't resolve 'private-next-root-dir/content' in '/Users/dmytro/Desktop/nextra/packages/nextra/dist/client'
    
  • b873702: firstChildRoute should return "index" route as first

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

02 Nov 13:06
bbd624a
Compare
Choose a tag to compare
Pre-release

Major Changes

  • 16816f2: remove <Th>, <Tr> and <Td> exports (since they should be always
    used with <Table> component)

    - import { Table, Th, Tr, Td } from 'nextra/components'
    + import { Table } from 'nextra/components'
    
    // ...
    
    - <Th>
    + <Table.Th>
    - <Tr>
    + <Table.Tr>
    - <Td>
    + <Table.Td>
  • 0a63ba3: improve performance on projects without Turbopack enabled

Minor Changes

  • 2bd6f41: include document.referrer in link in <NotFoundPage> component

Patch Changes

  • 7cc8ca1: simplify generatePageMap

  • 16816f2: remove false positive warnings on projects without content/
    directory

    ⚠ Compiled with warnings
    
    ../packages/nextra/dist/client/pages.js
    Module not found: Can't resolve 'private-next-root-dir/content' in '/Users/dmytro/Desktop/nextra/packages/nextra/dist/client'
    
  • b873702: firstChildRoute should return "index" route as first

  • Updated dependencies [3d8705c]

  • Updated dependencies [16816f2]

  • Updated dependencies [27454c4]

  • Updated dependencies [7cc8ca1]

  • Updated dependencies [aa94d91]

  • Updated dependencies [0a63ba3]

  • Updated dependencies [71a051b]

  • Updated dependencies [0a63ba3]

  • Updated dependencies [16816f2]

  • Updated dependencies [b873702]

    • nextra@4.0.0-app-router.20

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

02 Nov 13:06
bbd624a
Compare
Choose a tag to compare
Pre-release

Major Changes

  • 16816f2: remove <Th>, <Tr> and <Td> exports (since they should be always
    used with <Table> component)

    - import { Table, Th, Tr, Td } from 'nextra/components'
    + import { Table } from 'nextra/components'
    
    // ...
    
    - <Th>
    + <Table.Th>
    - <Tr>
    + <Table.Tr>
    - <Td>
    + <Table.Td>
  • 0a63ba3: improve performance on projects without Turbopack enabled

Patch Changes

  • 7cc8ca1: simplify generatePageMap

  • 16816f2: remove false positive warnings on projects without content/
    directory

    ⚠ Compiled with warnings
    
    ../packages/nextra/dist/client/pages.js
    Module not found: Can't resolve 'private-next-root-dir/content' in '/Users/dmytro/Desktop/nextra/packages/nextra/dist/client'
    
  • Updated dependencies [3d8705c]

  • Updated dependencies [16816f2]

  • Updated dependencies [27454c4]

  • Updated dependencies [7cc8ca1]

  • Updated dependencies [aa94d91]

  • Updated dependencies [0a63ba3]

  • Updated dependencies [71a051b]

  • Updated dependencies [0a63ba3]

  • Updated dependencies [16816f2]

  • Updated dependencies [b873702]

    • nextra@4.0.0-app-router.20

nextra@4.0.0-app-router.19

30 Oct 21:14
e40d530
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • a3627e5: - simplify generatePageMapFromFilepaths
    • sync with nextra 3.2.0

nextra@4.0.0-app-router.18

30 Oct 01:12
6b9c099
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 439466a: replace useContentDir with contentDirBasePath option which
    configure content directory under a catch-all subdirectory
  • b00a560: make page.{jsx,tsx,mdx} pages and _meta files from app dir, and
    also content folder files - all add to pageMap, but ignore dynamic pages
    [[

Patch Changes

  • a074a99: add whiteListTagsStyling nextra config option

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

30 Oct 21:14
e40d530
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Updated dependencies [a3627e5]
    • nextra@4.0.0-app-router.19

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

30 Oct 01:12
6b9c099
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 439466a: replace useContentDir with contentDirBasePath option which
    configure content directory under a catch-all subdirectory
  • b00a560: make page.{jsx,tsx,mdx} pages and _meta files from app dir, and
    also content folder files - all add to pageMap, but ignore dynamic pages
    [[

Patch Changes

  • a074a99: add whiteListTagsStyling nextra config option
  • Updated dependencies [a074a99]
  • Updated dependencies [439466a]
  • Updated dependencies [b00a560]
    • nextra@4.0.0-app-router.18

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

30 Oct 21:14
e40d530
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Updated dependencies [a3627e5]
    • nextra@4.0.0-app-router.19

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

30 Oct 01:12
6b9c099
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 439466a: replace useContentDir with contentDirBasePath option which
    configure content directory under a catch-all subdirectory
  • b00a560: make page.{jsx,tsx,mdx} pages and _meta files from app dir, and
    also content folder files - all add to pageMap, but ignore dynamic pages
    [[

Patch Changes

  • a074a99: add whiteListTagsStyling nextra config option
  • Updated dependencies [a074a99]
  • Updated dependencies [439466a]
  • Updated dependencies [b00a560]
    • nextra@4.0.0-app-router.18

nextra@3.2.0

29 Oct 22:51
ef3ba41
Compare
Choose a tag to compare
nextra@3.2.0