Skip to content

release: v1.52.0#2684

Merged
davydkov merged 3 commits into
mainfrom
changeset-release/main
Mar 9, 2026
Merged

release: v1.52.0#2684
davydkov merged 3 commits into
mainfrom
changeset-release/main

Conversation

@likec4-ci

@likec4-ci likec4-ci Bot commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@likec4/language-server@1.52.0

Minor Changes

  • #2667 2c6a43d Thanks @m9810223! - Add likec4 format (alias fmt) CLI command for formatting .c4 source files

    • @likec4/language-server — add format() method to LikeC4LanguageServices with projectIds/documentUris filtering and LSP formatting options
    • @likec4/language-services — add format() method to LikeC4 facade, translating project name strings to ProjectId
    • likec4 — add format CLI command with --check mode for CI, --project and --files filtering

Patch Changes

  • #2705 4d579d6 Thanks @davydkov! - Disable implicit views by default. Auto-generated scoped views for elements without explicit views are no longer created unless "implicitViews": true is set in the project config. To restore the previous behavior, add "implicitViews": true to your likec4.json configuration.

  • #2713 bc47423 Thanks @davydkov! - Remove deprecated ManualLayoutV1 and related migration command

  • Updated dependencies [4d579d6, bc47423]:

    • @likec4/config@1.52.0
    • @likec4/core@1.52.0
    • @likec4/layouts@1.52.0
    • @likec4/log@1.52.0

@likec4/language-services@1.52.0

Minor Changes

  • #2667 2c6a43d Thanks @m9810223! - Add likec4 format (alias fmt) CLI command for formatting .c4 source files

    • @likec4/language-server — add format() method to LikeC4LanguageServices with projectIds/documentUris filtering and LSP formatting options
    • @likec4/language-services — add format() method to LikeC4 facade, translating project name strings to ProjectId
    • likec4 — add format CLI command with --check mode for CI, --project and --files filtering

Patch Changes

  • Updated dependencies [2c6a43d, 4d579d6, a80d2e8, aab9343, bc47423]:
    • @likec4/language-server@1.52.0
    • @likec4/config@1.52.0
    • @likec4/generators@1.52.0
    • @likec4/core@1.52.0
    • @likec4/layouts@1.52.0
    • @likec4/log@1.52.0

likec4@1.52.0

Minor Changes

  • #2667 2c6a43d Thanks @m9810223! - Add likec4 format (alias fmt) CLI command for formatting .c4 source files

    • @likec4/language-server — add format() method to LikeC4LanguageServices with projectIds/documentUris filtering and LSP formatting options
    • @likec4/language-services — add format() method to LikeC4 facade, translating project name strings to ProjectId
    • likec4 — add format CLI command with --check mode for CI, --project and --files filtering

Patch Changes

  • #2705 4d579d6 Thanks @davydkov! - Disable implicit views by default. Auto-generated scoped views for elements without explicit views are no longer created unless "implicitViews": true is set in the project config. To restore the previous behavior, add "implicitViews": true to your likec4.json configuration.

  • #2731 7e0ac9b Thanks @davydkov! - Add --output alias to all likec4 gen subcommands for consistency with build and export commands. Fixes #2706

  • #2665 6257147 Thanks @ckeller42! - Add search bar, navigation drawer, and theme toggle to overview page

    • Search for elements and views directly from the overview page via visible search bar or ⌘K
    • Browse all diagrams through sidebar navigation drawer with file/folder/list grouping
    • Toggle dark/light mode from the overview header
    • Navigate from search results to a diagram view with element focus

    Fixes #1679

  • Updated dependencies [bc47423]:

    • @likec4/core@1.52.0

@likec4/config@1.52.0

Patch Changes

  • #2705 4d579d6 Thanks @davydkov! - Disable implicit views by default. Auto-generated scoped views for elements without explicit views are no longer created unless "implicitViews": true is set in the project config. To restore the previous behavior, add "implicitViews": true to your likec4.json configuration.

  • Updated dependencies [bc47423]:

    • @likec4/core@1.52.0
    • @likec4/log@1.52.0

@likec4/core@1.52.0

Patch Changes

@likec4/diagram@1.52.0

Patch Changes

  • #2665 6257147 Thanks @ckeller42! - Add search bar, navigation drawer, and theme toggle to overview page

    • Search for elements and views directly from the overview page via visible search bar or ⌘K
    • Browse all diagrams through sidebar navigation drawer with file/folder/list grouping
    • Toggle dark/light mode from the overview header
    • Navigate from search results to a diagram view with element focus

    Fixes #1679

  • Updated dependencies [bc47423]:

    • @likec4/core@1.52.0
    • @likec4/styles@1.52.0

@likec4/generators@1.52.0

Patch Changes

  • #2685 a80d2e8 Thanks @sraphaz! - Draw.io: infer shape person on re-import for round-trip fidelity

    • Import: inferKind() now treats shape=actor as actor (alongside umlactor and shape=person). inferShape() returns 'person' when the DrawIO cell style contains shape=actor, shape=person, or umlactor. Re-imported actor cells thus get actor 'title' and an explicit style { shape person } in the emitted .c4 source. Round-trip: export may emit person as shape=actor or shape=umlActor; import recognizes both via inferKind() and inferShape() so cells become actor with shape person.
  • #2682 aab9343 Thanks @davydkov! - Fix Draw.io export rendering elements with shape person as ellipses instead of person/actor shapes. Fixes #2679.

  • Updated dependencies [bc47423]:

    • @likec4/core@1.52.0
    • @likec4/log@1.52.0

@likec4/layouts@1.52.0

Patch Changes

  • #2713 bc47423 Thanks @davydkov! - Remove deprecated ManualLayoutV1 and related migration command

  • Updated dependencies [bc47423]:

    • @likec4/core@1.52.0
    • @likec4/log@1.52.0

@likec4/log@1.52.0

@likec4/mcp@1.52.0

@likec4/style-preset@1.52.0

@likec4/styles@1.52.0

@likec4/playground@1.52.0

Patch Changes

  • Updated dependencies [2c6a43d, 4d579d6, a80d2e8, aab9343, 6257147, bc47423]:
    • @likec4/language-server@1.52.0
    • @likec4/generators@1.52.0
    • @likec4/diagram@1.52.0
    • @likec4/core@1.52.0
    • @likec4/log@1.52.0
    • @likec4/tsconfig@1.52.0
    • @likec4/styles@1.52.0

@likec4/react@1.52.0

Patch Changes

  • Updated dependencies [bc47423]:
    • @likec4/core@1.52.0

@likec4/vite-plugin@1.52.0

Patch Changes

  • Updated dependencies [2c6a43d, 4d579d6, a80d2e8, aab9343, bc47423]:
    • @likec4/language-server@1.52.0
    • @likec4/language-services@1.52.0
    • @likec4/config@1.52.0
    • @likec4/generators@1.52.0
    • @likec4/core@1.52.0
    • @likec4/layouts@1.52.0
    • @likec4/log@1.52.0

likec4-vscode@1.52.0

Patch Changes

@likec4/docs-astro@1.52.0

@likec4/tsconfig@1.52.0

@likec4/vscode-preview@1.52.0

@likec4-ci likec4-ci Bot force-pushed the changeset-release/main branch 22 times, most recently from 6b818a3 to 59780d8 Compare March 9, 2026 11:46
@likec4-ci likec4-ci Bot force-pushed the changeset-release/main branch from b6a258c to fb6ac45 Compare March 9, 2026 12:11
@davydkov davydkov changed the title prepare release release: v1.52.0 Mar 9, 2026
@davydkov davydkov merged commit 170df5a into main Mar 9, 2026
4 checks passed
@davydkov davydkov deleted the changeset-release/main branch March 9, 2026 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant