47 Commits

Author SHA1 Message Date
Valentin Palkovic
16dcbb72a0 Apply linting 2025-03-05 15:35:01 +01:00
Valentin Palkovic
11a91f451d Rename @storybook/test to storybook/test 2025-03-05 15:35:00 +01:00
Valentin Palkovic
4407b5ed9d Remove ts-3-8 stories 2025-03-02 12:53:54 +01:00
Kyle Gach
80c12f5d39 Replace interaction test -> component test 2025-01-21 20:32:51 -07:00
Norbert de Langen
1fdd2d6c67 more fixes 2024-08-15 10:00:59 +02:00
Norbert de Langen
513bb66bb9 apply sorting to code 2024-08-08 13:00:19 +02:00
Kasper Peulen
dbef8b5881 Add explicit actions to CLI header story 2024-03-06 15:45:00 +01:00
Kasper Peulen
021c101faf Apply updated eslint rules 2024-01-15 13:33:41 +01:00
Kasper Peulen
9ff64bc57e
Merge pull request #25238 from storybookjs/kasper/remove-ts-magic
Core: Error on explicit actions while rendering or playing
2024-01-04 09:38:15 +01:00
Kasper Peulen
90e96d05b2 Documentation over fn action arg 2024-01-03 10:50:24 +01:00
Yann Braga
1be44eb1b4 remove .stories.mdx stories and fix tests 2023-12-29 16:26:32 -03:00
Kasper Peulen
7a6b26a8de Assign explicit actions to CLI stories 2023-12-28 10:03:39 +01:00
Kasper Peulen
146cd79790 Adjust all tests 2023-12-22 16:45:23 +01:00
Kyle Gach
975ad7604b Update TOC to use heading type
- Rename `introduction.md`, `overview.md`, `how-to-contribute.md` pages -> `index.md` pages
- Add all-new `index.md` pages for Sharing and API
- Find/replace `introduction.md`/`overview.md` -> `index.md`
- Find/replace `/introduction`/`/overview` -> `/`
- Add `hideRendererSelector: true` to frontmatter of (some) pages that aren't conditional on renderer
2023-11-27 20:57:51 -07:00
Kyle Gach
1fb8d01e25 Remove /<renderer> from URLs in CLI templates 2023-11-27 20:57:51 -07:00
Kasper Peulen
4647e9f2be Reformat 2023-10-31 10:49:58 +01:00
Kasper Peulen
76c3821987 Remove await from getByX 2023-10-31 08:58:58 +01:00
Yann Braga
11d1e031e5 use @storybook/test in CLI templates 2023-10-27 16:00:46 +02:00
Yann Braga
de35e3eb05 fix sandbox template Form components
- for Vue, Vue3, HTML, Svelte, Preact, HTML and Angular
2023-06-19 21:10:36 +02:00
Yann Braga
87e80bc133 update classes in more templates 2023-05-09 08:49:33 +02:00
Yann Braga
ecbcad7b9d remove unnecessary wrapper css class 2023-04-19 12:20:04 +02:00
JW
1ae534cfaf Scope page.css 2023-04-19 12:09:24 +02:00
JW
078e3cf2d9 Scope Header.css 2023-04-19 12:07:14 +02:00
jonniebigodes
85adfc2986 Updates code references to 7.0 2023-03-30 21:05:45 +01:00
Yann Braga
4ec97162f0 update renderer templates to provide correct typescript examples 2023-03-17 15:47:50 +01:00
Tom Coleman
427ec4433d Rename docsPage to autodocs
And change semantics: `docsPage:true` = `autodocs: 'tag'` and `docsPage: 'automatic'` = `autodocs: true`.
2022-12-21 21:49:57 +11:00
Norbert de Langen
f5260920ca
fixing typings issues 2022-12-09 20:44:55 +01:00
Kasper Peulen
fb2cc54f0a Update layout comment 2022-11-17 16:55:37 +01:00
Kasper Peulen
da9433f91c Update Page stories template for 7 docs 2022-11-17 16:55:37 +01:00
Kasper Peulen
6f1588ff8e Update Header stories template for 7 docs 2022-11-17 16:55:37 +01:00
Kasper Peulen
b3e708b45d Update Button stories template for 7 docs 2022-11-17 16:55:37 +01:00
Tom Coleman
43f75b1fed Add docsPage tag to all Button/Header CLI templates 2022-11-02 17:02:43 +11:00
Kasper Peulen
c907472849 Migrate TS templates to CSF3 2022-10-31 11:57:34 +01:00
Kasper Peulen
96e68e4920 Migrate JS templates to CSF3 2022-10-31 11:54:00 +01:00
Kasper Peulen
960426dba3 Move all templates out of cli into renderers 2022-10-31 10:59:17 +01:00
Norbert de Langen
764697fc93
change every button in lib/cli/renderassets and renderer/*/template to use the label prop 2022-10-12 12:02:30 +02:00
Norbert de Langen
a95bb2c110
fix 2022-10-10 20:28:18 +02:00
Norbert de Langen
ce2f7978f3
fix 2022-10-10 18:05:33 +02:00
Norbert de Langen
a7c5745240
cancel form submit event in html Form component 2022-10-10 18:05:03 +02:00
Norbert de Langen
bd4bb69baa
fix pre component for html to mimick what the other frameworks are doing 2022-10-10 17:44:00 +02:00
Norbert de Langen
13cbc4de8b
add testing id to html Pre component 2022-10-10 17:01:34 +02:00
Norbert de Langen
fa9b2aad23
make the html components more feature complete 2022-10-10 16:40:59 +02:00
Norbert de Langen
f0fa11e0e1
Merge branches 'next' and 'norbert/sb-565-javascript' of github.com:storybookjs/storybook into norbert/sb-565-javascript 2022-10-10 13:56:49 +02:00
Norbert de Langen
758f64b3e8
add a default render-function to the html renderer 2022-10-10 13:50:59 +02:00
Norbert de Langen
2ce214c567
add empty file 2022-10-10 09:23:08 +02:00
Norbert de Langen
94ed6f6cf9
add html dummy components 2022-10-10 09:02:44 +02:00
Michael Shilman
bcb4722860 Refactor MDX examples to sandboxes 2022-09-30 11:45:16 +08:00