@likec4/core
Advanced tools
Changelog
1.22.1 (2025-02-13)
Revamped search
<img src="https://github.com/user-attachments/assets/8e6ec03b-7a0f-4089-bc99-1406160985d9" />thanks @davydkov, closes #1553
cli: added an option to set the listen address of serve and preview commands, thanks @pavelpykhtin, (#1559) (3522c5d), closes #1526
cli: check for new releases and notify if update available (#1574) (d57fc40), closes #1573
Changelog
1.22.1 (2025-02-13)
Revamped search
<img src="https://github.com/user-attachments/assets/8e6ec03b-7a0f-4089-bc99-1406160985d9" />thanks @davydkov, closes #1553
cli: added an option to set the listen address of serve and preview commands, thanks @pavelpykhtin, (#1559) (3522c5d), closes #1526
cli: check for new releases and notify if update available (#1574) (d57fc40), closes #1573
Changelog
1.21.1 (2025-02-08)
Various sizes
Change size of the element with new properties: size
, padding
and textSize
Documentation (thanks @davydkov)
where in deployment views
Support where
in deployment views predicates.
thanks @pavelpykhtin, #1442
Extending element tags
Extend element with additional tags, links and metadata:
model {
extend cloud {
// Add tags
#additional-tag, #another-tag
// Add metadata
metadata {
prop1 'value1'
}
// Add links
link ../src/index.ts#L1-L10
}
}
lsp: semantic tokens for global styles, predicates and groups (thanks @pavelpykhtin, closes #1182)
Changelog
1.21.0 (2025-02-07)
Various sizes
Change size of the element with new properties: size
, padding
and textSize
Documentation (thanks @davydkov)
where in deployment views
Support where
in deployment views predicates.
thanks @pavelpykhtin, #1442
Extending element tags
Extend element with additional tags, links and metadata:
model {
extend cloud {
// Add tags
#additional-tag, #another-tag
// Add metadata
metadata {
prop1 'value1'
}
// Add links
link ../src/index.ts#L1-L10
}
}
lsp: semantic tokens for global styles, predicates and groups (thanks @pavelpykhtin, closes #1182)
Changelog
1.20.3 (2025-02-06)
n.incoming().flatMap is not a function
in safari (thanks @davydkov, afd6293)pack
in graphviz (thanks @davydkov, #1512)@rnwood made their first contribution in #1510
Changelog
1.20.2 (2025-02-01)
lsp: format deployment and global predicates syntax (thanks @pavelpykhtin, #1484) (0d0d5ba)
lsp: likec4-language-server
as standalone server (#1501) (3f5d053)
diagram: animations in RelationshipsBrowser
diagrams: hide buttons and edge labels if zoom too small (e67e2fe)
diagrams: render only visible elements if total number of nodes is more than 75 (4d6ac08)
Changelog
1.20.0 (2025-01-27)
Filter relationships by tag or kind of its endpoints
include
// only relationships outgoing from elements with with tag #next
cloud.* -> amazon.*
where source.tag is #next,
// only incoming relations of elements with kind microservice
-> *
where target.kind is microservice
Documentation (thanks @pavelpykhtin)
Refreshed UI and more customization options for React components
More options available - LikeC4ViewProps
[!WARNING]
Diagrams migrated to React 19, you may get dependency resolution issues