All notable changes to the Laioutr frontend (Nuxt based storefront, Frontend Core integration, and built in frontend features) will be documented in this file.
RemoteRender not caching page data across navigations, preventing redundant data fetches when returning to a previously visited page.PageRenderer crashing when the Nuxt instance is unavailable by removing the hook registration guard safely.PageRenderer not correctly resolving the selected variant in all cases.OrchestrBuilder types so apps can re-export their builders with correct TypeScript types.x-default path prefix.linkResolver to correctly generate absolute URLs.buildI18nConfig now resolves correctly when a locale has no explicit configuration.useRoute() returning stale route data in Studio preview. The preview now emits page:finish after each navigation to keep useRoute() current.useRoute() in Studio preview mode.globalThis as the data transport between the SSR plugin and API handler. Adds a persistent cache fallback for cold starts, a dedicated lightweight SSR trigger route (/_laioutr/reflect), and improved error logging.localeChain to the fallback language object.nuxt-i18n composables for seamless multi-market integration.setStaticProp.zodAs with z.ZodType.RcPage.path optionally non-localized for pages that don't need per-locale paths.ALL_LOCALES wildcard in favor of explicit locale codes throughout the frontend codebase.0.28.0.buildRoutes with alias generation and collision detection for localized paths.resolveMarketFromRequest for host- and path-based market resolution.buildI18nConfig transform and validateI18nConfig (dangling ref and collision detection).fillParams, toDevHost, getExonym.unlocalize and resolvePagePath.0.27.2.0.27.1.0.27.0 release line (Orchestr, Core Types, Kit).0.26.1.queryReference.link while resolving query fields so linked queries behave correctly.0.26.0.0.25.0 and internal improvements.0.24.0 with internal refinements.0.19.1 / 0.23.1.RcQueryLoadSpec, so frontends honour query default limits defined in RC.path property to error chunks and improved default query limit handling and shouldLoad behaviour in query handlers.0.20.0 / 0.18.0.type, preventing subtle bugs when reference types differ only in casing.0.19.0 / 0.16.0.passthrough.require, improved tracing and component-cache behaviour.projectSlug to the frontend-core config and a provisional link-resolver that later evolved into the current link resolver feature.QueryTemplates, and basic request tracing / summary support.QueryTemplates, added a catch-all page, and improved Studio refresh compatibility.QueryTemplates, extendRequest, preview flags in clientEnv, and better template provider reflection.