Skip to content

Commit 170df5a

Browse files
release: v1.52.0
* chore: prepare next release * chore: sync version * chore: update changelog for v1.52.0 --------- Co-authored-by: likec4-ci[bot] <151445214+likec4-ci[bot]@users.noreply.github.com> Co-authored-by: Denis Davydkov <[email protected]>
1 parent 8fb5e62 commit 170df5a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+226
-76
lines changed

.changeset/add-cli-format-command.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/disable-implicit-views-by-default.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/drawio-infer-shape-person-roundtrip.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/fix-drawio-person-shape.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gen-output-alias.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/overview-search-bar.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changeset/remove-manual-layout-v1.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## [1.52.0](https://github.com/likec4/likec4/compare/v1.51.0...v1.52.0) (2026-03-09)
2+
3+
### 🚀 Features
4+
5+
- **`likec4 format` CLI Command**:\
6+
New `likec4 format` (alias `fmt`) command for formatting `.c4` source files. Supports `--check` mode for CI, `--project` and `--files` filtering. Thanks [@m9810223](https://github.com/m9810223), [#2667](https://github.com/likec4/likec4/pull/2667)
7+
8+
- **Overview Page Search, Navigation & Theme Toggle**:\
9+
Added search bar (also accessible via Cmd+K), sidebar navigation drawer with file/folder/list grouping, and dark/light theme toggle to the overview page. Fixes [#1679](https://github.com/likec4/likec4/issues/1679). Thanks [@ckeller42](https://github.com/ckeller42), [#2665](https://github.com/likec4/likec4/pull/2665)
10+
11+
- **Disable Implicit Views by Default**:\
12+
Auto-generated scoped views for elements without explicit views are no longer created unless `"implicitViews": true` is set in the project config. To restore the previous behavior, add `"implicitViews": true` to your `likec4.json` configuration. [#2705](https://github.com/likec4/likec4/pull/2705)
13+
14+
- **Draw.io Person Shape Round-Trip**:\
15+
Draw.io export now correctly renders elements with `shape person` as person/actor shapes instead of ellipses. Re-import also infers the person shape for round-trip fidelity. Thanks [@sraphaz](https://github.com/sraphaz), [#2685](https://github.com/likec4/likec4/pull/2685), fixes [#2679](https://github.com/likec4/likec4/issues/2679)
16+
17+
- **Improved Zoom Performance**:\
18+
Significant performance improvement with zooming and panning diagrams, thanks to the xyflow update. [#2694](https://github.com/likec4/likec4/pull/2694)
19+
20+
### 🐞 Bug Fixes
21+
22+
- Added `--output` alias to all `likec4 gen` subcommands for consistency with `build` and `export` commands, fixes [#2706](https://github.com/likec4/likec4/issues/2706)
23+
24+
- Removed deprecated ManualLayoutV1 and related migration command [#2713](https://github.com/likec4/likec4/pull/2713)
25+
26+
127
## [1.51.0](https://github.com/likec4/likec4/compare/v1.50.0...v1.51.0) (2026-03-04)
228

329
### 🚀 Features

apps/docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @likec4/docs-astro
22

3+
## 1.52.0
4+
35
## 1.51.0
46

57
## 1.50.0

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@likec4/docs-astro",
33
"type": "module",
4-
"version": "1.51.0",
4+
"version": "1.52.0",
55
"private": true,
66
"scripts": {
77
"update-theme-c4": "tsx scripts/generate-theme-c4.mts",

0 commit comments

Comments
 (0)