Releases: storybookjs/eslint-plugin-storybook
Releases · storybookjs/eslint-plugin-storybook
v0.6.10
🐛 Bug Fix
- chore: fix ESLint and TypeScript issues #113 (@Dschungelabenteuer @yannbf)
Authors: 2
- n028 (@Dschungelabenteuer)
- Yann Braga (@yannbf)
v0.6.9
🐛 Bug Fix
- fix(no-uninstalled-addons) Support Windows paths #112 (@Dschungelabenteuer)
Authors: 1
- n028 (@Dschungelabenteuer)
v0.6.8
🐛 Bug Fix
- Support typescript 4.9 #110 (@yannbf @kasperpeulen)
Authors: 2
- Kasper Peulen (@kasperpeulen)
- Yann Braga (@yannbf)
v0.6.7
🐛 Bug Fix
- fix: add declaration checks to avoid destructuring undefined #99 (@stefanprobst @yannbf)
Authors: 2
- @stefanprobst
- Yann Braga (@yannbf)
v0.6.6
v0.6.5
Release Notes
story-exports: provide better feedback when using filters (#107)
The story-exports
rule now detects whether you are using includeStories/excludeStories
and provides a more helpful message in case there are not exported stories. A possible scenario is you have a typo in your includeStories
which will result in Storybook not including it:
export default {
title: 'Button',
includeStories: ['myStory'], // <-- notice the lowercase m, which won't match with the story name
};
export const MyStory = {};
🐛 Bug Fix
Authors: 1
- Yann Braga (@yannbf)
v0.6.4
v0.6.3
v0.6.2
Release Notes
feat(no-uninstalled-addons): add option for a custom package.json location (#102)
feat(no-uninstalled-addons): add option for a custom package.json location (#102)
🐛 Bug Fix
- feat(no-uninstalled-addons): add option for a custom package.json location #102 (@andrelas1 @yannbf)
Authors: 2
- Andre Luis Araujo Santos (@andrelas1)
- Yann Braga (@yannbf)