chore: bump package versions - #72
Open
cloudflare-nimbus-bot[bot] wants to merge 1 commit into
Open
Conversation
cloudflare-nimbus-bot
Bot
force-pushed
the
changeset-release/main
branch
from
August 4, 2026 21:30
967a7cb to
c9cd5ea
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.
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
@cloudflare/nimbus-docs@0.10.0
Minor Changes
#71
e5d74f9Thanks @MohamedH1998! - Enable MDX optimization by default to reduce large-site build memory usage. Sites can opt out withmdx: { optimize: false }.Verified the generated starter with optimization on and with
mdx: { optimize: false }forced; the rendered HTML is structurally equivalent for element names, attributes, and non-whitespace text. AC#3 is treated as semantic/structural render parity rather than byte identity: raw bytes differ due to serializer escaping and inter-block whitespace, but the rendered document is lossless.Spot-checked the starter
componentspage, which includes JSX tags in prose, inline code with<...>, quoted code, and package names. The optimized and opt-out renders preserve those special-character text probes and match structurally.Temporarily cap the supported Astro peer range to
>=7.0.0 <7.1.0while the Astro 7.1.x static build regression is upstream.@cloudflare/create-nimbus-docs@0.6.5
Patch Changes
#70
b9620bcThanks @MohamedH1998! - Fix search dialog results not scrolling. The results wrapper now lays out as aflex column, so the results list gets a bounded height and its
overflow-y-autoengages — long result sets scroll within the dialog instead of being clipped,
while the search input stays in view above the scroll region.
#71
4d6815fThanks @MohamedH1998! - Make pkg.pr.new preview builds scaffold from bundled PR templates and pin generated projects to the matching@cloudflare/nimbus-docspreview.Generated starters are now pinned to the verified Astro 7.0.x line while the upstream Astro 7.1.x static build regression is open.