4600 Commits

Author SHA1 Message Date
Kyle Gach
f52bee283d
Merge pull request #20388 from storybookjs/docs-web-components-snippet-coverage 2023-01-13 13:49:00 -07:00
Kyle Gach
b9ed98f4ec Format snippets 2023-01-13 09:40:13 -07:00
Michael Shilman
27bd8937b4 7.0.0-beta.26 next.json version file [skip ci] 2023-01-14 00:21:13 +08:00
Kyle Gach
45d053b1bc Address comments
- Add missing snippet
2023-01-13 08:24:29 -07:00
Kyle Gach
b97d94e005 Address feedback
- Newline following filename comment
- Fix URLs in comments
- Ensure consistent usage of `ts` vs `tsx` language
2023-01-12 14:17:39 -07:00
Costa Alexoglou
aceca34d4f
removed accidental "cp" 2023-01-12 13:45:06 +01:00
Costa Alexoglou
debb74e5c4
review feedback 2023-01-12 13:42:55 +01:00
Costa Alexoglou
6f24523ef6
Update --no-dll flag
`--no-dll` flag is removed in v7.0
2023-01-12 12:15:00 +01:00
Kyle Gach
3c45882cb1 Update web components snippets (JS & TS)
- For these pages (so far):
  - /docs/get-started/whats-a-story
  - /docs/get-started/setup
  - /docs/writing-stories/introduction
  - /docs/writing-stories/args
  - /docs/writing-stories/parameters
  - /docs/writing-stories/decorators
  - /docs/writing-stories/play-function
  - /docs/writing-stories/loaders
  - /docs/writing-stories/build-pages-in-storybook
  - /docs/writing-stories/stories-for-multiple-components
  - /docs/api/csf

- Convert some snippets to "common" ones
- Remove unused snippets
2023-01-11 21:35:19 -07:00
Marcel Palmer
436361ce33
Vue Fontawesome, spelling change
Technically the correct name here is Fontawesome and not Fortawesome as shown in the url, this is definitely not a necessary change but is something I noticed.
2023-01-12 00:16:48 +02:00
Michael Shilman
bfec6ed935 7.0.0-beta.25 next.json version file [skip ci] 2023-01-12 00:41:25 +08:00
Kyle Gach
16877c48b1 Fix snippet path 2023-01-10 14:18:15 -07:00
Michael Shilman
3b64fb729e 7.0.0-beta.24 next.json version file [skip ci] 2023-01-11 00:39:25 +08:00
Michael Shilman
a3cdba638d 7.0.0-beta.23 next.json version file [skip ci] 2023-01-10 23:48:24 +08:00
Kyle Gach
beb648c78e
Merge pull request #20540 from storybookjs/fix-no-lanugage-snippet-filenames 2023-01-09 11:28:53 -07:00
Michael Shilman
5f23fc59c6 7.0.0-beta.21 next.json version file [skip ci] 2023-01-09 09:25:09 +08:00
Kyle Gach
0a34c159e6 Add language to snippet filenames 2023-01-07 20:40:46 -07:00
jonniebigodes
de26e23153
Merge pull request #20525 from storybookjs/chore_additional_snippets_work
Chore: (Docs) Core snippet updates
2023-01-06 20:43:20 +00:00
jonniebigodes
3b7f386470 Snippets updates 2023-01-06 19:15:31 +00:00
Michael Shilman
131f72f58a 7.0.0-beta.20 next.json version file [skip ci] 2023-01-06 20:19:16 +08:00
jonniebigodes
ffa8a2cd40
Merge pull request #20344 from storybookjs/chore_docs_adds_wc_snippets
Chore: (Docs) Adds Missing Web component snippets
2023-01-05 16:13:18 +00:00
jonniebigodes
85705223d6 Fix docs prettier 2023-01-05 14:59:46 +00:00
jonniebigodes
b47789d100 Updates per feedback 2023-01-05 14:53:03 +00:00
Michael Shilman
d531341c9a 7.0.0-beta.19 next.json version file [skip ci] 2023-01-01 18:27:56 +08:00
Ian VanSchooten
33326c0932 Merge remote-tracking branch 'origin/next' into lodash-extensions 2022-12-30 14:32:44 -05:00
jonniebigodes
4deca28a14 Minor tweaks to Migration and writing stories docs 2022-12-30 18:54:36 +00:00
Ian VanSchooten
af349c8b8e Add extension to all lodash imports 2022-12-30 12:15:08 -05:00
Michael Shilman
a8617fd870 7.0.0-beta.17 next.json version file [skip ci] 2022-12-30 21:44:50 +08:00
Valentin Palkovic
30b011fff6
Merge pull request #20358 from ACDR/patch-1
Docs: Fix example storybook-docs package scripts for v7
2022-12-29 12:20:23 +01:00
Michael Shilman
8f6d23a2ab 7.0.0-beta.16 next.json version file [skip ci] 2022-12-29 00:31:41 +08:00
Michael Shilman
ca358694c3 7.0.0-beta.15 next.json version file [skip ci] 2022-12-24 13:04:53 +08:00
jonniebigodes
857721dddd Update snippet for CI 2022-12-23 19:16:40 +00:00
jonniebigodes
2c8e34e0b2 Fix typo in import 2022-12-23 18:51:10 +00:00
jonniebigodes
55567c564f API - CSF page 2022-12-23 18:48:39 +00:00
jonniebigodes
470e4ecf71 A11y testing 2022-12-23 16:29:53 +00:00
Michael Shilman
a2ad9035c3 7.0.0-beta.14 next.json version file [skip ci] 2022-12-23 20:11:32 +08:00
jonniebigodes
def3a69d47 Fix prettier issue for wc button example 2022-12-22 15:16:47 +00:00
jonniebigodes
5ab2cade7d Minor fixes to wc snippets 2022-12-22 15:06:02 +00:00
jonniebigodes
274fc37f7f API to Configure section examples 2022-12-22 15:02:43 +00:00
Tom Coleman
99b4ac394c Merge branch 'tom/sb-973-rename-docsenabled-to-docsdisable' into rename-docspage-autodocs 2022-12-22 15:04:34 +11:00
Tom Coleman
b05b9d37e2 Merge remote-tracking branch 'origin/next' into tom/sb-973-rename-docsenabled-to-docsdisable 2022-12-22 15:04:23 +11:00
jonniebigodes
dfc9c9f322 Adds a11y video callout 2022-12-21 18:22:07 +00:00
jonniebigodes
73fd4bdae9 Up to Essential section 2022-12-21 14:51:22 +00: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
Tom Coleman
ed18a8dc6d Rename docsOptions.enabled to docsOptions.disable 2022-12-21 21:26:44 +11:00
Aaron Rose
d58f4c0f2c
Fix example docs package scripts for v7 2022-12-21 14:25:16 +13:00
jonniebigodes
befbe50cbe Adds AutoDocs webcomponent snippet (js/ts) 2022-12-20 15:05:06 +00:00
Norbert de Langen
d72f3d251e
Merge pull request #20322 from Rendez/patch-1
Fix example of automigrate script fixId option
2022-12-20 15:56:52 +01:00
Michael Shilman
accab669d2 7.0.0-beta.13 next.json version file [skip ci] 2022-12-20 21:39:27 +08:00
Norbert de Langen
88f59313b3
Merge branch 'next' into norbert/sb-1063-vite-in-dev-mode-with-storystorev6 2022-12-20 13:14:52 +01:00