Skip to content

Releases: storybookjs/eslint-plugin-storybook

v0.6.7

01 Nov 08:52
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 2

v0.6.6

11 Oct 06:42
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 2

v0.6.5

10 Oct 10:58
Compare
Choose a tag to compare

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

  • story-exports: provide better feedback when using filters #107 (@yannbf)

Authors: 1

v0.6.4

08 Aug 17:34
Compare
Choose a tag to compare

🐛 Bug Fix

  • no-uninstalled-addons: improve local addons filter #105 (@yannbf)

Authors: 1

v0.6.3

03 Aug 09:28
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 1

v0.6.2

02 Aug 15:57
Compare
Choose a tag to compare

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

Authors: 2

v0.6.1

12 Jul 14:21
Compare
Choose a tag to compare

🐛 Bug Fix

  • fix(no-uninstalled-addons): ignore local addons #98 (@yannbf)

Authors: 1

v0.6.0

10 Jul 10:25
Compare
Choose a tag to compare

🚀 Enhancement

Authors: 2

v0.5.13

24 Jun 08:14
Compare
Choose a tag to compare

⚠️ Pushed to main

  • docs(CONTRIBUTING): add more test instructions [skip-ci] (@yannbf)

Authors: 1

v0.5.12

17 May 08:11
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 1