Skip to content

Releases: takuma-ru/auto-story-generator

Release 0.3.3

14 Apr 14:33
708bb7a
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • 🐛 Fix isGenerateStoriesFileAtBuild does not work correctly on windows @takuma-ru (#76)
  • 🐛 Fixed import method for glob @takuma-ru (#72)

♻️ Refactoring

  • ♻️ Integrate genStoryFile and runGenStoryFile @takuma-ru (#74)

Release 0.3.0

29 Mar 08:38
dd44c3c
Compare
Choose a tag to compare

Changes

✨ Features

  • ✨ Generate story files for all component files at storybook startup @takuma-ru (#66)

🛠️ Enhancement

📝 Update Documentation

  • 🛠️ Add options.ignores @takuma-ru (#69)
  • ✨ Generate story files for all component files at storybook startup @takuma-ru (#66)

Release 0.2.11

27 Mar 10:24
1ad2af2
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • 🐛 When the AST fails, the process drops out @takuma-ru (#63)

Release 0.2.10

18 Mar 09:47
Compare
Choose a tag to compare

Changes

✨ Features

🐛 Bug Fixes

  • 🐛 When creating union props, there are no double quotes in the value set to args @takuma-ru (#59)

Release 0.2.10-beta.0

18 Mar 09:29
Compare
Choose a tag to compare
Release 0.2.10-beta.0 Pre-release
Pre-release

Changes

✨ Features

Release 0.2.9

07 Mar 10:28
921884f
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • 🐛 If arg or argType does not exist in the Stories file, an error occurs and the procedure is terminated. @takuma-ru (#54)

Release 0.2.8

06 Mar 14:27
ee6ef0b
Compare
Choose a tag to compare

Changes

✨ Features

📝 Update Documentation

Release 0.2.7

06 Mar 07:28
4cbaac0
Compare
Choose a tag to compare

Changes

🛠️ Enhancement

  • 🛠️ When a Prop does not exist, generate a story file with no Prop instead of an error @takuma-ru (#50)

Release 0.2.6

04 Mar 03:43
0d8b383
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • 🐛 Error when specifying a path that does not exist in imports @takuma-ru (#47)

Release 0.2.5

29 Feb 07:05
03bd670
Compare
Choose a tag to compare

Changes

🛠️ Enhancement

🐛 Bug Fixes