Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/storybookjs/storybook

Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
https://github.com/storybookjs/storybook

Merge pull request #26298 from storybookjs/norbert/fix-cli-add

CLI: Improve `add` command & add tests

6701349521a169b923e262cedae22a9c6c8ed642 authored 10 months ago by Norbert de Langen <[email protected]>
Merge pull request #26286 from 43081j/recast-update

CSF-tools/Codemods: Upgrade recast

ba80f3c9ba072f1cfe393c03195591ddbba4282b authored 10 months ago by Michael Shilman <[email protected]>
change package name for test

b6b98eb9912727d8de135b96e2ea3d3e85ae96da authored 10 months ago by Norbert de Langen <[email protected]>
found a flaw thanks to review from valentin

320fd3decd4400805634ef20e9f2bd234c1c9ae9 authored 10 months ago by Norbert de Langen <[email protected]>
Merge pull request #26188 from storybookjs/jeppe/svelte-5-prerelease

Svelte: Support `5.0.0-next.65` prerelease

6b0f805885fa5dedec583b0b2c91d513828624f2 authored 10 months ago by Jeppe Reinhold <[email protected]>
Merge pull request #25970 from naporin0624/docs/fix-glob-pattern

Docs: Change glob pattern in jest item of storyshots-migration-guide

217c3d0411c69bc3bcdaadc1ea2c7107788f1524 authored 10 months ago by jonniebigodes <[email protected]>
Merge branch 'next' into docs/fix-glob-pattern

86b27f4f199d2028cf09e7a910632c8910079659 authored 10 months ago by jonniebigodes <[email protected]>
use hasOwn, which is type-safe, no need for casting

be683bf8bc01ba945eb2072ab6bbec0ba3ab0d34 authored 10 months ago by Norbert de Langen <[email protected]>
cleanup

2d66683bf127e6d347b7dd555bcd3b0a49958ff8 authored 10 months ago by Norbert de Langen <[email protected]>
rename for clarity

eacdd37e2b02846c98883a4f1b241a6058a718d0 authored 10 months ago by Norbert de Langen <[email protected]>
fixes

8f07e61ef02b3aa752da91576cf016367beaa454 authored 10 months ago by Norbert de Langen <[email protected]>
Merge branch 'next' into norbert/fix-cli-add

e24a1ee0c32b4cee347f59229193612162fcbf1b authored 10 months ago by Norbert de Langen <[email protected]>
fix the bug and add tests to ensure it doesn't fail ever again

c9a26c6f25217cc5a595189e8dbbe828937b4437 authored 10 months ago by Norbert de Langen <[email protected]>
Merge pull request #26267 from storybookjs/feature/portable-stories-optional-context

Portable stories: Improve existing APIs, add loaders support

d7900adbcbc7305666c5237767d8014484ce30c7 authored 10 months ago by Yann Braga <[email protected]>
Merge branch 'next' into jeppe/svelte-5-prerelease

43e09f80341182fc2348498a2ed42c67e759de10 authored 10 months ago by Jeppe Reinhold <[email protected]>
Portable stories: Add support for loaders

2b6ce98d791aa6f06082d6ed185ff40826bb1674 authored 10 months ago by Yann Braga <[email protected]>
use jsx in portable stories react decorator

40b56a46b42b834c771674d7a3d1140d2f4c4d51 authored 10 months ago by Yann Braga <[email protected]>
fix proejct annotation merging logic

69e69d182a754c0ec4d3d326588d9c07b1cfb285 authored 10 months ago by Yann Braga <[email protected]>
update migration notes

a2891859107a10b48f5392de7bd0bd30aa7a4cfe authored 10 months ago by Yann Braga <[email protected]>
use composeConfigs function

d39b6c93b433750ebdf33f68c855923872d41954 authored 10 months ago by Yann Braga <[email protected]>
Portable stories: Make canvasElement optional in the play function

eb28dad8d0506e1ef73c109ea4eef636f781d936 authored 10 months ago by Yann Braga <[email protected]>
use play function on snapshot tests

1dd146fbd045f853d0312e4aa5daab5b8d96daa3 authored 10 months ago by Yann Braga <[email protected]>
fix compose configs order

f60fee3fea81fd40888b9c7f494377e56d1cdbf0 authored 10 months ago by Yann Braga <[email protected]>
add migration note regarding project annotation overrides

6dae91d30c8d9fc60db1169d2e0be2e225dc9d13 authored 10 months ago by Yann Braga <[email protected]>
Update code/lib/preview-api/src/modules/store/csf/portable-stories.test.ts

Co-authored-by: Jeppe Reinhold <[email protected]>

0694772841f956bcf55ec81f8aba71771870f71e authored 10 months ago by Yann Braga <[email protected]>
bring test assertions back

2552e0395840e37f2c988434a497de231b756ded authored 10 months ago by Yann Braga <[email protected]>
Merge pull request #26293 from storybookjs/valentin/fix-version-check-in-upgrade

Upgrade: Add missing isUpgrade parameter to automigrate function

7ff80bf30c32ffb6bdb368a6decdc4f034c19ed8 authored 10 months ago by Valentin Palkovic <[email protected]>
Merge pull request #26262 from storybookjs/valentin/fix-vite-config-automigration

Automigration: Resolve vite config from project root instead of cwd

8909a59b2ed7746ea31042e7ad6e31e60f487ff5 authored 10 months ago by Valentin Palkovic <[email protected]>
Add missing isUpgrade parameter to automigrate function

fbbf22d5945301d54bf7500e9a685805dd4367b8 authored 10 months ago by Valentin Palkovic <[email protected]>
Merge pull request #26273 from storybookjs/valentin/support-typescript-aliases

React Docgen: Handle TypeScript path aliases in react-docgen loader

b0f4ab33f7899b354f9587452fbdf3579f79927f authored 10 months ago by Valentin Palkovic <[email protected]>
Add type-safetyness to Fix type

bb8590c9b7d59cfd047be62632eb8e20ca299a9e authored 10 months ago by Valentin Palkovic <[email protected]>
Merge pull request #26283 from storybookjs/shilman/fix-controls-type-summary

Controls: Fix type summary when table.type unset

f0beb18e5460a8243ac27949804befa26bf932b3 authored 10 months ago by Michael Shilman <[email protected]>
chore: upgrade recast

This updates recast (patch version) to pull in a recent update which
trims down the dependency t...

3f766bf200005ac60fee8d3fc7bf017772bf3792 authored 10 months ago by 43081j <[email protected]>
Merge branch 'next' into shilman/fix-controls-type-summary

2d386cbbbcb94d5d0da628c4520230789d97a5fa authored 10 months ago by Norbert de Langen <[email protected]>
Bump version from "8.0.0-rc.0" to "8.0.0-rc.1" [skip ci]

68f1b28e83b04763469f561648d01dba7606664b authored 10 months ago by storybook-bot <[email protected]>
Merge pull request #26268 from storybookjs/version-non-patch-from-8.0.0-rc.0

Release: Prerelease 8.0.0-rc.1

bc1b1da3ee1523ad5bccb7f3347f80455e72b362 authored 10 months ago by Michael Shilman <[email protected]>
Controls: Fix type summary

2b48135c376b04ab28fa77c342f535fc242df6b2 authored 10 months ago by Michael Shilman <[email protected]>
Write changelog for 8.0.0-rc.1 [skip ci]

2d75e1fd15f21f6817ead1e6baffce95566f10fe authored 10 months ago by storybook-bot <[email protected]>
Merge pull request #26282 from storybookjs/shilman/26280-fix-onboarding-manager

Onboarding: Fix manager dist reference

64be72747061242f0efc397f34181de848134a6d authored 10 months ago by Michael Shilman <[email protected]>
Onboarding: Fix manager dist reference

c3335f7dec8368a1ad203d59e9fef542bcc2c7f6 authored 10 months ago by Michael Shilman <[email protected]>
Merge branch 'next' into docs/fix-glob-pattern

37a59de9cd76320478fcd1db29548457133b1a96 authored 10 months ago by jonniebigodes <[email protected]>
Setup prompt type for automigration

12495e5027803c1838335b63b1784b4dab520d3e authored 10 months ago by Valentin Palkovic <[email protected]>
Handle TypeScript path aliases in react-docgen loader

ea40ff899fb300dff73de8e108ee6108c4bb1200 authored 10 months ago by Valentin Palkovic <[email protected]>
Merge pull request #26254 from storybookjs/norbert/fix-react-docgen-vite-plugin

ReactVite: Docgen ignore un-parsable files

075f911f4d202709d1f4fcccc9126107deee5f39 authored 10 months ago by Norbert de Langen <[email protected]>
Merge pull request #26258 from storybookjs/fix/incompatible-addons-error

CLI: Fix addon compatibility check error reporting in storybook dev

c9d7eb1995b627bd7e4ef522b863a230a25f02e4 authored 10 months ago by Yann Braga <[email protected]>
fix filter logic

70ee50f155412703026059adc978980090ae2759 authored 10 months ago by Norbert de Langen <[email protected]>
added extra extensions

da5ee529f0a4b7480fd5a9306e42355fcba8c255 authored 10 months ago by Norbert de Langen <[email protected]>
duplicated to code to prevent ugly import

463d4887cc0fe7666d768a0759c736968ad2ea90 authored 10 months ago by Norbert de Langen <[email protected]>
add dependency

ef36c364c266e8712b1c48678c1e76325bf352e9 authored 10 months ago by Norbert de Langen <[email protected]>
make use of RESOLVE_EXTENSIONS as requested

899ba75db383b8745d6d5514b1f2226d41614522 authored 10 months ago by Norbert de Langen <[email protected]>
Merge pull request #26256 from storybookjs/docs_fix_login_form_snippets

Docs: Snippets fix testing package imports

c594ba9a02149e29817f53eefdb0ba4ebe08de6d authored 10 months ago by jonniebigodes <[email protected]>
Resolve vite config from project root instead of cwd

4d24ee07b96b178c78ffa3e1501fddc98349f7ff authored 10 months ago by Valentin Palkovic <[email protected]>
Fix addon compatibility check error reporting in storybook dev

b7cdb946802ab83dbfe5baab23d56a375a7013f3 authored 10 months ago by Yann Braga <[email protected]>
fix for webpack as well!

cea28271e0ff055b6060f97f8452604a443aed2e authored 10 months ago by Norbert de Langen <[email protected]>
Docs: Snippets fix testing package imports

470ff2344b0e58ba4035aab23a79080c15b3cd00 authored 10 months ago by jonniebigodes <[email protected]>
fix

6a6e4cffa4e3f0c7e86fd24534bdb3a07f27dda8 authored 10 months ago by Norbert de Langen <[email protected]>
remove it

0d52b8058dbf3ad89e35f3dfa735f3c32b5c4a77 authored 10 months ago by Norbert de Langen <[email protected]>
add regression test for import of css file

5fa9f5be2a7af34a6cd1e650055e44bcb74b42cf authored 10 months ago by Norbert de Langen <[email protected]>
fix issue with files without extension

686867f6d014346b64d375a91ef041cc9bf8fd31 authored 10 months ago by Norbert de Langen <[email protected]>
fix

dd3ba902d1c4b6e6375c8a6e8ef3399e957359dd authored 10 months ago by Norbert de Langen <[email protected]>
making a little simplification, see if it causes a regression too

7246a179ec91178caab30212e9f641b0981c9ac6 authored 10 months ago by Norbert de Langen <[email protected]>
Merge branch 'next' into norbert/fix-react-docgen-vite-plugin

9940766fcecaac84690c63d678c24495dc8895b4 authored 10 months ago by Norbert de Langen <[email protected]>
filter docgen import resolution files to only JS

1d5e9f8d179ef19175d2c2bb6bc3ba8a9d511e35 authored 10 months ago by Norbert de Langen <[email protected]>
Bump version from "8.0.0-beta.6" to "8.0.0-rc.0" [skip ci]

a47fc43e55cce332f9738289ff8103ccf6dff832 authored 10 months ago by storybook-bot <[email protected]>
Merge pull request #26248 from storybookjs/version-non-patch-from-8.0.0-beta.6

Release: Prerelease rc 8.0.0-rc.0

7b533e92e5b2f0df3a46d69665a24f08f15ff277 authored 10 months ago by Vanessa Yuen <[email protected]>
manually update changelog (again)

113138e9a984471e1a1702cdfe313551eea77d4d authored 10 months ago by Vanessa Yuen <[email protected]>
write changelog manually

40b1223a59bda1aee68dd30108f00cad7b4efba8 authored 10 months ago by Vanessa Yuen <[email protected]>
Write changelog for 8.0.0-rc.0 [skip ci]

9f63fc86ed9640291703a3ac89876f308d6b746c authored 10 months ago by storybook-bot <[email protected]>
Merge pull request #26234 from storybookjs/docs_updates_videos_sb_8

Docs: Adds first batch of videos

76fa56b259f35c3dae9338e48fdd673bf9f10f24 authored 10 months ago by jonniebigodes <[email protected]>
Merge branch 'next' into docs_updates_videos_sb_8

e103ef59c70d5d3191a461c97aa36e2b7458b60c authored 10 months ago by jonniebigodes <[email protected]>
Docs: Adds first batch of videos

b8c6a63c144bca7034818e474ba59f898994cf11 authored 10 months ago by jonniebigodes <[email protected]>
Bump version from "8.0.0-beta.5" to "8.0.0-beta.6" [skip ci]

8ba6b4659911efcb45d0876cf9f427300bb47a17 authored 10 months ago by storybook-bot <[email protected]>
Merge pull request #26174 from storybookjs/version-non-patch-from-8.0.0-beta.5

Release: Prerelease 8.0.0-beta.6

dc52beddbb0c9ddc62b8c77821914bb3a68ea62c authored 10 months ago by Vanessa Yuen <[email protected]>
Write changelog for 8.0.0-beta.6 [skip ci]

16e7931679acbe081dd918c951451d1976d29f6b authored 10 months ago by storybook-bot <[email protected]>
Merge pull request #26231 from storybookjs/jeppe/update-addon-migration

Docs: Update diff-link in addon migration guide

cf22d144b91996d18b515b7f61081fc44117d0d7 authored 10 months ago by Jeppe Reinhold <[email protected]>
Merge pull request #26219 from storybookjs/yann/improve-incompatible-addon-check

Doctor: Add dynamic check for incompatible Storybook packages

a6c958f5d9f1dc8f97704d61b50b015e88bad9e5 authored 10 months ago by Yann Braga <[email protected]>
Merge pull request #26228 from storybookjs/valentin/create-automigration-for-postcss-addon

Automigrations: Create addon-postcss automigration

a4b5ed057ff561e9e7dd05f2131df10c3d7e1439 authored 10 months ago by Valentin Palkovic <[email protected]>
update commit in addon-kit diff link

c2a562a57619653df962643fdc9722201933f1d4 authored 10 months ago by Jeppe Reinhold <[email protected]>
Update code/lib/cli/src/automigrate/fixes/addon-postcss.ts

Co-authored-by: Jeppe Reinhold <[email protected]>

1ff730dfc51233b56832eb9870535af4175932f1 authored 10 months ago by Valentin Palkovic <[email protected]>
Update code/lib/cli/src/automigrate/fixes/addon-postcss.ts

Co-authored-by: Jeppe Reinhold <[email protected]>

6e414d5542e39c03fa583387c28ee88f1be1bc45 authored 10 months ago by Valentin Palkovic <[email protected]>
small improvements

d52adbb107d115c0dd1530038950cd213a315526 authored 10 months ago by Yann Braga <[email protected]>
use package manager read package json methods

5b25644c54032ab996eb1ad68091d37199ff1555 authored 10 months ago by Yann Braga <[email protected]>
fix types and comment review

460e98af4dad67f30ef581dab873aba966799d8a authored 10 months ago by Yann Braga <[email protected]>
bring duplicated deps logic back

76c2388130daf1ffb7864368cc1887987ff8c5bd authored 10 months ago by Yann Braga <[email protected]>
Doctor: Add dynamic check for incompatible storybook packages

5bbc5eef2775e84dc332b0ba9bcae3f73061f4ba authored 10 months ago by Yann Braga <[email protected]>
rework the logic based on reviews

99d04b2c0c01212405f6f256f025478610a20ca5 authored 10 months ago by Yann Braga <[email protected]>
Merge pull request #26210 from storybookjs/valentin/automigration-fixes

Automigrations: General fixes for automigrations, blockers and codemods

a010d45c8b0b323631ade0f167b84f8a97313818 authored 10 months ago by Valentin Palkovic <[email protected]>
Merge branch 'next' into valentin/automigration-fixes

0380668b5ac556c8a243e8f4883ed6b27159ce24 authored 10 months ago by Valentin Palkovic <[email protected]>
Fix wording in remove-jest-testing-library automigration

293957c2a30f968d4bf43d71ed766ea9c848a69f authored 10 months ago by Valentin Palkovic <[email protected]>
Typo

5ac45075ab05a9cc2b8a553805ae7b9116e8724e authored 10 months ago by Valentin Palkovic <[email protected]>
Formatting

00446c2cc1643d4ea1d7f72a705663856cdaa2b4 authored 10 months ago by Valentin Palkovic <[email protected]>
Update code/lib/cli/src/autoblock/block-dependencies-versions.ts

Co-authored-by: Jeppe Reinhold <[email protected]>

7761e3a28d80351c8a5f1f4c6e3bb793fc274932 authored 10 months ago by Valentin Palkovic <[email protected]>
Create addon-postcss automigration

c671ac976738a23cf0059d8f42f195f41bb6a5e8 authored 10 months ago by Valentin Palkovic <[email protected]>
Merge pull request #26224 from storybookjs/tom/re-export-for-embedding

Core: Export preview symbols for embedding

436c47e6eb3ea98a80ad76736a25a992c4d7a291 authored 10 months ago by Michael Shilman <[email protected]>
Merge pull request #26214 from storybookjs/kasper/fix-angular-compodocs

Angular: Use dedicated tsconfig for compodocs

9d26611978f1bbf02d91ab48f54bbc177a52f5c4 authored 10 months ago by Valentin Palkovic <[email protected]>
Enhance formatting of remove-argtypes-regex automigration

ee523d16adade9bae87a59e918882a9d688c001d authored 10 months ago by Valentin Palkovic <[email protected]>
Fix run function of remove-jest-testing-library

c810eaae10e7895d313ba146b69021c2f4178fa1 authored 10 months ago by Valentin Palkovic <[email protected]>
Enhance formatting of autoblock messages

9e361c079dbf815c7704201f934315c315587355 authored 10 months ago by Valentin Palkovic <[email protected]>
Remove unused code

ef5ee401b350599cbbe9c0ec7e0f5c331a40fa7d authored 10 months ago by Valentin Palkovic <[email protected]>
Fix prompting in remove-jest-testing-library automigration

3326613e743c25f7bc3a458e7103214d00835691 authored 10 months ago by Valentin Palkovic <[email protected]>