Releases: storybookjs/addon-coverage
Releases Β· storybookjs/addon-coverage
v3.0.0
π₯ Breaking Change
- Upgrade to Storybook 10 and make the addon ESM-only #55 (@ndelangen @yannbf)
Warning
If you're using Storybook in a Vite-based project, you might want to use Storybook's Vitest integration instead. It's faster, provides code coverage out of the box (so you don't need this addon anymore), and integrates well with all Storybook's latest features.
Authors: 2
- Norbert de Langen (@ndelangen)
- Yann Braga (@yannbf)
v2.0.0
v1.0.5
v1.0.4
π Bug Fix
- Fix sourcemap generation for Webpack5 projects #42 (@valentinpalkovic)
Authors: 1
- Valentin Palkovic (@valentinpalkovic)
v1.0.3
v1.0.2
v1.0.1
π Bug Fix
π Documentation
- Docs: Adds troubleshooting for test flag #36 (@jonniebigodes)
Authors: 2
- @jonniebigodes
- Yann Braga (@yannbf)
v1.0.0
Release Notes
[Breaking Change]: Replace babel-istanbul-plugin and replace it by a webpack loader (#27)
- [BREAKING CHANGE]: Dropping Storybook < 7 support
- Replaced
babel-istanbul-pluginwith a custom Webpack loader to support coverage independently of the compiler used for Webpack5 projects. Before, the coverage addon only worked if Babel was used with Webpack5. Now, users might use other compilers like, for example, SWC.
π₯ Breaking Change
- [Breaking Change]: Replace babel-istanbul-plugin and replace it by a webpack loader #27 (@yannbf @valentinpalkovic)
π Bug Fix
Authors: 2
- Valentin Palkovic (@valentinpalkovic)
- Yann Braga (@yannbf)
v0.0.9
β οΈ Pushed to main
- Create CODEOWNERS (@valentinpalkovic)
Authors: 1
- Valentin Palkovic (@valentinpalkovic)