Releases: storybookjs/addon-coverage
Releases · storybookjs/addon-coverage
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-plugin
with 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)
v0.0.8
v0.0.7
v0.0.6
v0.0.5
Release Notes
Add Vite support (#7)
The addon now supports Vite projects out of the box! If you had a custom instrumentation because this addon didn't support Vite, you are now free to remove it and just register it in the addons section of .storybook/main.js
🎉