Releases: fulldotdev/sitex
@fulldotdev/sitex@0.3.0
Minor Changes
-
Add MDX pages with layout-based rendering, page data from MDX frontmatter, and configurable MDX components.
Add server-rendered TSX pages through
export const render = "server", while keeping static routes as the default build output.Improve island rendering with
client:load,client:only,client:visible,client:idle, andclient:media.Refresh the documentation for the 0.3 page model, deployment behavior, component rendering, and project structure.
v0.2.1
Patch Changes
8a6ef88Thanks @silveltman! - Add fallbacksitex:contenttypes so projects can typecheck before generated content types exist.
v0.2.0
Minor Changes
-
00eab4dThanks @silveltman! - Add a typed route content API throughsitex:content, including generated content types,getPages, andgetPage.Update SiteX for Vite 8, switch package bundling to Rolldown, externalize peer dependency subpaths correctly, and build CSS entry points through Vite's Rolldown input configuration.
Refresh the documentation site with a Content API page, content-driven docs navigation, hydrated code-block copy buttons, and updated installation guidance.
v0.1.3
Patch Changes
-
Discover route CSS through Vite's module graph instead of scanning source files with a regex, and inject the discovered production CSS into generated static HTML.
-
Simplify the docs layout shell and theme handling.
v0.1.2
Patch Changes
- #4
a243305Thanks @silveltman! - Remove pnpm build-script approval flags from the primary install command and document that build-script approvals belong in project package manager configuration.
v0.1.1
Patch Changes
- #1
729204eThanks @silveltman! - Publish compiled package entrypoints for the Vite plugin and island runtime so consumers no longer load TypeScript files from node_modules.
v0.1.0
Initial public release of @fulldotdev/sitex.