Skip to content

@fulldotdev/sitex@0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 16:43
· 1 commit to main since this release

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.