auto-story-generator

Automatic real-time story file generation from React, Vue, and Lit component files

ISC License

Downloads
4.6K
Stars
33

Bot releases are visible (Hide)

auto-story-generator - Release 0.3.3 Latest Release

Published by github-actions[bot] 6 months ago

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)
auto-story-generator - Release 0.3.0

Published by github-actions[bot] 7 months ago

Changes

✨ Features

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

🛠️ Enhancement

  • 🛠️ Add options.ignores @takuma-ru (#69)
  • 🛠️ Transfers processing of getAllFilePaths to glob @takuma-ru (#68)

📝 Update Documentation

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

Published by github-actions[bot] 7 months ago

Changes

🐛 Bug Fixes

  • 🐛 When the AST fails, the process drops out @takuma-ru (#63)
auto-story-generator - Release 0.2.10

Published by github-actions[bot] 7 months ago

Changes

  • Release version 0.2.10-beta.0 @takuma-ru (#58)

✨ Features

  • ✨ Implement your own release process @takuma-ru (#57)

🐛 Bug Fixes

  • 🐛 When creating union props, there are no double quotes in the value set to args @takuma-ru (#59)
auto-story-generator - Release 0.2.10-beta.0

Published by github-actions[bot] 7 months ago

Changes

✨ Features

  • ✨ Implement your own release process @takuma-ru (#57)
auto-story-generator - Release 0.2.9

Published by github-actions[bot] 8 months ago

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)
auto-story-generator - Release 0.2.8

Published by github-actions[bot] 8 months ago

Changes

✨ Features

  • ✨ Logo addition @takuma-ru (#53)

📝 Update Documentation

  • ✨ Logo addition @takuma-ru (#53)
auto-story-generator - Release 0.2.7

Published by github-actions[bot] 8 months ago

Changes

🛠️ Enhancement

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

Published by github-actions[bot] 8 months ago

Changes

🐛 Bug Fixes

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

Published by github-actions[bot] 8 months ago

Changes

🛠️ Enhancement

  • 🛠️ Common processing when errors occur @takuma-ru (#38)
  • 🛠️ Update release flow @takuma-ru (#36)

🐛 Bug Fixes

  • 🐛 Failure release action @takuma-ru (#40)
auto-story-generator - Release 0.2.4

Published by github-actions[bot] 8 months ago

Changes

🛠️ Enhancement

  • 🛠️ [react] component is implemented with export default, output the import portion appropriately @takuma-ru (#29)

🐛 Bug Fixes

  • 🐛 File generation with file names like .xxxxx.ts fails @takuma-ru (#32)
auto-story-generator - Release 0.2.2

Published by github-actions[bot] 8 months ago

Changes

  • ♻️ Unification of variable names @takuma-ru (#27)
auto-story-generator - Release 0.2.1

Published by github-actions[bot] 8 months ago

Changes

✨ Features

  • ✨ Automated release note creationaction creation, Update Issue, PR Templates @takuma-ru (#23)
  • ✨ Lit, Next のデモ作成 @takuma-ru (#14)

🐛 Bug Fixes

  • 🐛 GitHub Release CI修正 @takuma-ru (#25)
  • 🐛 Fix Sometimes paths are taken as backslash in Windows @takuma-ru (#19)
  • 🐛 File changes are not detected under Webpack environment, ✨ Add Remix Demo project @takuma-ru (#17)

📝 Update Documentation

  • 📝 FAQ追加, テーマカラー更新 @takuma-ru (#12)
  • 📝 ドキュメント更新 @takuma-ru (#10)
auto-story-generator - Release 0.1.1

Published by github-actions[bot] 9 months ago

  • Merge pull request #8 from takuma-ru/feature/6 (6314753)
  • 🐛 #5 discussions の 2を解決 (02fb642)
  • 🐛 #5 discussions の 1,3解決 (8698549)
  • 📝 ドキュメント更新 (48f27fc)
  • Update issue templates (5376af6)
  • Update issue templates (0bf3004)
  • 📝 ドキュメント更新 (66ddfb7)
auto-story-generator - 🎉 Stable 0.1.0 Release

Published by takuma-ru 9 months ago

Stable version released!
(Documentation is under construction. Please wait a little longer.)

Feature

  • Automatic Story file generation and update with React
  • Automatic Story file generation and update in Lit
  • Guaranteed to run in Vite and Webpack environments

Demo

Notice

  • I think a lot of issues will still come up. Please share your issues with us in Issues!
auto-story-generator - Release 0.0.2-beta.3

Published by github-actions[bot] 9 months ago

  • 📄 MIT -> ISC (affa5f9)
auto-story-generator - Release 0.0.2-beta.2

Published by github-actions[bot] 9 months ago

  • 🔥 コンソールに出ているエラー一部削除 (5397cfc)
auto-story-generator - Release 0.0.2-beta.1

Published by github-actions[bot] 9 months ago

  • 💚 publish action 修正 (8ac225b)
  • 💚 publish action 更新 (690be91)
  • 🐛 バージョン反映もれ (9b17358)
  • Merge pull request #4 from takuma-ru/feature/3 (8845dd3)
  • ✨ prettier でフォーマットできるよう機能更新 (eebb589)
  • Merge pull request #2 from takuma-ru/feature/type-check (30594ac)
  • 🐛 ワークフローエラー修正 (28f5e90)
  • Merge pull request #1 from takuma-ru/feature/type-check (b86fcba)
  • Add auto-story-generator configuration for React and update package keywords (8caaf33)
  • 🐛 ワークフローエラー修正 (2e5122f)
  • 🐛 ワークフローエラー修正 (5fd95b0)
  • 🔧 type check 用の設定を追加 (be08e45)
  • ✨ リリース用Actionとconfig追加 (0c845a4)
  • 📝 ドキュメントディレクトリ作成 (57c4adb)
  • ✨ react 用プリセットの作成完了 (2cec7ed)
  • ✨ react 用プリセットの作成、prop取得生成プロセス実装完了 (4c73018)
  • 🏷️ 型を切り出し (1168112)
  • ✨ 汎用化用genStoryFile関数実装 (b4aa845)
  • 🚚 ファイル名改訂 (f6d8d61)
  • ⚡️ 汎用化のため、index.ts のロジック改修 (c8bfedd)
  • 🚚 ディレクトリ調整 (1e95a12)
  • 🧪 Add react demo project (b041976)
  • Update README.md (3ffc612)
  • Add auto-story-generator package with license and readme files (bb756b9)
  • ➕ lint 系追加 (8c6fe5d)
  • 📦 package.json (b63c963)
  • 🎉init! (64b546d)
auto-story-generator - Release 0.0.2-beta.0

Published by github-actions[bot] 9 months ago

  • 🐛 バージョン反映もれ (9b17358)
  • Merge pull request #4 from takuma-ru/feature/3 (8845dd3)
  • ✨ prettier でフォーマットできるよう機能更新 (eebb589)
  • Merge pull request #2 from takuma-ru/feature/type-check (30594ac)
  • 🐛 ワークフローエラー修正 (28f5e90)
  • Merge pull request #1 from takuma-ru/feature/type-check (b86fcba)
  • Add auto-story-generator configuration for React and update package keywords (8caaf33)
  • 🐛 ワークフローエラー修正 (2e5122f)
  • 🐛 ワークフローエラー修正 (5fd95b0)
  • 🔧 type check 用の設定を追加 (be08e45)
  • ✨ リリース用Actionとconfig追加 (0c845a4)
  • 📝 ドキュメントディレクトリ作成 (57c4adb)
  • ✨ react 用プリセットの作成完了 (2cec7ed)
  • ✨ react 用プリセットの作成、prop取得生成プロセス実装完了 (4c73018)
  • 🏷️ 型を切り出し (1168112)
  • ✨ 汎用化用genStoryFile関数実装 (b4aa845)
  • 🚚 ファイル名改訂 (f6d8d61)
  • ⚡️ 汎用化のため、index.ts のロジック改修 (c8bfedd)
  • 🚚 ディレクトリ調整 (1e95a12)
  • 🧪 Add react demo project (b041976)
  • Update README.md (3ffc612)
  • Add auto-story-generator package with license and readme files (bb756b9)
  • ➕ lint 系追加 (8c6fe5d)
  • 📦 package.json (b63c963)
  • 🎉init! (64b546d)