Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
nextra@4.3.0 source code.tar.gz | 2025-07-28 | 19.2 MB | |
nextra@4.3.0 source code.zip | 2025-07-28 | 19.5 MB | |
README.md | 2025-07-28 | 5.0 kB | |
Totals: 3 Items | 38.8 MB | 0 |
Minor Changes
-
eed8328: feat: adapt colors and icons from original GitHub alerts syntax
feat: new Callout type
important
fix: inconsistent built-in Callout's icons size
feat: improve Callout's accessibility colors
-
0831a1b: Add an
onSearch
callback to the<Search />
component. This callback, when specified, is called upon every search input change. -
b0afee7: feat(tsdoc): add support for
@inline
tag on function parameters -
c93fc48: update zod to v4
feat(TSDoc): rename
generateDocumentation
togenerateDefinition
feat(Bleed): pass all props from
div
element toBleed
,Callout
,Banner
containerfix(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 in <TSDoc /> table
-
94b081c: feat: refactor
<Search>
component styles for improved transitions and visibility -
b5fab80: add
MDXRemote
component docs page https://nextra.site/docs/built-ins/mdxremote -
ef35ab9: accept all
ComboboxInputProps
in Nextra's<Search />
component -
d9dd061: update
tailwindcss
to4.1.10
andreact-compiler-runtime
to19.1.0-rc.2
-
c134abe: feat: improve overall accessibility, makes text/colors easier to read and achieves WCAG Level AAA compliance in many places
-
83f6c57: feat: introduce new
<TSDoc />
componentThe
<TSDoc>
component fromnextra/tsdoc
generates a properties table that displays:- Property name
- TypeScript type
- Property description - is parsed from TSDoc inline
description or the
@description
tag. You can use any Markdown/MDX syntax here. - Default value - are extracted from the
@default
or@defaultValue
tag. - Permalink - a
#
anchor link to the property row for easy reference.
More info can be found in https://nextra.site/docs/built-ins/tsdoc
[!IMPORTANT]
Huge thanks to xyflow - Node Based UIs for React and Svelte for sponsoring this feature!
-
07debf9: feat(TSDoc): support flattening return object fields
Patch Changes
-
71f7b3f: Update https://nextra.site/docs/guide/search page
Fixes extra margin-top inside
Tabs.Tab
Fix breaking
<Steps>
component numeration when there is<Tabs>
component inside -
47ba5f3: fix: use
em
for padding-y, padding-x and border-radius styles of<Code>
elementfix(TSDoc): for return signature without
name
return mobile card instead of tablefeat: use
em
insteadrem
for margins -
40267dc: split
TSDoc
component logic toTSDoc
component andgenerateDocumentation
functionupdate https://nextra.site/docs/built-ins/tsdoc documentation
-
f717156: feat(TSDoc): enable
exactOptionalPropertyTypes
andstrictNullChecks
in ts-morphcompilerOptions
-
9f449e5: fix(TSDoc): should show
null
type in properties table -
8ac2506: chore: bump
babel-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 in addition to field tags -
fda0355: fix tsdoc File not found: /var/task/.../tsconfig.json
-
b2cba90: improve TSDoc comments for
getPageMap
,generateStaticParamsFor
andimportPage
functions. Add new https://nextra.site/docs/guide/api page. -
f40e018: fix TSDoc error
Expected to find an alias symbol
when using@inline
comment -
d29469e: support Next.js 15.3.0
-
6a82e6f: - Fix: Received
false
for a non-boolean attributeprefetch
.- Allow override
next-mdx-import-source-file
inturbopack.resolveAlias
option
- Allow override
-
7de40fb: Update Tailwind CSS guide to match v4 version https://nextra.site/docs/advanced/tailwind-css
-
c7d25df: fix(tsdoc): should resolve
Partial
types as declared -
4547eb9: feat(TSDoc): add support for functions and functions with multiple signatures
-
407e0c4: feat(TSDoc): add
TSDoc.noParametersContent
prop -
00f4696: add https://nextra.site/api page generated with TSDoc component
-
31ddba4: improve LaTeX docs, mention that you need apply styles for KaTeX https://nextra.site/docs/advanced/latex#apply-styles
-
a506e0b: fix
TypeError: page.generateMetadata is not a function
when using withwithSentryConfig
plugin -
9690841: Upgrade remark-reading-time to 2.0.2 in dependencies.