You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Static HEEx children for client islands, passed to framework runtimes through the default slot/children channel.
Server-rendered Iconify icons through PhoenixIconify's <.icon> component in .astral templates.
Inline local SVG files through <.svg src="..." />, resolved with Volt asset aliases and rendered as HTML-safe SVG.
Phoenix-shaped get declarations in astral.config.exs for one-off generated static routes, with Plug-compatible middleware via plug.
A userland head metadata component pattern in the basic example and pages/layouts guide.
Root custom 404 pages (pages/404.{md,html,astral}) that build to dist/404.html and return 404 in development.
Documentation and tests for deterministic static output precedence: public files, then pages, then generated routes.
A custom 404 page in the basic example site.
Clearer content collection documentation for schema defaults and userland tag page patterns.
Setup-declared dynamic .astral page paths through strict Astral.Route.Path values and the path/1 setup helper.
Clearer develop/build/configuration docs covering dev server options, static build preview expectations, and metadata placement.
Editor setup, TypeScript, and environment variable guides that map Astral's Elixir site layer to Volt browser tooling.
Clearer plugins/integrations documentation separating Astral site plugins from Volt browser asset plugins.
Clearer routing, static endpoint, and middleware-scope documentation after auditing Astro's routing/endpoints/middleware guides.
Navigation documentation covering current i18n, prefetch, and view-transition boundaries.
Styling and browser-code documentation covering current CSS, font, syntax-highlighting, script, and framework-island boundaries.
Markdown, content, and data-fetching documentation covering current MDX, Markdown import, content loader, and live collection boundaries.
Server/runtime documentation covering current on-demand rendering, server island, action, session, and route caching boundaries.
Deployment documentation covering current static-host deployment and future adapter boundaries.
Backend, authentication, and testing documentation covering current composition boundaries.
Image documentation covering current build-time image service and future adapter/CDN boundaries.
Changed
Collection helpers, feed entry authors/dates, and collection sitemap dates now use schema-normalized entry.data instead of falling back to raw string-keyed frontmatter metadata.
Schema-less collections now expose empty normalized entry.data while preserving raw frontmatter in entry.metadata.