Nextra 4 x App Router#2653
Open
dimaMachina wants to merge 994 commits intomain from v4-v2
+19,863-21,999
Commits
This pull request is big! We're only showing the most recent 250 commits
Commits on Sep 22, 2024
- authored
- authored
- committed
- committed
- authored
- authored
- authored
- authored
- authored
- authored
- authored
- committed
- committed
- authored
- authored
- authored
Commits on Sep 23, 2024
Commits on Sep 25, 2024
Commits on Sep 26, 2024
- committed
- authored
- authored
- authored
- authored
- authored
- authored
Commits on Sep 27, 2024
- authored
- authored
- authored
- authored
- committed
- authored
- committed
- committed
- authored
Commits on Sep 28, 2024
- authored
- authored
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- authored
- authored
- authored
- committed
- committed
Commits on Sep 30, 2024
Commits on Oct 2, 2024
Commits on Oct 3, 2024
Commits on Oct 5, 2024
- authored
- authored
- authored
- authored
- authored
- authored
- authored
Commits on Oct 6, 2024
- authored
- authored
- committed
- committed
- committed
- authored
Commits on Oct 11, 2024
Commits on Oct 12, 2024
Commits on Oct 13, 2024
Commits on Oct 14, 2024
Commits on Oct 15, 2024
- authored
- authored
- authored
- authored
- committed
- authored
- authored
- authored
Commits on Oct 16, 2024
Commits on Oct 19, 2024
Commits on Oct 20, 2024
Commits on Oct 21, 2024
Commits on Oct 22, 2024
Commits on Oct 25, 2024
- authored
- authored
- authored
- committed
[v4] add required
Layout.navbar
,Layout.footer
props and optionalLayout.banner
prop, you don't need to pass them aschildren
now (#3537)authored- authored
[v4] remove
"typesVersions"
field frompackage.json
. You need to set"moduleResolution": "bundler"
in yourtsconfig.json
if you are using TypeScript (#3538)authored- authored
- authored
- authored
- committed
- authored
Commits on Oct 27, 2024
[v4] move
pagefind
todevDependencies
forexamples
to be clear it should be installed by user (#3568)authored[v4] remove
nextra-theme-blog/cusdis
export, export<Comments>
component fromnextra-theme-blog
directly (#3570)authored- authored
- authored
- authored
- authored
Commits on Oct 28, 2024
- committed
- authored
[v4] add
normalizePagesResult.activeMetadata
to get value of front matter or exported metadata from page (#3575)authored- authored
- authored
Commits on Oct 29, 2024
Commits on Oct 30, 2024
[v4] make
page.{jsx,tsx,mdx}
pages and_meta
files fromapp
dir, and alsocontent
folder files - all add topageMap
, but ignore dynamic pages[[
(#3595)authored- committed
- authored
- committed
- committed
- authored
- authored
- authored
- authored
Commits on Oct 31, 2024
- authored
- authored
- authored
- authored
- authored
- authored
- committed
Commits on Nov 1, 2024
Commits on Nov 2, 2024
- authored
[v4] remove false positive warnings on projects without
content/
directoryModule not found: Can't resolve 'private-next-root-dir/content'
(#3630)authored- authored
- authored
Commits on Nov 3, 2024
[v4] fix error goes from
playground.js
file when yourmdx-components
file contain server-only components (#3638)authored- authored
- authored
- authored
Commits on Nov 5, 2024
- authored
- authored
- authored
- authored
Commits on Nov 9, 2024
- authored
- authored
- authored
- committed
- committed
- authored
[v4] Cache the result of
repository.getFileLatestModifiedDateAsync
because it can slow down Fast Refresh for uncommitted files. (#3682)authored- authored
Commits on Nov 10, 2024
Commits on Nov 12, 2024
- authored
- authored
[v4] replace
export const useTOC = () = [/* your headings */]
byexport const toc = [/* your headings */]
(#3696)authored- authored
- authored
- authored
[v4] Fixes when Turbopack is enabled:
Module not found: Can't resolve '@theguild/remark-mermaid/mermaid'
(#3700)authored- authored
Commits on Nov 16, 2024
Commits on Nov 17, 2024
Commits on Nov 25, 2024
Commits on Nov 26, 2024
Commits on Nov 27, 2024
Commits on Nov 28, 2024
Commits on Nov 29, 2024
Commits on Dec 3, 2024
Commits on Dec 4, 2024
Commits on Dec 14, 2024
Commits on Dec 16, 2024
Commits on Dec 18, 2024
Commits on Dec 20, 2024
- authored
- committed
- committed
- authored
- authored
[v4] if
filePath
is falsy in client wrapper -> do not renderedit on github
link / iffilePath
starts withhttp
do not appenddocsRepositoryBase
prefix (#3850)authored- authored