-
Notifications
You must be signed in to change notification settings - Fork 1
Update nextra monorepo to v4.4.0 #416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
stage
Choose a base branch
from
renovate/nextra-monorepo
base: stage
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
196f334
to
430629b
Compare
430629b
to
27157a5
Compare
27157a5
to
748c4cc
Compare
748c4cc
to
57bc200
Compare
57bc200
to
5c81e09
Compare
5c81e09
to
523edc2
Compare
523edc2
to
1d9188c
Compare
1d9188c
to
fc39a44
Compare
fc39a44
to
28e209e
Compare
28e209e
to
87abbd9
Compare
87abbd9
to
1e9b7c8
Compare
1e9b7c8
to
de9a403
Compare
de9a403
to
e888cf3
Compare
e888cf3
to
88806ed
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.3.0-alpha.18
->4.4.0
4.2.17
->4.4.0
Release Notes
shuding/nextra (nextra)
v4.4.0
Compare Source
Minor Changes
26b1281
: feat: add Copy Documentation button/dropdown feature as LLM-OptimizedPrompt
v4.3.0
Compare Source
Minor Changes
eed8328
: feat: adapt colors and icons from original GitHub alerts syntaxfeat: new Callout type
important
fix: inconsistent built-in Callout's icons size
feat: improve Callout's accessibility colors
0831a1b
: Add anonSearch
callback to the<Search />
component. Thiscallback, when specified, is called upon every search input change.
b0afee7
: feat(tsdoc): add support for@inline
tag on function parametersc93fc48
: update zod to v4feat(TSDoc): rename
generateDocumentation
togenerateDefinition
feat(Bleed): pass all props from
div
element toBleed
,Callout
,Banner
container
fix(TSDoc): improve TSDoc comments for components
Banner
Head
Search
Bleed
Callout
Cards
FileTree
Steps
Table
Tabs
Playground
TSDoc
Layout
Navbar
fix(TSDoc): improve TSDoc comments for functions:
nextra
generateDefinition
useMDXComponents
01ac538
: feat(tsdoc): support @inline tag and fix mobile overflow intable
94b081c
: feat: refactor<Search>
component styles for improved transitionsand visibility
b5fab80
: addMDXRemote
component docs pagehttps://nextra.site/docs/built-ins/mdxremote
ef35ab9
: accept allComboboxInputProps
in Nextra's<Search />
componentd9dd061
: updatetailwindcss
to4.1.10
andreact-compiler-runtime
to19.1.0-rc.2
c134abe
: feat: improve overall accessibility, makes text/colors easier to readand achieves WCAG Level AAA compliance in many places
83f6c57
: feat: introduce new<TSDoc />
componentThe
<TSDoc>
component fromnextra/tsdoc
generates a properties table thatdisplays:
description or the
@description
tag. You can use any Markdown/MDX syntaxhere.
@default
or@defaultValue
tag.
#
anchor link to the property row for easy reference.More info can be found in https://nextra.site/docs/built-ins/tsdoc
07debf9
: feat(TSDoc): support flattening return object fieldsPatch Changes
71f7b3f
: Update https://nextra.site/docs/guide/search pageFixes extra margin-top inside
Tabs.Tab
Fix breaking
<Steps>
component numeration when there is<Tabs>
componentinside
47ba5f3
: fix: useem
for padding-y, padding-x and border-radius styles of<Code>
elementfix(TSDoc): for return signature without
name
return mobile card instead oftable
feat: use
em
insteadrem
for margins40267dc
: splitTSDoc
component logic toTSDoc
component andgenerateDocumentation
functionupdate https://nextra.site/docs/built-ins/tsdoc documentation
f717156
: feat(TSDoc): enableexactOptionalPropertyTypes
andstrictNullChecks
in ts-morphcompilerOptions
9f449e5
: fix(TSDoc): should shownull
type in properties table8ac2506
: chore: bumpbabel-plugin-react-compiler
andreact-compiler-runtime
, remove custom pnpm patch forbabel-plugin-react-compiler
a6a1f97
: fix(tsdoc): check@inline
and@remarks
tags on alias type too inaddition to field tags
fda0355
: fix tsdoc File not found: /var/task/.../tsconfig.jsonb2cba90
: improve TSDoc comments forgetPageMap
,generateStaticParamsFor
and
importPage
functions. Add new https://nextra.site/docs/guide/api page.f40e018
: fix TSDoc errorExpected to find an alias symbol
when using@inline
commentd29469e
: support Next.js 15.3.06a82e6f
: - Fix: Receivedfalse
for a non-boolean attributeprefetch
.next-mdx-import-source-file
inturbopack.resolveAlias
option
7de40fb
: Update Tailwind CSS guide to match v4 versionhttps://nextra.site/docs/advanced/tailwind-css
c7d25df
: fix(tsdoc): should resolvePartial
types as declared4547eb9
: feat(TSDoc): add support for functions and functions with multiplesignatures
407e0c4
: feat(TSDoc): addTSDoc.noParametersContent
prop00f4696
: add https://nextra.site/api page generated with TSDoc component31ddba4
: improve LaTeX docs, mention that you need apply styles for KaTeXhttps://nextra.site/docs/advanced/latex#apply-styles
a506e0b
: fixTypeError: page.generateMetadata is not a function
when usingwith
withSentryConfig
plugin9690841
: Upgrade remark-reading-time to 2.0.2 in dependencies.v4.3.0-alpha.31
Compare Source
Patch Changes
f40e018
: fix TSDoc errorExpected to find an alias symbol
when using@inline
commentv4.3.0-alpha.30
Compare Source
Minor Changes
b0afee7
: feat(tsdoc): add support for@inline
tag on function parametersv4.3.0-alpha.29
Compare Source
Patch Changes
a6a1f97
: fix(tsdoc): check@inline
and@remarks
tags on alias type too inaddition to field tags
v4.3.0-alpha.28
Compare Source
Minor Changes
ef35ab9
: accept allComboboxInputProps
in Nextra's<Search />
componentv4.3.0-alpha.27
Compare Source
Minor Changes
01ac538
: feat(tsdoc): support @inline tag and fix mobile overflow intable
v4.3.0-alpha.26
Compare Source
Patch Changes
c7d25df
: fix(tsdoc): should resolvePartial
types as declaredv4.3.0-alpha.25
Compare Source
Minor Changes
d9dd061
: updatetailwindcss
to4.1.10
andreact-compiler-runtime
to19.1.0-rc.2
v4.3.0-alpha.24
Compare Source
Minor Changes
0831a1b
: Add anonSearch
callback to the<Search />
component. Thiscallback, when specified, is called upon every search input change.
v4.3.0-alpha.23
Compare Source
Patch Changes
9690841
: Upgrade remark-reading-time to 2.0.2 in dependencies.v4.3.0-alpha.22
Compare Source
Minor Changes
c93fc48
: update zod to v4feat(TSDoc): rename
generateDocumentation
togenerateDefinition
feat(Bleed): pass all props from
div
element toBleed
,Callout
,Banner
container
fix(TSDoc): improve TSDoc comments for components
Banner
Head
Search
Bleed
Callout
Cards
FileTree
Steps
Table
Tabs
Playground
TSDoc
Layout
Navbar
fix(TSDoc): improve TSDoc comments for functions:
nextra
generateDefinition
useMDXComponents
b5fab80
: addMDXRemote
component docs pagehttps://nextra.site/docs/built-ins/mdxremote
v4.3.0-alpha.21
Compare Source
Patch Changes
6a82e6f
: - Fix: Receivedfalse
for a non-boolean attributeprefetch
.next-mdx-import-source-file
inturbopack.resolveAlias
option
v4.3.0-alpha.20
Compare Source
v4.3.0-alpha.19
Compare Source
Patch Changes
407e0c4
: feat(TSDoc): addTSDoc.noParametersContent
propConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.