@likec4/generators
Advanced tools
Changelog
0.47.0 (2023-11-18)
Custom navigation and links between views:
view view2 {
include *
include cloud.backend with {
// navigate to 'view3' on click
navigateTo view3
}
}
view view3 {
include *
include cloud.backend with {
// the same element, but navigate back to 'view2'
navigateTo view2
}
}
minlen=0
instead of constraint=false
for better layout (ccad492)Changelog
0.46.0 (2023-11-11)
With the Langium update to version 2.1.2, the code completions in VSCode have significantly improved.
Changelog
0.45.0 (2023-11-04)