sonda 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - f4144e0: HTML Report: Maintain active compression type when zooming on Treemap folder
8
+ - 28b1f8d: HTML Report: If there is only one assets, immediately show its details in the Treemap view
9
+
3
10
  ## 0.8.0
4
11
 
5
12
  This is the biggest release of Sonda to date, featuring a complete rewrite of both the backend and frontend. The goals of this rewrite were to:
6
13
 
7
- - Make it easier to inspect large projects with multiple outputs
8
- - Display much more information about assets, inputs, external dependencies, and import relationships
9
- - Significantly reduce the size of the HTML report files
14
+ - Make it easier to inspect large projects with multiple outputs
15
+ - Display much more information about assets, inputs, external dependencies, and import relationships
16
+ - Significantly reduce the size of the HTML report files
10
17
  - Prepare the codebase for future improvements and features
11
18
 
12
19
  ### Highlights
@@ -34,7 +41,7 @@ Available import paths:
34
41
  - `sonda/next`
35
42
  - `sonda/nuxt`
36
43
  - `sonda/rolldown`
37
- - `sonda/rollup`
44
+ - `sonda/rollup` (make sure that Sonda is at the top of the `plugins` array)
38
45
  - `sonda/rspack`
39
46
  - `sonda/sveltekit`
40
47
  - `sonda/vite`