41758 Commits

Author SHA1 Message Date
Tom Coleman
2038d82e61 Fix merge issues 2022-08-02 10:25:16 +10:00
Tom Coleman
4670411cf9
Merge pull request #18827 from storybookjs/better-webkit-linking
Examples: Set `resolve.symlinks` based on node option
2022-08-02 10:23:50 +10:00
Tom Coleman
53526bd7ce Fix deepscan 2022-08-02 10:09:26 +10:00
Tom Coleman
cbaf551026 Rename example => sandbox 2022-08-02 09:15:06 +10:00
Tom Coleman
4dba874d5d Got "test-components" concept working 2022-08-02 08:53:44 +10:00
Tom Coleman
9c80244f2d Cleanup 2022-08-02 08:51:23 +10:00
Tom Coleman
40e2ecac80 Use an absolute path for the loader 2022-08-02 08:48:07 +10:00
Tom Coleman
94aace55dc Cleanup 2022-08-02 08:38:41 +10:00
Tom Coleman
d4e108f495 Add stories via story entries 2022-08-02 08:35:20 +10:00
Tom Coleman
b4a37bf898 Add stories via adding to main.js 2022-08-02 08:35:07 +10:00
Norbert de Langen
4628a286e0
Merge branch 'next' of github.com:storybookjs/storybook into next 2022-08-01 22:25:22 +02:00
Norbert de Langen
694cdcc711
sorry yann, but please put these preferences somewhere else.. 2022-08-01 22:25:08 +02:00
Norbert de Langen
d633c8a756
Merge pull request #18834 from storybookjs/yann/sb-634-create-new-sb-repro-command-degit-only
CLI: create temporary sb repro-next command that only degits repros
2022-08-01 17:59:44 +02:00
Yann Braga
1790cd2bcb CLI: add repro-next command
Temporary command which will eventually replace sb repro once ready
2022-08-01 17:40:23 +02:00
Yann Braga
7c63d0dfec CLI: add preprepare script to generate repro templates list 2022-08-01 17:39:41 +02:00
Yann Braga
26e02f35d1 cleanup generate repros workflow file 2022-08-01 17:22:31 +02:00
Norbert de Langen
610f4ae437
Merge pull request #18831 from storybookjs/norbert/sb-445-sb18376-extractargtypes-doesnt-function
fix missing ability to set docs.`extractArgTypes` for html framework
2022-08-01 17:01:13 +02:00
jonniebigodes
0cd8e4ef97
Merge pull request #18828 from JULO01/patch-2
Docs: Fix Typo in list-story-starter.ts-3.ts.mdx
2022-08-01 15:18:42 +01:00
Norbert de Langen
2645e75aeb
fix missing ability to set docs.extractArgTypes for html framework 2022-08-01 15:01:45 +02:00
Tom Coleman
346a8ce31f Simplify things by linking to the dist folder rather than compiling 2022-08-01 21:47:54 +10:00
Tom Coleman
daa02b801f Copy example stories over from renderer + addons 2022-08-01 21:47:53 +10:00
Tom Coleman
0f2cb31f45 Set resolve.symlinks based on node option 2022-08-01 21:46:48 +10:00
Yann Braga
8d86f10f4c
Merge pull request #18800 from storybookjs/yann/sb-509-create-github-action
Add command to publish repros + GH action
2022-08-01 11:28:42 +02:00
Norbert de Langen
158d3ce4bc
open up the PackageJson type to be extended with custom properties like for eslintConfig 2022-08-01 10:13:15 +02:00
JULO01
1d862d41ec
Docs: Fix Typo in list-story-starter.ts-3.ts.mdx
The Component Object inferred the wrong Type <typeof LoginForm>.  Should be <typeof List> instead :)
2022-08-01 09:43:41 +02:00
luciana-mendonca
76c957e9b0 build(addon-jest): use tsup to build addon-jest 2022-07-31 14:51:04 +02:00
Tom Coleman
d3aa364597
Merge pull request #18781 from storybookjs/tom/sb-568-script-asks-the-maintainer-which
Create a new `yarn example` command that will drive our new dev experience
2022-07-31 14:41:43 +10:00
Tom Coleman
1bb8d80305
Merge pull request #18737 from storybookjs/fix-react-18-docs-tests
React: Fix callback behavior in `react@18`
2022-07-31 14:41:13 +10:00
Tom Coleman
93f3e0e5b5 Get react18 example working via preserve missing 2022-07-31 14:27:09 +10:00
Tom Coleman
99d6c5282b Allow running link without starting 2022-07-31 14:26:45 +10:00
Tom Coleman
9d831be524 Use as const on booleans rather than weak matching 2022-07-31 13:27:11 +10:00
Tom Coleman
5a37d8de3d Get rid of any casts, thanks @kasperpeulen! 2022-07-31 13:26:09 +10:00
Tom Coleman
457714dd06 Add examples to gitignore 2022-07-31 13:12:26 +10:00
Tom Coleman
ce461d696e Drop unused var 2022-07-31 13:12:26 +10:00
Tom Coleman
9bd059a335 Got linking going 2022-07-31 13:12:26 +10:00
Tom Coleman
43d142b084 Update trailing CSF version 2022-07-31 13:12:26 +10:00
Tom Coleman
4f27fd6b30 Switch to executing yarn storybook in the project 2022-07-31 13:12:26 +10:00
Tom Coleman
7a47b38fea I renamed it 2022-07-31 13:12:26 +10:00
Tom Coleman
4f2dac0cee Address issues with optional prompts 2022-07-31 13:12:26 +10:00
Tom Coleman
a8ce72cb06 Simple updates from @yannbf's comments 2022-07-31 13:12:26 +10:00
Tom Coleman
c928629c6a Fix typing problems 2022-07-31 13:12:26 +10:00
Tom Coleman
dd56d4a436 Fix typing problem 2022-07-31 13:12:26 +10:00
Tom Coleman
8e9515691a Add basic logic to prompt to reuse or delete existing projects 2022-07-31 13:12:26 +10:00
Tom Coleman
b99d16da69 Drop scripts from code tests 2022-07-31 13:12:26 +10:00
Tom Coleman
c9df02b8a8 Do typing shenanigans for options 2022-07-31 13:12:26 +10:00
Tom Coleman
38d53e58bc Add script tests as a separate circle job 2022-07-31 13:12:26 +10:00
Tom Coleman
6cf650e816 Add a dry-run option to command 2022-07-31 13:12:26 +10:00
Tom Coleman
48e87e39db Cleanup 2022-07-31 13:12:26 +10:00
Tom Coleman
a067ce563b Don't need this 2022-07-31 13:12:26 +10:00
Tom Coleman
3872a0fb32 Update example command to run SB commands 2022-07-31 13:12:26 +10:00