2026 03 header en copy

Laioutr Release News - March 2026

Laioutr Release News - March 2026

March was all about multi-market and internationalization across the Laioutr platform. Every product received substantial updates to natively support multilingual storefronts with dedicated market domains. The Cockpit also introduces a new API key system for automated app publishing.

Frontend Core v0.28.0 – v0.28.6

Highlights

  • Field-Value Coercion: Field values are now automatically converted between types (text to media, text to link, text to number, and vice versa) — fewer manual adjustments when changing field types.
  • Multi-Market Integration: New shadow composables for nuxt-i18n enable seamless integration of multiple markets with their own domains. Route aliases ensure correct Studio previews.
  • Explicit Locale Codes: The ALL_LOCALES wildcard has been replaced with explicit locale codes throughout the frontend - a cleaner, more predictable i18n architecture.

Bug Fixes & Improvements

  • Multiple fixes for Vercel deployments: reflect API route, Nitro bundle compatibility, static package exports, and cold-start handling.
  • Correct locale-switching behavior in Studio preview.
  • Fixed "chain is not iterable" error for projects without market configuration.

Laioutr UI v1.31.0 – v1.31.4

Highlights

  • LanguageSwitcher with Market Domains: The LanguageSwitcher now uses market domains for locale data and switches via navigation instead of full-page reloads — faster and smoother language switching.
  • Link Fields Everywhere: Blocks and sections consistently use the new link-field system, including updated CTA button links.

Bug Fixes & Improvements

  • Fixed SSR hydration errors.
  • Added missing useResolvedLink import in SectionBreadcrumbs.

CLI v0.4.0

  • New laioutr app release command: App releases can now be published directly via the CLI using API key authentication — ideal for CI/CD pipelines.

Cockpit (Studio) - March 2026

Highlights

  • API Keys & App Releases: New API key management in organization settings with full CRUD support. A new REST endpoint enables automated app publishing via API key authentication.
  • i18n & Localization: Localized field indicators, a market-aware language switcher in Studio, and a language selector during project creation. Automatic migration from ALL_LOCALES to explicit locale codes with CRDT backup support.
  • Project Management: New "Create project" button in the organization tab, automatic domain generation on project creation.

Bug Fixes & Improvements

  • CRDT key migration with backup support and protection against circular fallback chains.
  • Various fixes for Studio fields, market availability, and Vercel compatibility.
  • Studio connection timeout increased to 10 seconds for slower networks.

Find the full changelogs with all technical details at docs.laioutr.io/getting-started/changelogs.