1293 Commits

Author SHA1 Message Date
Kyle Gach
7b71e3002b Add sveltekit framework doc 2024-03-11 13:17:35 -06:00
Kyle Gach
899ca7bc24 Add web-components-webpack5 framework doc 2024-03-11 13:12:55 -06:00
Kyle Gach
a9a2a60f44 Add web-components-vite framework doc 2024-03-11 13:08:41 -06:00
Kyle Gach
a99a242d59 Add vue3-webpack5 framework doc 2024-03-11 13:04:43 -06:00
Kyle Gach
03c8676d8e Add svelte-webpack5 framework doc 2024-03-11 12:56:53 -06:00
Kyle Gach
fffbbc9db0 Add svelte-vite framework doc 2024-03-11 08:26:15 -06:00
Kyle Gach
d392a90776 Add react-webpack5 framework doc 2024-03-11 08:20:01 -06:00
Kyle Gach
116fd4acd4 Add react-vite framework doc 2024-03-11 08:16:19 -06:00
jonniebigodes
c1fc1912b7
Merge branch 'next' into docs_snapshot_testing 2024-03-11 10:17:51 +00:00
Kyle Gach
07023518d3
Merge branch 'next' into framework-doc-angular 2024-03-08 10:14:03 -07:00
Kyle Gach
3612c0bad6 Add docs for vue3-vite framework 2024-03-06 13:49:53 -07:00
Kyle Gach
6bc602c199 Rename snippet 2024-03-06 13:49:53 -07:00
Kyle Gach
e76e062988 Add angular framework doc 2024-03-06 13:31:18 -07:00
Jeppe Reinhold
96213412f4 use dynamic vite imports in docs snippets 2024-03-05 21:11:10 +01:00
jonniebigodes
9fdc7a23a9 Docs: Snapshot testing updates 2024-03-05 12:12:20 +00:00
jonniebigodes
37a59de9cd
Merge branch 'next' into docs/fix-glob-pattern 2024-03-01 21:13:21 +00:00
jonniebigodes
470ff2344b Docs: Snippets fix testing package imports 2024-02-29 14:30:28 +00:00
naporitan
b6de7652d5
Merge branch 'next' into docs/fix-glob-pattern 2024-02-27 09:35:35 +09:00
jonniebigodes
9a98e0bbd9 Docs: Polish Addon migration guide 2024-02-23 21:03:56 +00:00
naporin0624
a4afdc7153 chore(docs): fix glob pattern jest 2024-02-09 17:10:47 +09:00
Kyle Gach
b383f1baa3 Format snippet 2024-02-05 11:37:43 -07:00
Kyle Gach
997fe1161a Further docs updates
- Clarify prose
- Update all remaining usages of `Icons` component to `@storybook/icons`
2024-02-05 11:33:39 -07:00
Kyle Gach
917e5e49d1 Update package name 2024-02-01 11:13:11 -07:00
Kyle Gach
fd6b4ab5f3 Content updates
- Hide the RendererSelector, because the content doesn't depend on the renderer
- Improve consistency of snippet filenames
- Required properties listed first in table
- Fixed heading levels
- Small prose tweaks, mostly around consistency with rest of docs
2024-02-01 11:13:11 -07:00
jonniebigodes
722de1ccb1 Docs: Visual testing addon updates 2024-02-01 11:13:11 -07:00
Kyle Gach
83958f57ac Document tabId 2024-01-31 21:11:13 -07:00
jonniebigodes
8b0f6d037e
Merge branch 'next' into docs_react_ts_updates 2024-01-31 17:12:26 +00:00
jonniebigodes
ebb6005bf3
Merge branch 'next' into docs_react_ts_updates 2024-01-31 12:40:17 +00:00
jonniebigodes
d1ce421e18 address feedback 2024-01-31 12:27:55 +00:00
Kyle Gach
a96d34843e Update Vue snippets 2024-01-30 10:20:01 -07:00
Kyle Gach
b644216cc4 Consolidate snippets 2024-01-30 10:15:12 -07:00
Kyle Gach
fd87a7f3e4 Address comments
- Update un-reverted snippets for v8
2024-01-30 10:15:12 -07:00
Kyle Gach
8ab95188f9 Re-document subcomponents
- Largely reverted relevant portions of #20233 & #21742
2024-01-30 10:15:12 -07:00
jonniebigodes
fc1368133a Docs: Remove references to Vue 2 from snippets 2024-01-30 10:42:43 +00:00
jonniebigodes
c90ebebd66
Merge branch 'next' into docs_react_ts_updates 2024-01-27 19:11:57 +00:00
jonniebigodes
56ad82da3c additional changes 2024-01-27 18:56:55 +00:00
Kyle Gach
43eff35701 Snippetize more code examples
- Update filenames to consistent convention
2024-01-25 13:50:25 -07:00
Kyle Gach
d4bdecfc59 Fix types in custom stories implementation snippet 2024-01-25 13:22:21 -07:00
Kyle Gach
5c2759b8e3 Document CLI version support 2024-01-25 10:41:51 -07:00
Kyle Gach
7bdefcb15a Address comments
- Simplify navigation/router fn override guidance
- Fix incorrect snippet
- Consistently format headings
2024-01-24 15:22:16 -07:00
Kyle Gach
2ccd3470b9 Address comments
- Add missing filenames or titles to snippets
- Proper capitalization of terms like Webpack, Babel, PostCSS, etc.
- Fix some typos
- Split up complex snippets
- Document default parameter values
- Move acknowledgements back to README
2024-01-24 15:22:16 -07:00
Kyle Gach
f99b6a3ff7 Update RSC API
- Per https://github.com/storybookjs/storybook/pull/25591
- `features.experimentalNextRSC` -> `features.experimentalRSC`
- `parameters.nextjs.rsc` -> `parameters.react.rsc`
2024-01-24 15:22:15 -07:00
Kyle Gach
577cbdb516 Address comments
- Remove references to `useSWC`
2024-01-24 15:22:15 -07:00
Kyle Gach
d182f66b4b Add Next.js framework doc
- Based on
    - https://github.com/storybookjs/storybook/tree/next/code/frameworks/nextjs
    - https://storybook.js.org/blog/integrate-nextjs-and-storybook-automatically/
2024-01-24 15:22:15 -07:00
jonniebigodes
661c7e76cc initial changes 2024-01-24 14:35:09 +00:00
Yann Braga
6733062c78
Merge pull request #25443 from storybookjs/feat/portable-stories-vue3
Vue3: Introduce portable stories API
2024-01-24 15:12:13 +01:00
Yann Braga
b1a2d708e9 remove @storybook/testing-vue3 references from docs 2024-01-23 13:53:46 +01:00
jonniebigodes
f3c7f3d538
Merge branch 'next' into docs_vue_2_removal 2024-01-22 14:39:48 +00:00
jonniebigodes
7a60a4ecc3 start addressing conflicts 2024-01-22 14:16:40 +00:00
jonniebigodes
00977ce4c5
Merge branch 'next' into docs_adds_doctor 2024-01-22 10:20:22 +00:00