Releases: shuding/nextra
nextra@4.0.0-app-router.20
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
tonextra/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
- skip visiting directories which starts with underscore for
-
0a63ba3: move
createCatchAllMeta
fromnextra/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
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
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
Patch Changes
- a3627e5: - simplify
generatePageMapFromFilepaths
- sync with nextra 3.2.0
nextra@4.0.0-app-router.18
Minor Changes
- 439466a: replace
useContentDir
withcontentDirBasePath
option which
configurecontent
directory under a catch-all subdirectory - b00a560: make
page.{jsx,tsx,mdx}
pages and_meta
files fromapp
dir, and
alsocontent
folder files - all add topageMap
, but ignore dynamic pages
[[
Patch Changes
- a074a99: add
whiteListTagsStyling
nextra config option
nextra-theme-docs@4.0.0-app-router.19
Patch Changes
- Updated dependencies [a3627e5]
- nextra@4.0.0-app-router.19
nextra-theme-docs@4.0.0-app-router.18
Minor Changes
- 439466a: replace
useContentDir
withcontentDirBasePath
option which
configurecontent
directory under a catch-all subdirectory - b00a560: make
page.{jsx,tsx,mdx}
pages and_meta
files fromapp
dir, and
alsocontent
folder files - all add topageMap
, but ignore dynamic pages
[[
Patch Changes
nextra-theme-blog@4.0.0-app-router.19
Patch Changes
- Updated dependencies [a3627e5]
- nextra@4.0.0-app-router.19
nextra-theme-blog@4.0.0-app-router.18
Minor Changes
- 439466a: replace
useContentDir
withcontentDirBasePath
option which
configurecontent
directory under a catch-all subdirectory - b00a560: make
page.{jsx,tsx,mdx}
pages and_meta
files fromapp
dir, and
alsocontent
folder files - all add topageMap
, but ignore dynamic pages
[[
Patch Changes
nextra@3.2.0
nextra@3.2.0