Skip to content

Version Packages#829

Merged
yamcodes merged 1 commit intomainfrom
changeset-release/main
Mar 6, 2026
Merged

Version Packages#829
yamcodes merged 1 commit intomainfrom
changeset-release/main

Conversation

@arkenv-bot
Copy link
Copy Markdown
Contributor

@arkenv-bot arkenv-bot bot commented Mar 6, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@arkenv/fumadocs-ui@0.0.4

Patch Changes

  • Add Header component #828 e1f3183 @yamcodes

    @arkenv/fumadocs-ui now exports a Header component for building site-wide navigation headers.

    import { Header } from "@arkenv/fumadocs-ui/components";
    
    <Header
      logo={<MyLogo />}
      links={[
        { text: "Docs", url: "/docs" },
        { text: "Blog", url: "/blog" },
      ]}
      actions={[<SearchToggle />, <ThemeToggle />]}
      menuActions={[<ThemeToggle />]}
      menuSocialActions={[<GitHubLink />]}
      sidebarTrigger={<MySidebarTrigger />}
    />;

    The header is fixed to the top of the viewport and adapts its appearance as the user scrolls — transparent when at the top of the page, blurred with a semi-transparent background once the user scrolls down.

    On mobile the header renders a full-screen dropdown menu. Nav links are stacked at the top, an "Appearance" row (label + menuActions) sits above a centered row of menuSocialActions. An optional sidebarTrigger slot renders left of the logo for layouts that have a docs sidebar.

  • Expand css/theme.css #828 e1f3183 @yamcodes

    @arkenv/fumadocs-ui/css/theme.css now includes a complete set of fumadocs override styles so any app importing the theme gets correct defaults out of the box: nav/header height variables, sidebar drawer positioning (left-side on mobile), z-index stack (header → backdrop → sidebar drawer → search dialog → Radix poppers), search bar colors, external link icons, link underline styles, and heading anchor alignment.

@github-actions github-actions bot added the docs Improvements or additions to documentation label Mar 6, 2026
@yamcodes yamcodes merged commit 9468ae0 into main Mar 6, 2026
14 checks passed
@yamcodes yamcodes deleted the changeset-release/main branch March 6, 2026 17:40
@arkenv-bot
Copy link
Copy Markdown
Contributor Author

arkenv-bot bot commented Mar 6, 2026

📦 Bundle Size Report

Package Size Limit Diff Status
@arkenv/bun-plugin 2.4 kB 2.44 kB <0.1%
@arkenv/vite-plugin 1.91 kB 2.93 kB <0.1%
arkenv 1.73 kB 1.95 kB <0.1%
arkenv/standard 1.01 kB 1.07 kB -41.6%
arkenv/core 441 B 500 B -75.1%

All size limits passed!

@arkenv-bot
Copy link
Copy Markdown
Contributor Author

arkenv-bot bot commented Mar 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (Asia/Almaty)
arkenv Ready Ready Preview, Comment Mar 6 2026, 10:43 PM (Asia/Almaty)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant