🚀 Features
-
Theme & Styling Customization
One of the most requested features is finally here — the ability to override the default theme and customize styling.
Check out Styles Customization Docs. -
Dynamic Views Enhancements
- DSL supports continuous steps
A -> B -> C -> ....
docs - Explicit order of actors docs
- Webcomponents:
dynamic-variant
attribute<likec4-view view-id="index" dynamic-variant="sequence"/>
- Export Sequence Views to PNG
# Exports views matching use-case* using sequence layout likec4 export png -f "use-case*" --sequence src/likec4
- DSL supports continuous steps
-
VSCode Improvements
- VSCode preview now navigates to the source of a step
- Local files can now be displayed in the VSCode preview (first Copilot contribution, #2272)
-
Other Improvements
🐞 Bug Fixes
- add relative paths to types and module fields in icons package.json (aa83914)
- enable error throwing in zx shell commands for CLI build tests (4f5438d)
- invalid style replacements in shadowroot (16fa684)
- normalize package.json types/module paths by removing leading ./ prefix (ef03ec3)
- npm engine warnings by updating Node.js version ranges from tilde to caret/gte (#2270) (e87d3f5)
- png export fails on single file static page (242cf4e), closes #2237
- react: embedded sequence starts walkthrough on edge click (6685a23)
- react: search on description/summary not working (#2242) (80252e0), closes #2239
- sequence view goes to negative coordinates (beda70d)