Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2025

This PR contains the following updates:

Package Change Age Confidence
nextra ^3.0.0 -> ^4.0.0 age confidence
nextra-theme-docs ^3.0.0 -> ^4.0.0 age confidence

Release Notes

shuding/nextra (nextra)

v4.6.0

Compare Source

Minor Changes
  • e1d0ebd: Support disabling the "Copy Page" button through the theme.copyPage
    setting in _meta files
Patch Changes
  • nextra@​4.6.0

v4.5.1

Compare Source

Patch Changes
  • 8a4d176: fix TSDoc @inline tag to properly expand nested type aliases
  • Updated dependencies [8a4d176]
    • nextra@​4.5.1

v4.5.0

Compare Source

Minor Changes
  • 356a782: fix copy page button does not return the correct page contents due to
    cached MDX compiler

    add a copyPageButton layout prop which show/hide copy page content button

Patch Changes
  • Updated dependencies [356a782]
    • nextra@​4.5.0

v4.4.0

Compare Source

Minor Changes
  • 26b1281: feat: add Copy Documentation button/dropdown feature as LLM-Optimized
    Prompt

    Note

    If you are using
    content directory,
    you must pass the sourceCode prop to enable this feature.

    const {
      default: MDXContent,
      toc,
      metadata,
    + sourceCode
    } = await importPage(params.mdxPath)
    return (
    - <Wrapper toc={toc} metadata={metadata}>
    + <Wrapper toc={toc} metadata={metadata} sourceCode={sourceCode}>
        <MDXContent {...props} params={params} />
      </Wrapper>
    )
Patch Changes
  • Updated dependencies [26b1281]
    • nextra@​4.4.0

v4.3.0

Compare Source

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.

  • c93fc48: update zod to v4

    feat(TSDoc): rename generateDocumentation to generateDefinition

    feat(Bleed): pass all props from div element to Bleed, 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
  • 94b081c: feat: refactor <Search> component styles for improved transitions
    and visibility

  • b5fab80: add MDXRemote component docs page
    https://nextra.site/docs/built-ins/mdxremote

  • d9dd061: update tailwindcss to 4.1.10 and react-compiler-runtime to
    19.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 /> component

    The <TSDoc> component from nextra/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

  • fdeb5fe: feat: add new Layout prop feedback.link to customize feedback href

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

  • a070fdc: Fix [object Object] text on hovering breadcrumbs and pagination
    links

  • 47ba5f3: fix: use em for padding-y, padding-x and border-radius styles of
    <Code> element

    fix(TSDoc): for return signature without name return mobile card instead of
    table

    feat: use em instead rem for margins

  • 40267dc: split TSDoc component logic to TSDoc component and
    generateDocumentation function

    update https://nextra.site/docs/built-ins/tsdoc documentation

  • b0dde33: Fix collapse behaviour of sidebar

    • When a nested route item is active, clicking the parent route item should
      not collapse the section.
    • When the collapsible section is open, clicking the parent route item should
      not cause it to collapse.
    • Switching to another route should not trigger an unexpected reopening.
  • 8ac2506: chore: bump babel-plugin-react-compiler and
    react-compiler-runtime, remove custom pnpm patch for
    babel-plugin-react-compiler

  • 8edc715: fix phantom scroll when footer is disabled

  • b2cba90: improve TSDoc comments for getPageMap, generateStaticParamsFor
    and importPage functions. Add new https://nextra.site/docs/guide/api page.

  • d29469e: support Next.js 15.3.0

  • 2b18c66: - Disable prefetch for sidebar/breadcrumb/pagination links

    • Add extractStringsFromReactNode to extract strings from breadcrumb links and
      pagination links
  • 6a82e6f: - Fix: Received false for a non-boolean attribute prefetch.

    • Allow override next-mdx-import-source-file in turbopack.resolveAlias
      option
  • 4547eb9: feat(TSDoc): add support for functions and functions with multiple
    signatures

  • 407e0c4: feat(TSDoc): add TSDoc.noParametersContent prop

  • a506e0b: fix TypeError: page.generateMetadata is not a function when using
    with withSentryConfig plugin

  • Updated dependencies [eed8328]

  • Updated dependencies [71f7b3f]

  • Updated dependencies [0831a1b]

  • Updated dependencies [b0afee7]

  • Updated dependencies [c93fc48]

  • Updated dependencies [47ba5f3]

  • Updated dependencies [01ac538]

  • Updated dependencies [94b081c]

  • Updated dependencies [b5fab80]

  • Updated dependencies [40267dc]

  • Updated dependencies [ef35ab9]

  • Updated dependencies [f717156]

  • Updated dependencies [9f449e5]

  • Updated dependencies [8ac2506]

  • Updated dependencies [a6a1f97]

  • Updated dependencies [fda0355]

  • Updated dependencies [b2cba90]

  • Updated dependencies [f40e018]

  • Updated dependencies [d29469e]

  • Updated dependencies [d9dd061]

  • Updated dependencies [6a82e6f]

  • Updated dependencies [c134abe]

  • Updated dependencies [7de40fb]

  • Updated dependencies [c7d25df]

  • Updated dependencies [4547eb9]

  • Updated dependencies [407e0c4]

  • Updated dependencies [83f6c57]

  • Updated dependencies [00f4696]

  • Updated dependencies [31ddba4]

  • Updated dependencies [07debf9]

  • Updated dependencies [a506e0b]

  • Updated dependencies [9690841]

    • nextra@​4.3.0

v4.2.17

Compare Source

Patch Changes
  • a7db0e6: fix: use correct ReactNode zod validation for Layout.footer/banner/editLink/feedback.content/toc.backToTop/toc.extraContent/toc.title/search and Navbar.children/projectIcon/chatIcon
  • aac469e: fix: improve sidebar folder item arrow animation
  • Updated dependencies [a7db0e6]
  • Updated dependencies [18e7fb9]
    • nextra@​4.2.17

v4.2.16

Compare Source

Patch Changes
  • 2cfaacc: fix: frozen spinner on loading state in search results by updating Tailwind CSS to v4.0.10
  • Updated dependencies [2cfaacc]
    • nextra@​4.2.16

v4.2.15

Compare Source

Patch Changes
  • 5617e04: fix: loading state in search results was only visible during the first search

v4.2.14

Compare Source

Patch Changes
  • ccb5da2: removing custom nextra's scrollbar styles, allowing the browser's default scrollbars to be used
  • 05a202d: fix: make search results appear above the navbar
  • fd4e6d1: fix: make scroll position in sidebar stable between client-side navigation
  • Updated dependencies [ccb5da2]
  • Updated dependencies [05a202d]
    • nextra@​4.2.14

v4.2.13

Compare Source

Patch Changes
  • Updated dependencies [fc4035c]
  • Updated dependencies [fc4035c]
    • nextra@​4.2.13

v4.2.12

Compare Source

Patch Changes
  • 23b1c48: increate z-index for type: menu dropdown from 20 to 30
    • nextra@​4.2.12

v4.2.11

Compare Source

Patch Changes
  • 8805d3f: - add overflow: hidden on <html> element instead of <body> to lock scroll when mobile nav is open
    • increase z-index for mobile nav from 10 to 20, in navbar from 20 to 30
    • fix navbar alignement on mobile when Navbar.align prop is set to left
    • nextra@​4.2.11

v4.2.10

Compare Source

Patch Changes
  • 5c22495: - add Navbar.align prop to align navigation links to the specified side. (default 'right')
    • fix hidden nav links when specified with type: 'page', href: '...' in _meta files

v4.2.9

Compare Source

Patch Changes
  • 31534cb: add Navbar.className prop
    • nextra@​4.2.9

v4.2.8

Compare Source

Patch Changes
  • e610d1d: fix type of Navbar.children, should be ReactNode, not ReactElement
    • nextra@​4.2.8

v4.2.7

Compare Source

Patch Changes
  • 9b5eea6: allow change nextThemes.forcedTheme prop
    • nextra@​4.2.7

v4.2.6

Compare Source

Patch Changes
  • Updated dependencies [a7906d1]
    • nextra@​4.2.6

v4.2.5

Compare Source

Patch Changes
  • Updated dependencies [e6c3050]
    • nextra@​4.2.5

v4.2.4

Compare Source

Patch Changes
  • Updated dependencies [b46d831]
  • Updated dependencies [7949e28]
    • nextra@​4.2.4

v4.2.3

Compare Source

Patch Changes
  • ca67a19: remove requirement page.{jsx,tsx} pages to have exported metadata object

v4.2.2

Compare Source

Patch Changes
  • Updated dependencies [dd32eca]
    • nextra@​4.2.2

v4.2.1

Compare Source

Patch Changes
  • 5c51b49: fix allow configuring theme.toc in _meta file when toc.float is set to false for pages with type: 'page'
  • 996b0b5: fix: show Scroll to top link toc.backToTop when toc.float: false is set
    • nextra@​4.2.1

v4.2.0

Compare Source

Minor Changes
  • 90b8c66: allow configuring theme.toc with layout: 'default' in _meta files
Patch Changes
  • 0b0db89: better animations for open/closed state for the <NavbarMenu> component which is rendered with type: 'menu' in _meta file
  • 427b080: calculate --nextra-banner-height after mounting banner, so banner text can be wrapped on multiple lines
  • 6b8053f: fix a sudden height jump on opening for <detail> element when his last children contain margins
  • 5d1e75b: add the missing transition-opacity style for the <BackToTop> component
  • b0e686e: hide default <summary> arrow on mobile
  • 2b0b434: add the missing cursor-pointer style in the <BackToTop> component
  • bcc34cc: reduce main area padding x to from 24px to 16px like in next.js docs
  • Updated dependencies [427b080]
  • Updated dependencies [6b8053f]
  • Updated dependencies [b0e686e]
    • nextra@​4.2.0

v4.1.1

Compare Source

Patch Changes

v4.1.0

Compare Source

Minor Changes
  • 7caf059: - generate unique anchor id for <summary> elements based on its content at build time
    • add anchor link icon for <summary>
Patch Changes
  • fa7f1ee: fix cropped sidebar footer on desktop, when Nextra's <Banner> is used
  • Updated dependencies [7caf059]
    • nextra@​4.1.0

v4.0.9

Compare Source

Patch Changes
  • e78f796: fix console error from <Search> results error TypeError: Cannot destructure property 'results' of '(intermediate value)' as it is null.

    select right tab and scroll into view when html element with location.hash id is inside <Tabs.Tab>

  • ff007b2: fix clicking on search result from same page doesn't scroll to the heading

v4.0.8

Compare Source

Patch Changes
  • 267ef81: fix parsing empty front matter

v4.0.7

Patch Changes
  • Updated dependencies [32e7d55]
  • Updated dependencies [695e428]
  • Updated dependencies [fc78033]
  • Updated dependencies [b2f2458]
    • nextra@​4.0.7

v4.0.5

Compare Source

Patch Changes
  • Updated dependencies [14bf091]
    • nextra@​4.0.5

v4.0.4

Compare Source

Patch Changes
  • 5132295: fix broken showLineNumbers setting on code blocks
  • 5132295: fix unable order _meta key with index name

v4.0.3

Compare Source

Patch Changes
  • a0c432f: fix TypeError: Cannot read properties of null (reading 'querySelector')
    • nextra@​4.0.3

v4.0.2

Compare Source

Patch Changes
  • 865e2ab: hide On This Page TOC's title themeConfig.toc.title when there is no toc links
    • nextra@​4.0.2

v4.0.1

Compare Source

Patch Changes
  • 481e0d0: fix syntax highlighting for mdx lang and improve docs for /docs/docs-theme/start
  • 426cd66: Remove margin-top from .nextra-steps :before pseudo selector
  • Updated dependencies [481e0d0]
  • Updated dependencies [426cd66]
    • nextra@​4.0.1

v4.0.0

Compare Source

Nextra 4.0 is just released!

🔹App Router
🔹Turbopack
🔹Compiled by React-Compiler
🔹New Rust-powered search engine Pagefind
🔹RSC i18n
🔹Server/Client components
🔹Smallest bundle size EVER for a Nextra-powered website
🔹GitHub Alert Syntax
🔹New _meta.global file
🔹… and more

Blog post announcement and migration guide.

Please refer to CHANGELOG.md for details.

v3.3.1

Compare Source

Patch Changes
  • bfa61d9: add text-overflow: ellipsis for <Cards.Card> component

v3.3.0

Compare Source

Minor Changes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 5 times, most recently from 96cc863 to 85d22ca Compare April 6, 2025 09:13
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch from 85d22ca to 4dddeeb Compare June 30, 2025 12:04
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 2 times, most recently from 2ff625e to d3a2709 Compare August 3, 2025 07:52
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 2 times, most recently from b4f3f78 to 9705178 Compare August 13, 2025 14:58
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 2 times, most recently from ebe9b65 to 50182c6 Compare August 22, 2025 11:01
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch from 50182c6 to 0fb8a7b Compare August 31, 2025 11:02
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 2 times, most recently from 04518d6 to 4f898a1 Compare September 27, 2025 17:44
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch from 4f898a1 to 03df203 Compare October 2, 2025 15:30
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch from 03df203 to 0c9c9d5 Compare October 21, 2025 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant