Skip to content

Latest commit

Β 

History

History
617 lines (353 loc) Β· 22 KB

CHANGELOG.md

File metadata and controls

617 lines (353 loc) Β· 22 KB

v0.8.0 (Fri Feb 16 2024)

πŸš€ Enhancement

πŸ› Bug Fix

Authors: 1


v0.7.0 (Fri Feb 16 2024)

πŸš€ Enhancement

Authors: 1


v0.6.15 (Sun Oct 08 2023)

πŸ› Bug Fix

  • no-uninstalled-addons: support satisfies operator and default reexport #139 (@hjoelh)

Authors: 1


v0.6.14 (Wed Sep 20 2023)

πŸ› Bug Fix

  • use-storybook-expect: allow storybook/test imports #141 (@yannbf)

Authors: 1


v0.6.13 (Thu Jul 20 2023)

⚠️ Pushed to main

Authors: 1


v0.6.12 (Wed May 03 2023)

πŸ› Bug Fix

πŸ“ Documentation

Authors: 3


v0.6.11 (Tue Feb 21 2023)

πŸ› Bug Fix

Authors: 2


v0.6.10 (Tue Jan 10 2023)

πŸ› Bug Fix

Authors: 2


v0.6.9 (Tue Jan 10 2023)

πŸ› Bug Fix

Authors: 1


v0.6.8 (Mon Dec 05 2022)

πŸ› Bug Fix

Authors: 2


v0.6.7 (Tue Nov 01 2022)

πŸ› Bug Fix

Authors: 2


v0.6.6 (Tue Oct 11 2022)

πŸ› Bug Fix

Authors: 2


v0.6.5 (Mon Oct 10 2022)

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 (Mon Aug 08 2022)

πŸ› Bug Fix

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

Authors: 1


v0.6.3 (Wed Aug 03 2022)

πŸ› Bug Fix

Authors: 1


v0.6.2 (Tue Aug 02 2022)

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 (Tue Jul 12 2022)

πŸ› Bug Fix

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

Authors: 1


v0.6.0 (Sun Jul 10 2022)

πŸš€ Enhancement

Authors: 2


v0.5.13 (Fri Jun 24 2022)

⚠️ Pushed to main

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

Authors: 1


v0.5.12 (Tue May 17 2022)

πŸ› Bug Fix

Authors: 1


v0.5.11 (Wed Apr 20 2022)

πŸ› Bug Fix

Authors: 1


v0.5.10 (Sat Apr 16 2022)

πŸ› Bug Fix

  • feat(default-exports): add autofix even if component name is not found #90 (@yannbf)
  • fix(story-exports): stop highlighting the entire code on error #91 (@yannbf)

Authors: 1


v0.5.9 (Fri Apr 15 2022)

πŸ› Bug Fix

Authors: 2


v0.5.8 (Thu Apr 07 2022)

πŸ› Bug Fix

Authors: 1


v0.5.7 (Thu Feb 17 2022)

πŸ› Bug Fix

πŸ“ Documentation

  • fix syntax of code example in docs: hierarchy-separator #79 (@aurmer)

Authors: 2


v0.5.6 (Wed Jan 19 2022)

πŸ› Bug Fix

πŸ“ Documentation

Authors: 2


v0.5.5 (Mon Dec 20 2021)

πŸ› Bug Fix

  • no-redundant-story-name: use same naming algorithm as storybook #69 (@yannbf)
  • fix: gracefully handle dynamic values in non-story exports configuration #68 (@yannbf)

Authors: 1


v0.5.4 (Mon Dec 20 2021)

πŸ› Bug Fix

  • story-exports: Support stories that are function declarations. #66 (@etlovett)
  • chore: add linear to gh actions #64 (@yannbf)

⚠️ Pushed to main

  • Update linear-export.yml (@yannbf)

Authors: 2


v0.5.3 (Fri Dec 03 2021)

πŸ› Bug Fix

Authors: 2


v0.5.2 (Thu Dec 02 2021)

πŸ› Bug Fix

Authors: 2


v0.5.1 (Mon Nov 29 2021)

πŸ› Bug Fix

  • Fix: define hasSuggestions to all fixable rules #55 (@yannbf)

Authors: 1


v0.5.0 (Tue Nov 23 2021)

πŸš€ Enhancement

  • Rule: pass context when invoking play #53 (@yannbf)

Authors: 1


v0.4.2 (Fri Nov 19 2021)

πŸ› Bug Fix

Authors: 2


v0.4.1 (Sat Nov 13 2021)

πŸ› Bug Fix

  • Unify documentation to use @storybook/jest #46 (@IanVS)

Authors: 1


v0.4.0 (Fri Nov 12 2021)

πŸš€ Enhancement

πŸ› Bug Fix

  • docs(README): add overrides section #43 (@yannbf)

Authors: 1


v0.3.5 (Thu Nov 11 2021)

πŸ› Bug Fix

Authors: 1


v0.3.4 (Thu Nov 11 2021)

πŸ› Bug Fix

Authors: 1


v0.3.2 (Thu Nov 11 2021)

πŸ› Bug Fix

  • ignore storiesOf in default-export and prefer-pascal-case #39 (@yannbf)
  • prefer-pascal-case: ignore stories that start with underscore #38 (@yannbf)

Authors: 1


v0.3.1 (Thu Nov 11 2021)

πŸ› Bug Fix

  • hierarchy-separator: remove dot from checkings #37 (@yannbf)

Authors: 1


v0.3.0 (Thu Nov 11 2021)

πŸš€ Enhancement

  • Add autofix heuristics for default-exports rule #36 (@shilman)

πŸ› Bug Fix

⚠️ Pushed to main

Authors: 4