4517 Commits

Author SHA1 Message Date
Jeppe Reinhold
feee9a91cb add Empty Unattached story to Source block 2023-01-30 10:38:02 +01:00
Yann Braga
07bb9b9c27 fix preview.ts json type issue in angular templates 2023-01-30 09:28:20 +01:00
Yann Braga
32fe70720e simplify main.js format for javascript projects 2023-01-30 09:28:20 +01:00
Yann Braga
6ff96723b9 fix tsconfig in angular cli template 2023-01-30 09:28:20 +01:00
Yann Braga
f17d587b1a remove unnecessary commonJs option
- We don't have to use this workaround anymore 🎉
2023-01-30 09:28:20 +01:00
Yann Braga
a450809db1 CLI: generate preview.ts if applicable 2023-01-30 09:28:20 +01:00
Yann Braga
47a85e549c CLI: generate main config with default exports
- additionally, generate in typescript format if applicable
2023-01-30 09:28:20 +01:00
Jeppe Reinhold
5a764fed4d fix addon docs e2e test 2023-01-30 09:05:05 +01:00
Jeppe Reinhold
67afcf21d2
improve description of function 2023-01-30 08:41:56 +01:00
Jeppe Reinhold
4a1dd9c7bf Merge branch 'jeppe/fix-blocks' of github.com:storybookjs/storybook into jeppe/fix-blocks 2023-01-30 00:26:04 +01:00
Jeppe Reinhold
9986553587 allow Canvas without story children 2023-01-30 00:25:40 +01:00
Jeppe Reinhold
d33aad5168
Merge branch 'next' into jeppe/fix-remount-story 2023-01-30 00:17:49 +01:00
Jeppe Reinhold
f1d1ed84d0
Merge branch 'next' into jeppe/fix-blocks 2023-01-29 22:01:02 +01:00
Tobias Diez
05dea3b03d
feat: return address of dev server from buildDevStandalone
I currently use `buildDevStandalone` to start a dev server (by code), and to show a nice message to the user afterwards, I would like to get the server address.
2023-01-29 15:27:01 +08:00
Ian VanSchooten
141cc9aa3d Deps: Use @storybook/testing-library@next 2023-01-28 11:59:33 -05:00
Horcrux
ee9a77364e
Fix outline initial state
`context.globals` is 'true' string while storybook is initialing.
2023-01-28 16:40:39 +08:00
Michael Shilman
b6b51d5a2a Update git head to 7.0.0-beta.36, update yarn.lock [ci skip] 2023-01-28 11:30:40 +08:00
Michael Shilman
5268eb0fa2 v7.0.0-beta.36 2023-01-28 11:29:32 +08:00
Michael Shilman
17d4e58712 Update root, peer deps, version.ts/json to 7.0.0-beta.36 [ci skip] 2023-01-28 11:19:46 +08:00
Jeppe Reinhold
c71d8ce1be disable test runner 2023-01-28 01:35:23 +01:00
Jeppe Reinhold
ca22df8e72 Revert "fix __forceInitialArgs to not update source"
This reverts commit 16eb6966d2b0769fcac89fc80a9a1f1bd0712eec.
2023-01-28 00:46:09 +01:00
Jeppe Reinhold
ff05a55abd
Merge pull request #20755 from webblocksapp/prepare-context-at-story-render
Core: Story context is prepared before for supporting fine grained updates
2023-01-28 00:22:45 +01:00
Jeppe Reinhold
b891a8a690 add delay to inspect force_remount story manually 2023-01-28 00:20:47 +01:00
Jeppe Reinhold
f14ddcceff Merge branch 'next' of github.com:storybookjs/storybook into jeppe/fix-remount-story 2023-01-28 00:02:49 +01:00
Jeppe Reinhold
b87e1bd95b Merge branch 'next' of github.com:storybookjs/storybook into prepare-context-at-story-render 2023-01-27 23:40:25 +01:00
Jeppe Reinhold
c5fd149c6b
Merge branch 'next' into markdown-block 2023-01-27 23:35:12 +01:00
Jeppe Reinhold
4d71923093
Merge pull request #20790 from storybookjs/disable-markdown-transclusion
Docs: Disable Markdown transclusion and support ?raw .md files
2023-01-27 23:35:02 +01:00
Jeppe Reinhold
9273832619 Merge branch 'next' of github.com:storybookjs/storybook into jeppe/fix-blocks 2023-01-27 23:29:34 +01:00
Jeppe Reinhold
16eb6966d2 fix __forceInitialArgs to not update source 2023-01-27 23:16:46 +01:00
Ben McCann
b6ac95d2a7 docs: add notes about current state of SvelteKit features 2023-01-27 13:23:54 -08:00
Jeppe Reinhold
d441a0be1e fix toolbar appearing in Stories 2023-01-27 20:58:47 +01:00
Jeppe Reinhold
817666d16c
Merge pull request #20807 from storybookjs/20780-unattached-source-code
Docs: Allow using `<Source code=".." />` unattached.
2023-01-27 20:53:20 +01:00
Charles GRUENAIS
a602c6a302 Merge remote-tracking branch 'origin/next' into fix-hmr-vite 2023-01-27 17:41:39 +01:00
Charles GRUENAIS
759047eb4e Made names more consistent 2023-01-27 17:12:32 +01:00
Yann Braga
8944cc41e4 CLI: only add dependencies on sb init if they do not exist 2023-01-27 12:36:28 +01:00
Jeppe Reinhold
3ef1144eef
Merge branch 'next' into 20780-unattached-source-code 2023-01-27 10:56:54 +01:00
Jeppe Reinhold
f852ea715b
Merge branch 'next' into disable-markdown-transclusion 2023-01-27 09:31:03 +01:00
Jeppe Reinhold
979c18694c
improve withToolbar logic
Co-authored-by: Tom Coleman <tom@chromatic.com>
2023-01-27 09:18:51 +01:00
Tom Coleman
48dfc5d559 Allow using <Source code=".." /> unattached. 2023-01-27 15:09:36 +11:00
Tom Coleman
fba1403907 Export controls from doc blocks 2023-01-27 13:31:33 +11:00
Ian VanSchooten
6844457de6 Sveltekit: Ensure SSR is disabled 2023-01-26 21:08:03 -05:00
Jeppe Reinhold
b5022502fe
Merge branch 'next' into jeppe/fix-blocks 2023-01-27 01:07:33 +01:00
Jeppe Reinhold
f2685dbfed fix type error 2023-01-27 00:45:08 +01:00
Jeppe Reinhold
58c65443e0 Support unattached Canvas without story children 2023-01-27 00:39:16 +01:00
Jeppe Reinhold
df8fbe3b90 add stories for Primary and Stories 2023-01-27 00:26:44 +01:00
Jeppe Reinhold
1cd89031ac improve withToolbar logic 2023-01-27 00:26:04 +01:00
Jeppe Reinhold
653052fc8b make headers in MDX unstyled components 2023-01-26 23:46:17 +01:00
Michael Shilman
894f514d99 Update git head to 7.0.0-beta.35, update yarn.lock [ci skip] 2023-01-27 00:59:07 +08:00
Michael Shilman
e6d5c50c88 v7.0.0-beta.35 2023-01-27 00:57:32 +08:00
Michael Shilman
811e6dd865 Update root, peer deps, version.ts/json to 7.0.0-beta.35 [ci skip] 2023-01-27 00:54:17 +08:00