Version Packages#10
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
6604a3e to
8130eca
Compare
8130eca to
809ba4c
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
@opentf/create-web@0.6.0
Minor Changes
66fecf0: Documentation-site project template.
bun create @opentf/webnow prompts for a project type and can scaffold a docs site powered by@opentf/web-docs— navbar, sidebar nav, MDX pages,global.css, and a wired-upotfw.config.js— alongside the existing app template.@opentf/web@0.6.0
Minor Changes
66fecf0: SSG SEO/head rendering, MDX routes, and reactivity performance.
<head>rendering (server/head.js): Next-stylemetadata/generateMetadata, layout-chain merge, andrenderHeademitting title, description, canonical, robots, Open Graph, Twitter Card, and JSON-LD.titleTemplate("%s — Site") brands child-page titles;title: { absolute }opts out.RawHtmlbuilt-in (web-internal-raw-html) and.mdx/.mdroute module support.web-internal-*prefix for framework built-ins (Portal, RawHtml) plus an SSG host hook so they pre-render correctly.router.pathnamedrops a trailing slash (so/docs/x/matches the route table); forward navigation resets scroll (honoring#anchor), back/forward restores position.@opentf/web-cli@1.1.0
Minor Changes
66fecf0: MDX builds, SSG head/sitemap, docs search indexing, and a phased build UI.
.mdx/.mdmodules throughotfwc's MDX front-end.<head>from resolved metadata, pre-render dynamic routes, and emitsitemap.xml+robots.txt.otfw.config.js.otfw build --ssgruns a Pagefind index pass when docs search is configured (@opentf/web-docs/build'sindexWithPagefind), with live progress.→ dist/ ready in …; quiet on non-TTY streams.PLUGIN_TIMINGSadvisory (the per-file compiler subprocess dominates plugin time by design).public/assets (e.g./logo.png).Patch Changes
@opentf/web-docs@0.2.0
Minor Changes
66fecf0: Documentation-site theme: search, MDX niceties, and design polish.
indexWithPagefindfrom@opentf/web-docs/build.CodeBlockcomponent renders the same structure for non-fence code.Stepscomponent (numbered walkthrough);Tabsrenderscontentas-is and covers the package-manager "code group" pattern (replacingCodeGroup). ExportsNavbarLink,NavIcon,Steps.NavIconregistry, and a version badge.#heading anchors; aligned Markdown tables.Paginationnull crash on the first/last page, prose list markers, GFM task-list styling, copy-button Clipboard-API fallback, stickydisplay: contentsnavbar host.@opentf/web-compiler@0.2.0
Minor Changes
66fecf0: MDX table alignment, heading anchors, and brotli-compressed binaries.
:--/:-:/--:delimiter row emits inlinetext-alignper column..otfw-heading-anchor(aria-hidden, hidden until hover) so sections are shareable.otfwcbinaries now ship brotli-compressed (~0.65 MB vs ~2.3 MB raw); apostinstalldecompresses only the host's binary, with a lazy fallback inotfwcPath(). Uses Node'szlib(no extra dependency) and yields a byte-identical, runnable binary.