Skip to content

Releases: storybookjs/addon-coverage

v1.0.4

24 May 12:54
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 1

v1.0.3

07 May 07:17
Compare
Choose a tag to compare

🐛 Bug Fix

  • Fix: Handle scenario where rawSourceMap is a string #33 (@hkaikai)

Authors: 1

v1.0.2

07 May 07:14
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 1

v1.0.1

28 Feb 08:23
Compare
Choose a tag to compare

🐛 Bug Fix

📝 Documentation

Authors: 2

v1.0.0

14 Nov 11:38
Compare
Choose a tag to compare

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

🐛 Bug Fix

Authors: 2

v0.0.9

20 Jul 08:50
Compare
Choose a tag to compare

⚠️ Pushed to main

Authors: 1

v0.0.8

06 Feb 19:11
Compare
Choose a tag to compare

🐛 Bug Fix

  • Set forceBuildInstrument only in production builds #16 (@yannbf)

Authors: 1

v0.0.7

21 Nov 20:58
Compare
Choose a tag to compare

🐛 Bug Fix

  • Vite: generate code coverage in prod mode #12 (@yannbf)

Authors: 1

v0.0.6

21 Nov 09:31
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 2

v0.0.5

10 Oct 15:23
Compare
Choose a tag to compare

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 🎉


🐛 Bug Fix

📝 Documentation

  • Docs - fix cwd default value #5 (@penx)

Authors: 2