Getting Started

Changelogs

Central place for product level changelogs and pointers to app changelogs.

Changelogs overview

This section collects product level changelogs for the main Laioutr products and points you to changelogs for individual apps.

All changelogs follow the principles from Keep a Changelog and adhere to Semantic Versioning:

  • Each entry is grouped by version with a release date.
  • Changes are grouped by type (Added, Changed, Deprecated, Removed, Fixed, Security).
  • The most recent version appears at the top and an Unreleased section is kept for upcoming changes.

Product changelogs

Frontend Changelog

Changelog for the Laioutr frontend product. Tracks changes to the Nuxt based storefront, Frontend Core integration, and built in features.

Cockpit Changelog

Changelog for Cockpit (Studio). Tracks changes to the editor experience, page and content management, and project tooling.

UI Changelog

Changelog for Laioutr UI and UI Kit. Tracks changes to components, sections, and design system building blocks.

Orchestr Changelog

Changelog for Laioutr Orchestr. Tracks changes to the Orchestr runtime, canonical APIs, and server-side data layer behavior.

Orchestr Devtools Changelog

Changelog for Orchestr Devtools. Tracks changes to the developer tooling used to inspect, debug, and validate Orchestr integrations.

CLI Changelog

Changelog for the Laioutr CLI. Tracks changes to the command-line tool and its subcommands.

App changelogs

Each app (Shopify, Shopware, Commercetools, Adobe Commerce, etc.) maintains its changelog on GitHub as a CHANGELOG.md file in the app’s repository. The App Docs pages document what each app does, how to configure it, and include a Changelog section that points to the right repository:

  • App docs (configuration & usage): see App Docs.
  • Release notes (full history): use the CHANGELOG.md link on the app’s documentation page.

Hosting Adapter changelogs

Each hosting adapter (Vercel, AWS, Azure, Google, etc.) maintains its own changelog in its repository. The Hosting Adapter Docs section documents what each hosting adapter does and how to configure it:

  • See Hosting Adapter Docs for details per hosting adapter.
  • For implementation details and full changelog history, refer to the hosting adapter's GitHub repository or npm package page.