75 Commits

Author SHA1 Message Date
Michael Shilman
ec1df6fe1b v7.0.0-alpha.61 2022-12-07 18:58:10 +08:00
Michael Shilman
606de0f52d Update git head to 7.0.0-alpha.60, update yarn.lock [ci skip] 2022-12-07 12:30:47 +08:00
Michael Shilman
2b38f15a16 v7.0.0-alpha.60 2022-12-07 12:24:15 +08:00
Michael Shilman
62d0ce3dd8 Update git head to 7.0.0-alpha.59, update yarn.lock [ci skip] 2022-12-07 00:16:44 +08:00
Michael Shilman
8d3068344b v7.0.0-alpha.59 2022-12-07 00:07:31 +08:00
Norbert de Langen
825f8b83ed
Merge branch 'next' into tom/sb-1013-batch-imports-in-loadallcsffiles-to 2022-12-05 18:17:11 +01:00
Tom Coleman
e674bb5464 Use Sync promise in base case 2022-12-05 17:27:35 +11:00
Michael Shilman
c64b984ca4 Update git head to 7.0.0-alpha.58, update yarn.lock [ci skip] 2022-12-05 14:26:04 +08:00
Michael Shilman
c7f8e3e848 v7.0.0-alpha.58 2022-12-05 14:21:34 +08:00
Tom Coleman
f19aa259db Merge remote-tracking branch 'origin/next' into tom/sb-1013-batch-imports-in-loadallcsffiles-to 2022-12-05 17:14:45 +11:00
Michael Shilman
2136d6853f Update git head to 7.0.0-alpha.57, update yarn.lock [ci skip] 2022-12-03 22:17:04 +08:00
Michael Shilman
5a87a203fd v7.0.0-alpha.57 2022-12-03 22:13:10 +08:00
Tom Coleman
fec91d060a Change batch size to 20 and include test 2022-12-03 11:39:41 +11:00
Tom Coleman
217c84e78d
Update code/lib/preview-api/src/modules/store/StoryStore.ts
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
2022-12-03 10:57:35 +11:00
Tom Coleman
8e52fb71df Batch the loading of CSF files for extract() etc 2022-12-02 13:40:12 +11:00
Michael Shilman
55eef01d1c Update git head to 7.0.0-alpha.56, update yarn.lock [ci skip] 2022-12-01 13:53:07 +08:00
Michael Shilman
c8e9a862bb v7.0.0-alpha.56 2022-12-01 13:48:31 +08:00
Yann Braga
1951f31733 erge branch 'next' into wkich/play-function-override 2022-11-30 18:47:14 +01:00
Yann Braga
b358b7d952 Merge branch 'next' into wkich/play-function-override 2022-11-30 18:36:11 +01:00
Michael Shilman
a58973036f Update git head to 7.0.0-alpha.55, update yarn.lock [ci skip] 2022-12-01 01:35:46 +08:00
Michael Shilman
55cd2ab63d v7.0.0-alpha.55 2022-12-01 01:29:52 +08:00
Kasper Peulen
fac2465219 No unused locals in tsconfig to disable deepscan
Deep scan is not compatible with TS 4.9 yet. And the only issues it seems to find that are not covered yet by TS or ESLint are unused imports. TSC can catch those by enabling noUnusedLocals in tsconfig.
2022-11-29 16:28:00 +01:00
Yann Braga
5a557d37ce Merge branch 'next' into wkich/play-function-override 2022-11-28 16:25:27 +01:00
Tom Coleman
0889eeeff9 Merge remote-tracking branch 'origin/next' into tom/sb-878-cleanup-de-duplicate-storybooktypes 2022-11-28 10:37:07 +11:00
Tom Coleman
3ae4623cc1 Use Promise not PromiseLike 2022-11-28 10:24:32 +11:00
Tom Coleman
6189d76fda Move internal Preview types into pacagek 2022-11-28 09:57:58 +11:00
Michael Shilman
6c451134fa Update git head to 7.0.0-alpha.54, update yarn.lock [ci skip] 2022-11-25 23:27:25 +09:00
Michael Shilman
91177d4e27 v7.0.0-alpha.54 2022-11-25 23:22:24 +09:00
Norbert de Langen
a9ca2bcb98
fix typings 2022-11-25 10:01:09 +01:00
Norbert de Langen
0b99973bb0
fix types 2022-11-25 09:46:19 +01:00
Tom Coleman
e066923b7a Fix types 2022-11-25 15:46:13 +11:00
Tom Coleman
cb89145774 Rename ComposeStory to ComposeStoryFn 2022-11-25 15:45:27 +11:00
Tom Coleman
6271be4009 Fixes to uses of channel api 2022-11-25 15:45:26 +11:00
Tom Coleman
6b44b1fa63 Rework composedStory types 2022-11-25 15:44:56 +11:00
Tom Coleman
303e394076 Rename Story types 2022-11-25 15:44:55 +11:00
Tom Coleman
bf5cd8d49f Consolidate various index related types 2022-11-25 15:32:27 +11:00
Tom Coleman
1cc786580f Remove internal store types 2022-11-25 15:28:21 +11:00
Norbert de Langen
0cb84fc601
cleanup dependencies & add yarn plugin for running tasks 2022-11-24 21:19:45 +01:00
Norbert de Langen
0edbbe4144
change unique keys, so when a story imports the manager-api it gets it's own addons store 2022-11-24 17:35:55 +01:00
Norbert de Langen
94fe6d4240
move code from lib/addons to manager-api, reference manager-api or preview-api instead of lib/addons 2022-11-24 17:12:13 +01:00
Norbert de Langen
0860911597
add new export to package 2022-11-24 14:54:23 +01:00
Norbert de Langen
9b31d988fb
fix references to addons inside preview-api internally 2022-11-24 14:50:51 +01:00
Norbert de Langen
d336e12ddf
start moving the addons package into preview-api 2022-11-24 14:43:43 +01:00
Norbert de Langen
3cee1643c9
Merge branch 'tech/introduce-preview-api' into tech/rename-api 2022-11-24 13:43:28 +01:00
Norbert de Langen
5091c3a874
fix typing in a test 2022-11-24 13:40:43 +01:00
Norbert de Langen
095d3222ca
Merge branch 'tech/introduce-preview-api' into tech/rename-api 2022-11-24 13:30:21 +01:00
Norbert de Langen
092eb8937d
move / update readme files 2022-11-24 13:21:46 +01:00
Norbert de Langen
7327efd089
Merge branch 'next' into tech/introduce-preview-api 2022-11-24 13:09:17 +01:00
Norbert de Langen
bf5f7831d1
Apply suggestions from code review
Co-authored-by: Valentin Palkovic <valentin@chromatic.com>
2022-11-24 13:00:11 +01:00
Norbert de Langen
a9d2ae754f
Merge branch 'next' into tech/introduce-preview-api 2022-11-22 16:16:42 +01:00