-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17ca01a
commit ac7ac04
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
"skott-webapp": minor | ||
--- | ||
|
||
Introduce Groups visualization feature based on granularity configuration that can either be `module` or `group`. | ||
|
||
When using `group` granularity, the application does not render irrelevant features for an higher-level granularity e.g. File Explorer and File Summary are disabled. | ||
|
||
The `granularity` of the web application rendering can't be modified through the CLI and is still `module` by default. The only way to alter that configuration is to use the [rendering API introduced in 0.34.0](https://github.com/antoine-coulon/skott/blob/00c883744ce9e0ee3ebf7e172053181ba16877ff/packages/skott/CHANGELOG.md#0340) and to provide a meta configuration with the selected granularity. | ||
|
||
|