This repository was archived by the owner on Jul 1, 2025. It is now read-only.
Tags: storybookjs/solidjs
Tags
Fix preset.js 'module not defined' (#20) * Treat as commonjs * Bumped versions Modified versions of packages and dependencies in order to make sure they works across different versions of peer dependencies and was using the latest. --------- Co-authored-by: Jonah Henriksson <33059163+JonahPlusPlus@users.noreply.github.com>
Fix source snippet generation (#13) * Update CONTRIBUTING.md * Added source decorator * Fix missing type info in releases * Change versions * Add authentication to publishing * Update README.md * Update README.md * Update README.md * Remove logs and cover object methods * Move try catch up * Add testing for source transformer * Optimize workflows and add testing to CI * Move checkout to parents * Added shell property * Update CONTRIBUTING.md
Upgrade to Storybook v8 and latest Solid (#10) * Updated renderer and framework - Removed old artifacts (like Lerna githeads) - Updated yarn - Made bundling experience closer to main repo - Fixed out-of-date code - Updated dependencies - Added .editorconfig * Fix reactivity * Fixed race condition in bundler * Match exports * Added prettier and eslint * Create ci.yml * Updated templates * Added documentation * Update README.md * Improved race condition work around * Add bundler check script * Refactored CD scripts * Ran Prettier * Fix CI * Revert "Fix CI" This reverts commit b4511d6. * Enable corepack * Remove old flag * Debug CI tool versions * Used proper yarn version Windows has issues with using proper yarn version when using fnm * Update types.ts * Fix bundler checks * Switch to next versions * Added global build script and renamed prep to build * Added example app * Update README.md Co-authored-by: Michael Shilman <shilman@users.noreply.github.com> * Ran formatter * Update yarn.lock * Fixed example * Fixed dependency error and added CONTRIBUTING file * Update CONTRIBUTING.md * make example package private * Update package READMEs --------- Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>