Skip to content

release: v1.54.0#2792

Merged
davydkov merged 3 commits into
mainfrom
changeset-release/main
Apr 7, 2026
Merged

release: v1.54.0#2792
davydkov merged 3 commits into
mainfrom
changeset-release/main

Conversation

@likec4-ci

@likec4-ci likec4-ci Bot commented Mar 20, 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/lsp@1.54.0

Minor Changes

  • #2843 47c4363 Thanks @davydkov! - Add standalone @likec4/lsp package for third-party editor integrations (Neovim, Zed, etc.)

    • Self-contained, fully-bundled CJS language server with zero runtime dependencies
    • Fixes #2840

@likec4/config@1.54.0

Patch Changes

  • Updated dependencies []:
    • @likec4/core@1.54.0
    • @likec4/log@1.54.0

@likec4/diagram@1.54.0

Patch Changes

  • #2827 1ae3eb6 Thanks @kavishkartha05! - Fix dynamic view variant setting not being honored when navigating to a dynamic view
    Fixes #2802

  • #2791 6d6cdd2 Thanks @davydkov! - Fix manual layout alignment tools (Align Left, Right, Center, Top, Middle, Bottom) not working

    Fixes #2771

  • Updated dependencies []:

    • @likec4/core@1.54.0
    • @likec4/styles@1.54.0

@likec4/generators@1.54.0

Patch Changes

  • #2825 b6f6a35 Thanks @kavishkartha05! - Fix LikeC4 generator not emitting element name in DSL output
    Fixes #2815
  • Updated dependencies []:
    • @likec4/config@1.54.0
    • @likec4/core@1.54.0
    • @likec4/log@1.54.0

@likec4/language-server@1.54.0

Patch Changes

  • #2832 302f020 Thanks @davydkov! - Add list-icons CLI command to list all available built-in icons with --format text|json and --group filter options

  • #2845 06ca18f Thanks @davydkov! - Fix element names starting with underscore followed by digit (e.g. _1password) being incorrectly rejected by the parser

    Fixes #2836

  • Updated dependencies []:

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

@likec4/language-services@1.54.0

Patch Changes

  • 15e92a4 Thanks @davydkov! - Don't cache LikeC4 instances in globalThis (leave it up to the user to do it if they want to)

  • Updated dependencies [302f020, b6f6a35, 06ca18f]:

    • @likec4/language-server@1.54.0
    • @likec4/generators@1.54.0
    • @likec4/config@1.54.0
    • @likec4/core@1.54.0
    • @likec4/layouts@1.54.0
    • @likec4/log@1.54.0

@likec4/layouts@1.54.0

Patch Changes

  • Updated dependencies []:
    • @likec4/core@1.54.0
    • @likec4/log@1.54.0

@likec4/leanix-bridge@1.54.0

Patch Changes

  • #2829 baba1aa Thanks @sraphaz! - - Validate LeanIX mapping partials before merge (parseLeanixMappingInput); align exports and mapping registry behaviour with specs.

  • Updated dependencies []:

    • @likec4/core@1.54.0

likec4@1.54.0

Patch Changes

  • #2832 302f020 Thanks @davydkov! - Add list-icons CLI command to list all available built-in icons with --format text|json and --group filter options

  • #2782 d0f38c7 Thanks @davydkov! - Add LikeC4 DSL Agent Skill enabling AI agents to write correct LikeC4 code without hallucinating syntax, resolves #2636

    To install LikeC4 skills into any project:

    npx skills add https://likec4.dev/
  • #2831 b442a71 Thanks @sraphaz! - Harden likec4:icons virtual module literals for CodeQL (embedded dynamic import). Raise floors for transitive dependencies via root pnpm.overrides (lodash, path-to-regexp, picomatch, brace-expansion, bn.js, yaml, smol-toml, ajv, crypto-browserify chain, etc.).

  • Updated dependencies []:

    • @likec4/core@1.54.0

@likec4/core@1.54.0

@likec4/log@1.54.0

@likec4/mcp@1.54.0

@likec4/style-preset@1.54.0

@likec4/styles@1.54.0

@likec4/playground@1.54.0

Patch Changes

  • Updated dependencies [302f020, 1ae3eb6, b6f6a35, 6d6cdd2, 06ca18f]:
    • @likec4/language-server@1.54.0
    • @likec4/diagram@1.54.0
    • @likec4/generators@1.54.0
    • @likec4/core@1.54.0
    • @likec4/log@1.54.0
    • @likec4/tsconfig@1.54.0
    • @likec4/styles@1.54.0

@likec4/react@1.54.0

Patch Changes

  • Updated dependencies []:
    • @likec4/core@1.54.0

@likec4/vite-plugin@1.54.0

Patch Changes

  • Updated dependencies [302f020, b6f6a35, 06ca18f, 15e92a4]:
    • @likec4/language-server@1.54.0
    • @likec4/generators@1.54.0
    • @likec4/language-services@1.54.0
    • @likec4/config@1.54.0
    • @likec4/core@1.54.0
    • @likec4/layouts@1.54.0
    • @likec4/log@1.54.0

likec4-vscode@1.54.0

Patch Changes

  • #2826 0a4af22 Thanks @davydkov! - Improve navigation from preview panel to sources by showing editor in a different tab group (deterministically).

@likec4/docs-astro@1.54.0

@likec4/tsconfig@1.54.0

@likec4/vscode-preview@1.54.0

@likec4-ci likec4-ci Bot force-pushed the changeset-release/main branch 6 times, most recently from 5ed2a67 to 1e99b1b Compare March 27, 2026 05:09
@likec4-ci likec4-ci Bot force-pushed the changeset-release/main branch 16 times, most recently from 54341f2 to 356aa43 Compare April 7, 2026 16:17
@likec4-ci likec4-ci Bot force-pushed the changeset-release/main branch from 9efa615 to 0e37653 Compare April 7, 2026 16:41
@davydkov davydkov changed the title prepare release release: v1.54.0 Apr 7, 2026
@davydkov davydkov merged commit 802ec74 into main Apr 7, 2026
1 of 2 checks passed
@davydkov davydkov deleted the changeset-release/main branch April 7, 2026 20:10
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