Skip to content

Releases: storybookjs/eslint-plugin-storybook

v0.6.12

03 May 12:09
Compare
Choose a tag to compare

🐛 Bug Fix

📝 Documentation

Authors: 3

v0.6.11

21 Feb 12:25
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 2

v0.6.10

10 Jan 16:06
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 2

v0.6.9

10 Jan 14:32
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 1

v0.6.8

05 Dec 11:45
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 2

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