Releases: filipsobol/sonda
Releases · filipsobol/sonda
[email protected]
Patch Changes
- e05d444: Add Angular CLI integration
[email protected]
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
- 215b289: Update dependencies
[email protected]
Patch Changes
- ff135df: Add
mjs
andcjs
as accepted asset extensions
[email protected]
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]
Minor Changes
- 0e92901: Add the
filename
option to allow changing the report output path
[email protected]
[email protected]
Patch Changes
- 05de327: Sort
inputs
andoutputs.inputs
in JSON report for easier diffing