github fuma-nama/fumadocs fumadocs-core@15.6.0

latest releases: create-fumadocs-app@15.7.10, fumadocs-typescript@4.0.8, fumadocs-core@15.7.10...
2 months ago

Minor Changes

  • f8d1709: Redesigned Codeblock Tabs

    Instead of relying on Tabs component, it supports a dedicated tabs component for codeblocks:

    <CodeBlockTabs>
      <CodeBlockTabsList>
        <CodeBlockTabsTrigger value="value">Name</CodeBlockTabsTrigger>
      </CodeBlockTabsList>
      <CodeBlockTab value="value" asChild>
        <CodeBlock>...</CodeBlock>
      </CodeBlockTab>
    </CodeBlockTabs>

    The old usage is not deprecated, you can still use them while Fumadocs' remark plugins will generate codeblock tabs using the new way.

Patch Changes

  • d0f8a15: Enable remarkNpm by default, replace remarkInstall with it.
  • 84918b8: Support passing tag to search client/server as string array

Don't miss a new fumadocs release

NewReleases is sending notifications on new releases.