Skip to content

Releases: filipsobol/sonda

[email protected]

31 Dec 08:29
02dae2f
Compare
Choose a tag to compare

Patch Changes

  • e05d444: Add Angular CLI integration

[email protected]

27 Dec 11:04
13dec39
Compare
Choose a tag to compare

Changes

New import paths

This release includes a breaking change. Now every bundler and framework has its own unique import path. For example, if you are using Vite, this is how the import has changed:

- import { SondaRollupPlugin } from 'sonda';
+ import Sonda from 'sonda/vite';

Please refer to the Getting started page for more information.

New integrations

Sonda now has integrations for the following frameworks:

New enabled option

You can now control whether the Sonda plugin is enabled or not using the enabled option.

Minor Changes

  • 215b289: Create an individual export path for each integration
  • 215b289: Add Next.js integration
  • 519ddea: Add Nuxt integration
  • b450e5b: Add Astro integration
  • dc237e5: Add SvelteKit integration
  • 215b289: Add the enabled option to control whether to run the plugin

Patch Changes

[email protected]

15 Dec 14:59
6d968f3
Compare
Choose a tag to compare

Patch Changes

  • ff135df: Add mjs and cjs as accepted asset extensions

[email protected]

18 Nov 22:31
6854f87
Compare
Choose a tag to compare

Sonda has a new home. You can now visit https://sonda.dev for installation and usage instructions, or try it out at https://sonda.dev/demo.

Patch Changes

  • d6e2d76: Add links to Sonda documentation

[email protected]

11 Nov 18:15
124faed
Compare
Choose a tag to compare

Minor Changes

  • 0e92901: Add the filename option to allow changing the report output path

[email protected]

10 Nov 12:25
ab65fb3
Compare
Choose a tag to compare

Minor Changes

  • 744143d: Add sources option for visualizing parts of the code included in the final bundle.
  • 3427bb0: Show the estimated download time using "Slow 3G" for assets

[email protected]

24 Oct 19:22
d479eba
Compare
Choose a tag to compare

Patch Changes

  • 05de327: Sort inputs and outputs.inputs in JSON report for easier diffing

[email protected]

20 Oct 19:57
1f437ff
Compare
Choose a tag to compare

Minor Changes

  • ca8322a: Add modal showing list of duplicated modules

Patch Changes

  • e20ec92: Rollup plugin: Fix detection of the ES modules when @rollup/plugin-commonjs plugin is not installed
  • 52ae692: Update dependencies
  • e20ec92: Webpack plugin: Fix reported files sizes, which sometimes included imported dependencies.

[email protected]

12 Oct 09:21
c9e6314
Compare
Choose a tag to compare

Patch Changes

  • 30ddb2b: Add missing sourcesContent to source maps when they are available in the filesystem
  • f674960: Update README.md to add missing information about enabling sourcemaps
  • e825cfa: Configure npm package provenance

[email protected]

12 Oct 09:21
c9e6314
Compare
Choose a tag to compare

Minor Changes

  • b7831e3: Update the webpack plugin to make it work with Rspack

Patch Changes

  • 30ddb2b: Add missing sourcesContent to source maps when they are available in the filesystem
  • e825cfa: Configure npm package provenance
  • e825cfa: Fix missing inputs in the report created by the esbuild plugin.