Skip to content

Latest commit

Β 

History

History
203 lines (105 loc) Β· 5.53 KB

CHANGELOG.md

File metadata and controls

203 lines (105 loc) Β· 5.53 KB

v1.0.4 (Fri May 24 2024)

πŸ› Bug Fix

Authors: 1


v1.0.3 (Tue May 07 2024)

πŸ› Bug Fix

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

Authors: 1


v1.0.2 (Tue May 07 2024)

πŸ› Bug Fix

Authors: 1


v1.0.1 (Wed Feb 28 2024)

πŸ› Bug Fix

πŸ“ Documentation

Authors: 2


v1.0.0 (Tue Nov 14 2023)

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 (Thu Jul 20 2023)

⚠️ Pushed to main

Authors: 1


v0.0.8 (Mon Feb 06 2023)

πŸ› Bug Fix

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

Authors: 1


v0.0.7 (Mon Nov 21 2022)

πŸ› Bug Fix

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

Authors: 1


v0.0.6 (Mon Nov 21 2022)

πŸ› Bug Fix

Authors: 2


v0.0.5 (Mon Oct 10 2022)

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


v0.0.4 (Mon Aug 15 2022)

πŸ› Bug Fix

  • fix scenario where plugins do not exist #4 (@yannbf)

Authors: 1


v0.0.3 (Wed Aug 10 2022)

πŸ› Bug Fix

  • Fix: update babel targets to support Storybook 7.0 #3 (@yannbf)

Authors: 1


v0.0.2 (Mon Jul 11 2022)

πŸ› Bug Fix

  • fix: add .storybook to exclude list #2 (@yannbf)

Authors: 1


v0.0.1 (Tue Jun 21 2022)

πŸ› Bug Fix

⚠️ Pushed to main

Authors: 1