13 KiB
13 KiB
v0.5.7 (Thu Feb 17 2022)
🐛 Bug Fix
- fix: add optional chaining to object property key #80 (@aurmer @yannbf)
- chore: remove release label restriction #82 (@yannbf)
- fix: await-interaction fixer adds 'async' #81 (@aurmer @yannbf)
📝 Documentation
Authors: 2
v0.5.6 (Wed Jan 19 2022)
🐛 Bug Fix
- Fix ast-utils import #76 (@tombakerjr)
📝 Documentation
- chore: misspell hierarchy #73 (@YunChaoTsai)
Authors: 2
- Simon (@YunChaoTsai)
- Tom Baker (@tombakerjr)
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
- Yann Braga (@yannbf)
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
- extend story-exports rule to support export lists, fixes #57 #58 (stephen@Stephens-MacBook-Air.local @yannbf)
Authors: 2
- Stephen Marsh (@stephenhmarsh)
- Yann Braga (@yannbf)
v0.5.2 (Thu Dec 02 2021)
🐛 Bug Fix
- fix: support jsx extension #60 (@yannbf)
- Update README.md spelling error, one letter. #50 (@daylennguyen)
Authors: 2
- Daylen Nguyen (@daylennguyen)
- Yann Braga (@yannbf)
v0.5.1 (Mon Nov 29 2021)
🐛 Bug Fix
Authors: 1
- Yann Braga (@yannbf)
v0.5.0 (Tue Nov 23 2021)
🚀 Enhancement
Authors: 1
- Yann Braga (@yannbf)
v0.4.2 (Fri Nov 19 2021)
🐛 Bug Fix
Authors: 2
v0.4.1 (Sat Nov 13 2021)
🐛 Bug Fix
Authors: 1
- Ian VanSchooten (@IanVS)
v0.4.0 (Fri Nov 12 2021)
🚀 Enhancement
🐛 Bug Fix
Authors: 1
- Yann Braga (@yannbf)
v0.3.5 (Thu Nov 11 2021)
🐛 Bug Fix
Authors: 1
- Yann Braga (@yannbf)
v0.3.4 (Thu Nov 11 2021)
🐛 Bug Fix
Authors: 1
- Yann Braga (@yannbf)
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
- Yann Braga (@yannbf)
v0.3.1 (Thu Nov 11 2021)
🐛 Bug Fix
Authors: 1
- Yann Braga (@yannbf)
v0.3.0 (Thu Nov 11 2021)
🚀 Enhancement
🐛 Bug Fix
- no-title-property-in-meta: fix dangling comma and highlighting #32 (@yannbf)
- Update docs #35 (@kylegach @yannbf)
- prefer-pascal-case: ignore __namedExportsOrder #34 (@yannbf)
- hierarchy-separator: fix node highlight #33 (@yannbf)
- no-redundant-story-name: add CSF2 support #31 (@yannbf)
- prefer-pascal-case: add non-story exports check #30 (@yannbf)
- default-exports: target first non-import nodes when reporting #29 (@yannbf)
- Fix prefer-pascal-case to support typescript & variable references #26 (@shilman)
- await-interactions: Fix bad expect matchers #27 (@shilman)
- Fix/meta as variable #24 (@shilman @yannbf)
- Docs/update rule docs #25 (@yannbf @shilman)
- add complex use case to await-interactions #21 (@yannbf @shilman)
- Chore: add typescript examples to test #23 (@yannbf)
- Feature/migrate to jest #22 (@yannbf)
- add support for CSF3 notation in use-storybook-expect #16 (@yannbf)
- chore(ci): add test workflow #20 (@yannbf)
- Feature/ts migration #17 (@yannbf)
- Fix use-storybook-testing-library default export handling #18 (@shilman)
- fix no-redundant-story-name #14 (@yannbf)
- add exclude rule flag #13 (@yannbf)
- add await-interactions rule #12 (@yannbf)
- Fiix/title related rules #11 (@yannbf)
- fix and improve all tests #10 (@yannbf)
- Improve rule generation #9 (@yannbf)
- fix use-storybook-expect rule #8 (@yannbf)
- fix: add safe check for meta properties #6 (@yannbf)
- chore: add auto release setup #4 (@yannbf)
- Add addon interactions rules #3 (@yannbf)
- fix: resolve plugin category generation #2 (@yannbf)
- Add auto formatting with prettier + husky + lint-staged #1 (@yannbf)
⚠️ Pushed to main
- 0.2.5 (@yannbf)
- 0.2.4 (@yannbf)
- 0.2.3 (@yannbf)
- 0.2.2 (@yannbf)
- 0.2.1 (@yannbf)
- update docs regarding default-exports (@yannbf)
- 0.2.0 (@yannbf)
- chore: update version to 0.1.1 (@yannbf)
- 0.0.1-alpha.9 (@yannbf)
- 0.0.1-alpha.8 (@yannbf)
- 0.0.1-alpha.7 (@yannbf)
- 0.0.1-alpha.6 (@yannbf)
- 0.0.1-alpha.5 (@yannbf)
- 0.0.1-alpha.4 (@yannbf)
- update typescript file generation (@yannbf)
- 0.0.1-alpha.3 (@yannbf)
- 0.0.1-alpha.2 (@yannbf)
- remove logs and test skip (@yannbf)
- 0.0.1-alpha.1 (@yannbf)
- chore: add rafael rozon as contributor (@yannbf)
- 0.0.1-alpha.0 (@yannbf)
- chore: add feature req and bug report templates (@yannbf)
- docs: fix inconsistencies in rule docs (@yannbf)
- Update no-title-property-in-meta.md (@ghengeveld)
- Update no-stories-of.md (@ghengeveld)
- Update default-exports.md (@ghengeveld)
- feat: add docs url to every rule (@yannbf)
- init project (@yannbf)
Authors: 4
- Gert Hengeveld (@ghengeveld)
- Kyle Gach (@kylegach)
- Michael Shilman (@shilman)
- Yann Braga (@yannbf)