Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Tags: storybookjs/solidjs

Tags

v1.0.0-beta.7

Toggle v1.0.0-beta.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v1.0.0-beta.6

Toggle v1.0.0-beta.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.0.0-beta.6: Improve code snippets and CD (#16)

* Improve code snippets

* Update solid.yml

* Fix CD expressions

* Generate empty args for render function

* Update versions

v1.0.0-beta.5

Toggle v1.0.0-beta.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added test + typescript support (#15)

v1.0.0-beta.4

Toggle v1.0.0-beta.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.0.0-beta.3

Toggle v1.0.0-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v1.0.0-beta.2

Toggle v1.0.0-beta.2's commit message
Changes on renderer public api.

v1.0.0-beta.1

Toggle v1.0.0-beta.1's commit message
Updated workflows names.