Skip to content

Releases: fulldotdev/sitex

@fulldotdev/sitex@0.3.0

09 Jun 16:43

Choose a tag to compare

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, and client:media.

    Refresh the documentation for the 0.3 page model, deployment behavior, component rendering, and project structure.

v0.2.1

03 Jun 13:01

Choose a tag to compare

Patch Changes

  • 8a6ef88 Thanks @silveltman! - Add fallback sitex:content types so projects can typecheck before generated content types exist.

v0.2.0

03 Jun 12:57

Choose a tag to compare

Minor Changes

  • 00eab4d Thanks @silveltman! - Add a typed route content API through sitex:content, including generated content types, getPages, and getPage.

    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

02 Jun 20:02
63df677

Choose a tag to compare

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

01 Jun 11:13
fe4ff16

Choose a tag to compare

Patch Changes

  • #4 a243305 Thanks @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

01 Jun 10:28
8702b4a

Choose a tag to compare

Patch Changes

  • #1 729204e Thanks @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

31 May 20:00

Choose a tag to compare

Initial public release of @fulldotdev/sitex.