From a57096b0396ecf6b7fb7c91510f83f74fbd7cf21 Mon Sep 17 00:00:00 2001 From: Filip Sobol Date: Tue, 1 Oct 2024 19:20:58 +0200 Subject: [PATCH] Release `sonda@0.1.4` --- packages/sonda/CHANGELOG.md | 13 +++++++++---- packages/sonda/package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/packages/sonda/CHANGELOG.md b/packages/sonda/CHANGELOG.md index 96906c1..fd7d4bb 100644 --- a/packages/sonda/CHANGELOG.md +++ b/packages/sonda/CHANGELOG.md @@ -1,17 +1,22 @@ # Changelog +## 0.1.4 + +- Show "No data to display" with a helpful message when there is no data to display in the report. +- Prevent black boxes in tree maps with large `[unassigned]` tiles. + ## 0.1.3 -Show the approximate file and folder size after GZIP and Brotli compression. +- Show the approximate file and folder size after GZIP and Brotli compression. ## 0.1.2 -Use the `open` package to open the generated reports. +- Use the `open` package to open the generated reports. ## 0.1.1 -Use `execFileSync` instead of `exec` to prevent potential shell injection when the path contains characters that the shell interprets in a special way, for instance quotes and spaces. +- Use `execFileSync` instead of `exec` to prevent potential shell injection when the path contains characters that the shell interprets in a special way, for instance quotes and spaces. ## 0.1.0 -Initial release of sonda that allowed generating an `'html'` and `'json'` report for bundles generated by Vite, Rollup, Webpack, and esbuild. +- Initial release of sonda that allowed generating an `'html'` and `'json'` report for bundles generated by Vite, Rollup, Webpack, and esbuild. diff --git a/packages/sonda/package.json b/packages/sonda/package.json index 6509f2b..f72f932 100644 --- a/packages/sonda/package.json +++ b/packages/sonda/package.json @@ -1,6 +1,6 @@ { "name": "sonda", - "version": "0.1.3", + "version": "0.1.4", "description": "Universal visualizer and analyzer for JavaScript and CSS bundles. Works with Vite, Rollup, webpack, and esbuild", "keywords": [ "bundle analyzer",