Skip to content

release: v1.58.0#2981

Merged
davydkov merged 3 commits into
mainfrom
changeset-release/main
Jun 5, 2026
Merged

release: v1.58.0#2981
davydkov merged 3 commits into
mainfrom
changeset-release/main

Conversation

@likec4-ci

@likec4-ci likec4-ci Bot commented May 23, 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/config@1.57.1

Patch Changes

@likec4/core@1.57.1

Patch Changes

  • f2c0b57 Thanks @davydkov! - Edit edge label positions in the diagram editor. Select a relationship edge and drag its label to reposition it; the position is saved to the manual layout with undo/redo. A manually placed label moves together with the edge when its curve is reshaped, keeping its offset.

  • #2986 8ad28c7 Thanks @ckeller42! - Fix deployment relationship filters so source and target metadata predicates use deployed instance metadata.
    Instance metadata replaces, not merges with, model element metadata, matching existing deployment model semantics.

  • #2978 75e1510 Thanks @farhan523! - Tags with custom hex / rgb colors now get an accurate text color derived from the background via APCA contrast, instead of the previous CSS-filter workaround. TagStylesProvider emits --colors-likec4-tag-text for all tags (custom-colored and named), and the autoTextColor variant is removed from the likec4tag recipe. getContrastedColorsAPCA is now exported from @likec4/core/styles. Resolves #2143.

@likec4/diagram@1.57.1

Patch Changes

  • f2c0b57 Thanks @davydkov! - Support deleting elements/edges in the diagram editor (except dynamic views). Selecting nodes (and/or edges) and pressing delete now removes them from the view, automatically dropping any edges connected to a deleted node. The change is added to undo/redo history.

  • f2c0b57 Thanks @davydkov! - Edit edge label positions in the diagram editor. Select a relationship edge and drag its label to reposition it; the position is saved to the manual layout with undo/redo. A manually placed label moves together with the edge when its curve is reshaped, keeping its offset.

  • #2995 e14bc24 Thanks @davydkov! - fix: "apply latest" action tries to run the new AI layout enhancement

  • #2978 75e1510 Thanks @farhan523! - Tags with custom hex / rgb colors now get an accurate text color derived from the background via APCA contrast, instead of the previous CSS-filter workaround. TagStylesProvider emits --colors-likec4-tag-text for all tags (custom-colored and named), and the autoTextColor variant is removed from the likec4tag recipe. getContrastedColorsAPCA is now exported from @likec4/core/styles. Resolves #2143.

  • Updated dependencies [f2c0b57, 8ad28c7, 75e1510]:

    • @likec4/core@1.57.1
    • @likec4/styles@1.57.1

@likec4/generators@1.57.1

Patch Changes

  • Updated dependencies [f2c0b57, 8ad28c7, 75e1510]:
    • @likec4/core@1.57.1
    • @likec4/config@1.57.1
    • @likec4/log@1.57.1

@likec4/language-server@1.57.1

Patch Changes

  • #2985 e2ad89e Thanks @farhan523! - Nested parallel blocks in dynamic views now produce a clear validation error (Nested parallel blocks are not allowed) instead of a cryptic parser error. The grammar is loosened to accept the nested form so the validator can attach a diagnostic to the inner block. Resolves #988.

  • Updated dependencies [f2c0b57, 8ad28c7, 75e1510]:

    • @likec4/core@1.57.1
    • @likec4/config@1.57.1
    • @likec4/generators@1.57.1
    • @likec4/layouts@1.57.1
    • @likec4/log@1.57.1

@likec4/language-services@1.57.1

Patch Changes

  • Updated dependencies [f2c0b57, 8ad28c7, e2ad89e, 75e1510]:
    • @likec4/core@1.57.1
    • @likec4/language-server@1.57.1
    • @likec4/config@1.57.1
    • @likec4/generators@1.57.1
    • @likec4/layouts@1.57.1
    • @likec4/log@1.57.1
    • @likec4/icons@1.46.4

@likec4/layouts@1.57.1

Patch Changes

@likec4/leanix-bridge@1.57.1

Patch Changes

likec4@1.57.1

Patch Changes

  • #3032 5cd3a43 Thanks @davydkov! - Fix export png/export jpg failing in the Docker image with browserType.launch: Executable doesn't exist. The bundled Playwright and the installed Chromium browsers are now kept in sync. Fixes #2961

  • #3030 55dc799 Thanks @MichaelMcCodington! - Fix favicon 404 in likec4 build --output-single-file. The single-file build inlines JS/CSS but left the favicon <link rel="icon"> as an external reference to a hashed asset, which the post-build cleanup then removed — leaving a dangling reference that 404s wherever the standalone HTML is served. The favicon is now inlined as a base64 data URI before cleanup, so the single HTML file stays self-contained. Only --output-single-file is affected; the regular multi-file build is unchanged.

  • Updated dependencies [f2c0b57, 8ad28c7, 75e1510]:

    • @likec4/core@1.57.1
    • @likec4/icons@1.46.4

@likec4/style-preset@1.57.1

Patch Changes

  • #2978 75e1510 Thanks @farhan523! - Tags with custom hex / rgb colors now get an accurate text color derived from the background via APCA contrast, instead of the previous CSS-filter workaround. TagStylesProvider emits --colors-likec4-tag-text for all tags (custom-colored and named), and the autoTextColor variant is removed from the likec4tag recipe. getContrastedColorsAPCA is now exported from @likec4/core/styles. Resolves #2143.

@likec4/log@1.57.1

@likec4/lsp@1.57.1

@likec4/mcp@1.57.1

@likec4/styles@1.57.1

@likec4/playground@1.57.1

Patch Changes

  • Updated dependencies [f2c0b57, f2c0b57, e14bc24, 8ad28c7, e2ad89e, 75e1510]:
    • @likec4/diagram@1.57.1
    • @likec4/core@1.57.1
    • @likec4/language-server@1.57.1
    • @likec4/generators@1.57.1
    • @likec4/styles@1.57.1
    • @likec4/log@1.57.1
    • @likec4/tsconfig@1.57.1
    • @likec4/icons@1.46.4

@likec4/spa@1.57.1

Patch Changes

@likec4/react@1.57.1

Patch Changes

@likec4/vite-plugin@1.57.1

Patch Changes

  • Updated dependencies [f2c0b57, 8ad28c7, 75e1510]:
    • @likec4/core@1.57.1
    • @likec4/config@1.57.1
    • @likec4/generators@1.57.1
    • @likec4/language-services@1.57.1
    • @likec4/layouts@1.57.1
    • @likec4/log@1.57.1
    • @likec4/icons@1.46.4

@likec4/docs-astro@1.57.1

@likec4/devops@1.57.1

@likec4/tsconfig@1.57.1

likec4-vscode@1.57.1

@likec4/vscode-preview@1.57.1

@likec4-ci likec4-ci Bot force-pushed the changeset-release/main branch from 4c2cbe6 to 1fb8854 Compare May 23, 2026 14:37
@likec4-ci likec4-ci Bot force-pushed the changeset-release/main branch 20 times, most recently from 0d89af3 to 22e8472 Compare June 5, 2026 11:48
@likec4-ci likec4-ci Bot force-pushed the changeset-release/main branch from 9ee0638 to 2f1bbc0 Compare June 5, 2026 12:14
likec4-ci Bot and others added 2 commits June 5, 2026 12:15
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@davydkov davydkov changed the title prepare release release: v1.58.0 Jun 5, 2026
@davydkov davydkov merged commit 510a368 into main Jun 5, 2026
9 checks passed
@davydkov davydkov deleted the changeset-release/main branch June 5, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

png export with docker container fails [feature request] accurate text color for tags improve error-reporting capabilities for parallel steps

1 participant