5895 Commits

Author SHA1 Message Date
Charles de Dreuille
a144db7428 Adding icons 2024-03-12 18:46:17 +00:00
Kyle Gach
8751d84eba WIP: Add docs get started index 2024-03-10 21:48:38 -06:00
jonniebigodes
b5eacba75a Docs: Fix table alignment 2024-03-10 17:07:34 +00:00
Kyle Gach
07023518d3
Merge branch 'next' into framework-doc-angular 2024-03-08 10:14:03 -07:00
Joe Vaughan
c2be62fd8d
Update from-older-version.md
updated feature list
2024-03-07 18:46:27 +00:00
Joe Vaughan
9eea0d4a5a
Update index.md
fixed title change
2024-03-07 18:45:40 +00:00
Joe Vaughan
c5503309b9
Docs: update index.md
Changed the feature list
2024-03-07 18:45:17 +00:00
Kyle Gach
4780ae3103 Add section about missing vite config file 2024-03-07 11:12:25 -07:00
Kyle Gach
e0444ac805 Address comments 2024-03-07 10:50:21 -07:00
Joe Vaughan
3356ca218d
Update index.md 2024-03-07 17:14:48 +00:00
Joe Vaughan
5ee7f99a4d
Update index.md
the links were broken for me when viewing this in production!
2024-03-07 17:13:47 +00:00
Kasper Peulen
dc74337603
Merge pull request #26221 from storybookjs/framework-doc-vue3-vite
Docs: Add docs for `vue3-vite` framework
2024-03-07 15:17:19 +01:00
storybook-bot
ef92b276e0 Write changelog for 8.0.0-rc.3 [skip ci] 2024-03-07 09:29:07 +00:00
Valentin Palkovic
55a3f07287
Merge pull request #26324 from storybookjs/valentin/document-removal-of-deprecation
UI: Remove 'left' property from TooltipLinkList and Link components
2024-03-07 08:56:39 +01:00
Kyle Gach
5c269f2474 Add troubleshooting 2024-03-06 13:59:18 -07:00
Kyle Gach
19044b8edf Make content conditional on required renderer 2024-03-06 13:49:53 -07:00
Kyle Gach
28207a486a Address TKs 2024-03-06 13:49:53 -07:00
Kyle Gach
b211ec1ccb Add builder options details 2024-03-06 13:49:53 -07:00
Kyle Gach
ee11be55a4 Address comments
- Update URL & sidebar nav
- Improve snippets and update screenshots
- Clarify that `docgen` API is only available in SB 8+
- Remove no descriptions limitation from events
- Add limitations section
2024-03-06 13:49:53 -07:00
Kyle Gach
8f2a88af50 Apply suggestions from code review
Co-authored-by: Lars Rickert <dev@lars-rickert.de>
2024-03-06 13:49:53 -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
storybook-bot
94099bbcd8 Merge branch 'next-release' into next 2024-03-05 18:15:04 +00:00
storybook-bot
ad2f10dd19 Write changelog for 8.0.0-rc.2 [skip ci] 2024-03-05 17:28:00 +00:00
jonniebigodes
e37e194e2d Docs: Fix FAQ 2024-03-05 16:58:41 +00:00
Valentin Palkovic
861cfb0b47 Remove 'left' property from TooltipLinkList and Link components and adjust documentation and Migration guide 2024-03-05 15:50:41 +01:00
jonniebigodes
86b27f4f19
Merge branch 'next' into docs/fix-glob-pattern 2024-03-04 14:03:32 +00:00
storybook-bot
2d75e1fd15 Write changelog for 8.0.0-rc.1 [skip ci] 2024-03-02 00:53:52 +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
Vanessa Yuen
113138e9a9 manually update changelog (again) 2024-02-29 10:40:29 +01:00
Vanessa Yuen
40b1223a59 write changelog manually 2024-02-29 10:37:39 +01:00
storybook-bot
9f63fc86ed Write changelog for 8.0.0-rc.0 [skip ci] 2024-02-29 09:28:39 +00:00
jonniebigodes
e103ef59c7
Merge branch 'next' into docs_updates_videos_sb_8 2024-02-28 14:42:41 +00:00
jonniebigodes
b8c6a63c14 Docs: Adds first batch of videos 2024-02-28 14:25:46 +00:00
storybook-bot
16e7931679 Write changelog for 8.0.0-beta.6 [skip ci] 2024-02-28 13:17:52 +00:00
Jeppe Reinhold
c2a562a576 update commit in addon-kit diff link 2024-02-28 13:24:40 +01:00
Kyle Gach
85adf5a697
Merge pull request #26172 from storybookjs/api-ref-use-of-fix-headings
Docs: Fix heading levels of `useOf` API reference
2024-02-27 12:57:53 -07:00
Kyle Gach
a5beee8a4c Merge branch 'next' into migration-guide-updates-2
* next: (39 commits)
  Typo
  cleanup
  Add story for empty argTypes and address review
  fix issues with types, change the comment to not be jsdoc
  Add E2E test for multiple CSF files with same title in autodocs
  Fix overflow bug by using a better link
  remove deprecation of `manager-api`'s `types` export
  Don't show empty arg tables in doc pages
  Fix Yarn2Proxy findInstallations method
  revert component values back to array
  done
  perf(manager): improve performance when switching stories
  Add todo comment
  Refactor MDX to CSF transform function to return an object instead of a tuple
  Rename broken MDX files to .mdx.broken
  Upgrade migration-guide to mention limitations of mdx-to-csf codemod
  Fix issues where stories.js files were generated although a story doesn't exist
  Rename transformed mdx files
  Add version range for removeLegacyMDX1 fix
  Fix typo in automigrate/types.ts
  ...
2024-02-27 10:12:36 -07:00
Kyle Gach
5263629a23 Address feedback
- Restructure to more accurately provide `storyStoreV7`, `storiesOf`, and MDX 2 guidance
2024-02-27 10:09:56 -07:00
naporitan
b6de7652d5
Merge branch 'next' into docs/fix-glob-pattern 2024-02-27 09:35:35 +09:00
Kyle Gach
0c44973d91 Further prose tweaks 2024-02-26 12:24:59 -07:00
Kyle Gach
0dab4522a7 Address comments
- Fix typos and small prose improvements
2024-02-26 11:37:09 -07:00
Kyle Gach
7e6efff882 Remove *.stories.mdx manual migration in 6 -> 8
- Per: https://github.com/storybookjs/storybook/pull/26201
2024-02-26 11:32:32 -07:00
Kyle Gach
5853950d14
Apply suggestions from code review
Co-authored-by: jonniebigodes <joaocontadesenvolvimento@gmail.com>
2024-02-26 11:32:18 -07:00
Kyle Gach
10b6e17ab8 Update migration guides
- Remove babel breaking change mention
2024-02-26 08:32:30 -07:00
Valentin Palkovic
8cb78c9fdb
Merge branch 'valentin/6-to-8-automigrations' into valentin/enhance-mdx-to-csf-codemod 2024-02-26 15:57:37 +01:00
Kyle Gach
a7e41877f8 Update migration guides
- Add 6 to 8 guide
- Account for auto-blockers
2024-02-23 22:41:44 -07:00