Version Packages - #74
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
tegami/version-packages
branch
from
August 18, 2026 15:35
7aa96aa to
ced2306
Compare
github-actions
Bot
force-pushed
the
tegami/version-packages
branch
from
August 18, 2026 15:59
ced2306 to
5e62aa9
Compare
github-actions
Bot
force-pushed
the
tegami/version-packages
branch
from
August 18, 2026 16:39
5e62aa9 to
a230980
Compare
github-actions
Bot
force-pushed
the
tegami/version-packages
branch
from
August 18, 2026 16:58
a230980 to
b23c53d
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
All bumped packages.
@fumapress/ai1.0.0-beta.31.0.0fumapress1.0.0-beta.31.0.0@fumapress/feedback1.0.0-beta.31.0.0@fumapress/graphql1.0.0-beta.31.0.0@fumapress/language1.0.0-beta.31.0.0@fumapress/mintlify1.0.0-beta.31.0.0@fumapress/obsidian1.0.0-beta.31.0.0@fumapress/notion1.0.0-beta.31.0.0@fumapress/sanity1.0.0-beta.31.0.0@fumapress/tegami1.0.0-beta.31.0.0create-fumapress-versions0.1.70.1.8create-fumapress0.1.70.1.8Changelogs
2026-07-23-77a8ee.mdShow Bumped Packages (10)
npm:@fumapress/ainpm:fumapressnpm:@fumapress/feedbacknpm:@fumapress/graphqlnpm:@fumapress/languagenpm:@fumapress/mintlifynpm:@fumapress/obsidiannpm:@fumapress/notionnpm:@fumapress/sanitynpm:@fumapress/tegamiRedesign the core API for v1
Layouts move onto the config object (
renderPage,renderRoot,renderNotFound,defaultLayoutProps),contentreplacesloader, and plugin types are renamed (PressPlugin,AppShape).See the migration guide.
2026-08-04-a317a1af.mdShow Bumped Packages (1)
npm:@fumapress/aiFix
aiPluginexportaiPluginwas re-exported as a type-only export, soimport { aiPlugin } from "@fumapress/ai"failed at runtime. It is now exported as a value.Support the Glass layout
aiPluginnow binds AI chat to the Glass layout's nativeaiChatoption, the Ask AI trigger is shown in the layout header & sidebar instead of a floating button.2026-08-18-auto-image-optimization.mdShow Bumped Packages (1)
npm:fumapressAutomatic image optimization
The recommended preset now enables image optimization automatically, with a provider matching your
deployment adapter (auto-detected from the environment, or set via the
adapteroption):sharpis installed in your app and therender mode is not static.
On other targets, or when the requirements above aren't met, image optimization is skipped and the
Imagecomponent keeps rendering a plain<img>, sosharpstays an optional dependency.An explicitly configured image plugin takes priority over the detected provider. Configure one to
customize options such as
allowedHostsfor remote images.2026-08-18-fumapress-cli.mdShow Bumped Packages (1)
npm:fumapressOwn CLI, Waku.js becomes an internal dependency
Fumapress now ships its own
fumapressCLI and manages Waku.js as a regular dependency, so apps nolonger install
wakuorreact-server-dom-webpackthemselves. Fresh installs only needfumapress,Fumadocs, React, and Vite.
Migration:
wakuandreact-server-dom-webpackfrom your dependencies.viteto yourdevDependenciesif it isn't there yet.waku dev/waku build/waku startscripts withfumapress dev/fumapress build/fumapress start.waku.config.tstovite.config.ts: it is a plain Vite config now, usedefineConfigfromviteand move thevitefield's contents to the top level.basePath,srcDir,distDir,privateDir,rscBase, and the deploymentadapter) moved into the
press()plugin options invite.config.ts.src/pages.gen.tsif present, it is stale output of Waku's route typegen (disabled byFumapress) and its
waku/routertype imports no longer resolve.Custom server entries (
src/waku.server.tsx) keep using Waku APIs directly — installwakuyourselfin that case, matching the version pinned by Fumapress.
Auto-dedupe framework packages
The
press()Vite plugin now adds detected framework packages (Fumadocs, Fumapress plugins, and otherpackages with a React peer dependency) to
resolve.dedupe, preventing duplicated React contexts whena package manager instantiates them more than once. The manual
resolve.dedupe: ["fumadocs-ui"]workaround is no longer necessary.
2026-08-18-msysqkpq.mdShow Bumped Packages (1)
npm:fumapressSkip error when base URL is not specified
2026-07-15-mrkxqsxq.mdShow Bumped Packages (1)
npm:fumapressSupport robots.txt plugin
Auto-generate
robots.txt.2026-07-15-mrkxrk1x.mdShow Bumped Packages (1)
npm:fumapressSupport RSS plugin
Auto-generate RSS feed from plugin.
2026-07-15-mrkxxck1.mdShow Bumped Packages (1)
npm:fumapressSupport "recommended" plugin preset
By default, the "recommended" plugin preset will be enforced, adding plugins for llms.txt, robots.txt, rss, and search.
2026-07-25-9c3d1b.mdShow Bumped Packages (1)
npm:fumapressSupport GitLab and Bitbucket repositories
site.gitaccepts aprovideroption (githubby default, plusgitlabandbitbucket). The navbar icon link and page source links now point at the configured provider with its own brand icon. Self-hosted instances can setgit.urlto their instance URL.ctx.getFileGitHubUrl()is renamed toctx.getFileUrl(), the old name still works but is deprecated.2026-07-27-ms35d6wz.mdShow Bumped Packages (2)
npm:fumapressnpm:@fumapress/obsidianUse Waku beta 8
Bump dependencies.
2026-07-31-96820a0b.mdShow Bumped Packages (1)
npm:fumapressMigrate built-in search to ZBSearch
Static Orama search now uses Fumadocs Core's
staticClientbacked by ZBSearch. The@orama/oramadependency was removed.Use
fumadocsMdx()Vite pluginScaffolded apps and docs examples now register the Fumadocs MDX Vite plugin via
fumadocsMdx()instead of the default import.2026-08-04-6886d034.mdShow Bumped Packages (1)
npm:fumapressSupport the Glass layout
Added
fumapress/layouts/glass, a layout wrapper for the new Glass layout from Fumadocs UI. It accepts the same options as the docs & notebook layouts, and works with built-in plugins (OpenAPI, AsyncAPI, GraphQL, llms.txt).It requires Fumadocs UI v16.12.0 or above, remember to import
fumadocs-ui/css/generated/glass.cssin your CSS file.2026-08-07-manifest.mdShow Bumped Packages (1)
npm:fumapressReport broken links as data
linkValidationPlugingained areportoption. It still fails the build by default, but can nowwrite
dist/fumapress-diagnostics.jsoninstead, so a CI check can annotate a pull request ratherthan parse an error message.
Use
"both"to write the file and still fail the build. The file is written on every build, so anempty
diagnosticsarray means validation ran and found nothing, rather than that it never ran.2026-08-11-blog-tags-path.mdShow Bumped Packages (1)
npm:fumapressFix tag links on the blog tags page
The tags page hardcoded
/blog/tags/{tag}for every tag, so ablogPluginconfigured with a custompaths.tagslinked to a route that was never generated, and localized sites dropped the localeprefix. Both cases returned 404. Links now resolve against the configured tags path and the current
locale, matching the tag links already rendered on blog posts.
2026-08-04-d1f305af.mdShow Bumped Packages (1)
npm:@fumapress/graphqlAdd the GraphQL integration
Generate API docs from your GraphQL schema with
@fumadocs/graphql:2026-07-23-7f4c2a.mdShow Bumped Packages (1)
npm:@fumapress/obsidianAdd the Obsidian content integration
Render Obsidian vaults directly in Fumapress with server-side components, search and LLM text adapters, and development hot reload.
2026-07-14-a41c9e.mdShow Bumped Packages (1)
npm:@fumapress/notionAdd the Notion content integration
Pull pages from a Notion data source and render their blocks in Fumapress.
Publish
The following packages will be published if merged:
@fumapress/ai1.0.0npmfumapress1.0.0npmcreate-fumapress0.1.8npm@fumapress/feedback1.0.0npm@fumapress/graphql1.0.0npm@fumapress/language1.0.0npm@fumapress/mintlify1.0.0npm@fumapress/obsidian1.0.0npm@fumapress/notion1.0.0npm@fumapress/sanity1.0.0npm@fumapress/tegami1.0.0npm