Tom Coleman
|
ac4e8e98db
|
Properly drop summary code
|
2022-11-25 15:45:27 +11:00 |
|
Tom Coleman
|
5b09fc53fd
|
Deepscan
|
2022-11-25 15:45:27 +11:00 |
|
Tom Coleman
|
cb89145774
|
Rename ComposeStory to ComposeStoryFn
|
2022-11-25 15:45:27 +11:00 |
|
Tom Coleman
|
0590881b71
|
Remove non-type conformant summary code
See conversation here: https://github.com/storybookjs/storybook/pull/19919#discussion_r1028952188
|
2022-11-25 15:45:27 +11:00 |
|
Tom Coleman
|
3fdaf809b0
|
Fix
|
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
|
1607fc9048
|
Refactor things emitted on the channel into a "channel api" module
|
2022-11-25 15:44:56 +11:00 |
|
Tom Coleman
|
6b44b1fa63
|
Rework composedStory types
|
2022-11-25 15:44:56 +11:00 |
|
Tom Coleman
|
b2e5b71dfd
|
Remove accidentally committed file
|
2022-11-25 15:44:56 +11:00 |
|
Tom Coleman
|
0524dad63e
|
Remove unused client-api 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 |
|
Tom Coleman
|
6fea833174
|
Remove duplicate API_ arg related types
And clean up some code that used them
|
2022-11-25 15:28:21 +11:00 |
|
Tom Coleman
|
efc73d3432
|
Remove CSF_Meta|Story types and simplify
|
2022-11-25 15:28:20 +11:00 |
|
Tom Coleman
|
6a73816d75
|
Remove the eject button from the docs/canvas toolbar
|
2022-11-25 15:08:53 +11:00 |
|
Tom Coleman
|
6d6259235a
|
Return to filtering toolbars in docs mode, but don't filter menu
|
2022-11-25 15:05:14 +11:00 |
|
Ian VanSchooten
|
5dc04f55dd
|
Remove extra UserConfig
|
2022-11-24 21:33:52 -05:00 |
|
Ian VanSchooten
|
7e1bd1556f
|
Merge remote-tracking branch 'origin/next' into vite/define
|
2022-11-24 21:32:57 -05:00 |
|
Tom Coleman
|
c0eef1af92
|
POC: using targetted styles, not components to style MDX
|
2022-11-25 13:14:14 +11:00 |
|
Norbert de Langen
|
70761af86e
|
import the correct api... this is in a story, aka preview
confusing because it's a story of the manager, inside a folder for manager code..
|
2022-11-24 22:58:52 +01:00 |
|
Jeppe Reinhold
|
45580cc05f
|
Merge branch 'next' into jeppe/sb-898-blocks-description
|
2022-11-24 21:46:00 +01:00 |
|
Norbert de Langen
|
bd6f4010ae
|
cleanup
|
2022-11-24 21:26:59 +01:00 |
|
Norbert de Langen
|
0cb84fc601
|
cleanup dependencies & add yarn plugin for running tasks
|
2022-11-24 21:19:45 +01:00 |
|
Norbert de Langen
|
4158d9b643
|
lockfile update & update exports file
|
2022-11-24 19:51:29 +01:00 |
|
Norbert de Langen
|
66c273e778
|
cleanup of deps
|
2022-11-24 19:44:14 +01:00 |
|
Norbert de Langen
|
90808fb9a5
|
remove duplicate code
|
2022-11-24 19:09:40 +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 |
|
Valentin Palkovic
|
46e2b922c0
|
Fix type issues related to Angular sandbox usage
|
2022-11-24 17:15:45 +01:00 |
|
Norbert de Langen
|
068df71c7d
|
update lockfile & exports file
|
2022-11-24 17:12:50 +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 |
|
Valentin Palkovic
|
2cf3c1b664
|
Merge pull request #19932 from nix6839/next13-support
Support Next.js 13
|
2022-11-24 16:36:38 +01:00 |
|
Norbert de Langen
|
22f829e7ca
|
fix lockfile
|
2022-11-24 15:48:20 +01:00 |
|
Norbert de Langen
|
eb1c49529d
|
ensure using lib/addons for manager related code
|
2022-11-24 15:41:10 +01:00 |
|
Norbert de Langen
|
70e28a98c8
|
oops, manager should continue to import from addons for now
|
2022-11-24 15:00:09 +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
|
53d7426c1a
|
lockfile fix
|
2022-11-24 13:35:47 +01:00 |
|
Norbert de Langen
|
acdcef312b
|
improve readme of shim package
|
2022-11-24 13:31:42 +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
|
95bf5c1565
|
fixes
|
2022-11-24 13:01:31 +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 |
|
Michael Shilman
|
5f3ffc911c
|
Update git head to 7.0.0-alpha.53, update yarn.lock [ci skip]
|
2022-11-24 20:04:05 +09:00 |
|
Michael Shilman
|
fd1cf81615
|
v7.0.0-alpha.53
|
2022-11-24 19:58:09 +09:00 |
|
Michael Shilman
|
dae1bbab81
|
Update root, peer deps, version.ts/json to 7.0.0-alpha.53 [ci skip]
|
2022-11-24 19:54:01 +09:00 |
|