4228 Commits

Author SHA1 Message Date
Norbert de Langen
5683419d4b
Merge branch 'next' into future/base
# Conflicts:
#	lib/cli/src/generators/baseGenerator.ts
#	renderers/svelte/src/docs/extractArgTypes.ts
#	renderers/svelte/src/render.ts
2022-07-07 10:45:15 +02:00
Ian VanSchooten
dd5f380648 Remove @babel/preset-env from example 2022-07-06 22:21:50 -04:00
Ian VanSchooten
673dd69f03 Format file with prettier 2022-07-06 22:21:31 -04:00
Ian VanSchooten
3f2690f15c Mention ts-node 2022-07-06 22:21:14 -04:00
Ian VanSchooten
90c59ed5fe Clarify use of .babelrc 2022-07-06 22:20:56 -04:00
Norbert de Langen
a5762c99cd
Merge pull request #18377 from AriPerkkio/fix/builder-stats-typings
Core: Fix builder stats typings to be optional
2022-07-07 00:03:20 +02:00
Norbert de Langen
ee64493647
Merge branch 'next' into future/base-with-next-merged
# Conflicts:
#	frameworks/ember/src/client/preview/render.ts
#	lib/components/package.json
#	yarn.lock
2022-07-06 23:21:35 +02:00
Norbert de Langen
a5eace1db0
Merge branch 'next' into typescript-config
# Conflicts:
#	docs/configure/overview.md
2022-07-06 20:15:16 +02:00
Norbert de Langen
b49b835c0c
Merge branch 'future/base' into fix/builder-stats-typings 2022-07-06 19:22:49 +02:00
Norbert de Langen
a5c35e1b3e
improvements to setup 2022-07-06 00:30:10 +02:00
Ari Perkkiö
0502e0d078 fix: builder stats typings to be optional 2022-07-03 08:05:13 +00:00
Norbert de Langen
ea3191f0c8
Merge branch 'next' into future/base
# Conflicts:
#	addons/storyshots/storyshots-puppeteer/package.json
#	addons/storysource/package.json
#	examples/official-storybook/stories/addon-a11y/highlight.stories.js
#	lib/api/src/lib/stories.ts
#	lib/api/src/tests/stories.test.ts
#	lib/core-server/src/build-static.ts
#	lib/core-server/src/utils/StoryIndexGenerator.ts
#	lib/manager-webpack4/src/presets/manager-preset.ts
#	lib/telemetry/src/get-monorepo-type.ts
#	yarn.lock
2022-07-01 11:51:12 +02:00
jonniebigodes
10a87cebf9
Merge pull request #18605 from redbugz/fix-control-color-typo
fix typo in gizmo example
2022-06-30 16:00:21 +01:00
jonniebigodes
ea225bc64f
Merge pull request #18592 from storybookjs/chore_docs_update_storybook_commands
Chore: (Docs) updates references to storybook commands
2022-06-30 15:27:25 +01:00
Logan Allred
d0de62ef0e fix typo in gizmo example
`presetsColors` should be `presetColors`
2022-06-29 22:38:53 -06:00
Norbert de Langen
83759ea727
Merge branch 'future/base' into future/SB-444
# Conflicts:
#	docs/snippets/html/button-story-with-args.ts.mdx
2022-06-29 09:56:16 +02:00
Norbert de Langen
90bbbda292
Merge branch 'next' into future/update-base-with-next
# Conflicts:
#	addons/interactions/package.json
#	examples/angular-cli/package.json
#	examples/official-storybook/package.json
#	examples/svelte-kitchen-sink/package.json
#	examples/vue-3-cli/package.json
#	examples/vue-kitchen-sink/package.json
#	examples/web-components-kitchen-sink/package.json
#	package.json
#	yarn.lock
2022-06-29 08:52:29 +02:00
Michael Shilman
63460cf5a1 Merge branch 'future/base' into future/SB-444 2022-06-29 10:00:47 +08:00
Norbert de Langen
3c6d2f3da5
Merge branch 'future/base' into addon-highlight
# Conflicts:
#	addons/a11y/package.json
#	addons/a11y/src/components/A11yContext.tsx
#	addons/essentials/package.json
#	examples/html-kitchen-sink/package.json
#	examples/official-storybook/main.ts
#	examples/official-storybook/package.json
#	examples/preact-kitchen-sink/package.json
#	examples/server-kitchen-sink/package.json
#	examples/svelte-kitchen-sink/package.json
#	examples/vue-kitchen-sink/package.json
#	examples/web-components-kitchen-sink/package.json
#	examples/web-components-kitchen-sink/yarn.lock
#	lib/core-server/src/__snapshots__/cra-ts-essentials_preview-dev-posix
#	lib/core-server/src/__snapshots__/cra-ts-essentials_preview-prod-posix
#	lib/core-server/src/__snapshots__/html-kitchen-sink_preview-dev-posix
#	lib/core-server/src/__snapshots__/html-kitchen-sink_preview-prod-posix
#	lib/core-server/src/__snapshots__/vue-3-cli_preview-dev-posix
#	lib/core-server/src/__snapshots__/vue-3-cli_preview-prod-posix
#	lib/core-server/src/__snapshots__/web-components-kitchen-sink_preview-dev-posix
#	lib/core-server/src/__snapshots__/web-components-kitchen-sink_preview-prod-posix
#	nx.json
#	workspace.json
#	yarn.lock
2022-06-29 00:16:55 +02:00
jonniebigodes
3f6201df42 updates references of sb to storybook 2022-06-28 23:10:40 +01:00
jonniebigodes
86c5f5dec0
Merge pull request #18508 from Matthew-Smith/html-introduction-examples
docs: Add html framework examples for the introduction page
2022-06-28 18:06:37 +01:00
Matthew Smith
19d9cc2ba3 Add html framework examples for the introduction docs 2022-06-27 09:41:20 -04:00
Sruthi Sanigarapu
a86531d10d Update document to show storybook initialization using npm.
npx storybook init command is installing storybook using yarn by
default on projects that use npm. This leads to clobbering of package.lock
when storybook addons are installed  using npm. This update will show users
how to initialize storybook using npm.
2022-06-26 23:27:44 -05:00
jonniebigodes
b2d8c77de7
Merge pull request #18566 from minimalsm/patch-1
Improve link text (whats-a-story doc)
2022-06-25 01:20:26 +01:00
Kyle Gach
c57c101557 Fix syntax error in test-runner.md 2022-06-24 16:36:20 -06:00
Kyle Gach
b0cf7bbb55 Fix formatting of docs/faq.md
- Prettier screwed it up in 2d011763bb
2022-06-24 14:38:09 -06:00
Joshua
3389237122
Update whats-a-story.md 2022-06-24 20:20:54 +01:00
Kyle Gach
2d011763bb Fix /docs 404s 2022-06-24 12:48:45 -06:00
Norbert de Langen
e262d8c6a9
more Story to StoryFn convertion 2022-06-21 21:16:30 +02:00
Norbert de Langen
69a61b6c12
Story should StoryFn 2022-06-21 21:04:31 +02:00
Norbert de Langen
c29b2cb263
make it all imported by type, and convert to use to StoryFn 2022-06-21 20:08:15 +02:00
Norbert de Langen
493b15f137
wip 2022-06-21 19:45:47 +02:00
Norbert de Langen
c0240f8ec5
changes 2022-06-21 18:30:05 +02:00
Norbert de Langen
e6bf81d109
Merge branch 'future/SB-444' into future/SB-444-examples 2022-06-21 13:10:34 +02:00
Norbert de Langen
93433a9884
improve 2022-06-20 16:14:11 +02:00
Norbert de Langen
7f65c7b370
migrate examples to use main.ts (typescript),they import the correct interface and ensure those types are there and work 2022-06-20 16:09:37 +02:00
Michael Shilman
ab4a16f016 Merge branch 'future/base' into future-hybrid-stories-index 2022-06-17 10:25:07 +08:00
Michael Shilman
cc4a40b279 Merge branch 'next' into future/base 2022-06-17 00:12:26 +08:00
Michael Shilman
11c2a7546d Merge branch 'future/base' into future-hybrid-stories-index 2022-06-16 18:54:10 +08:00
Alex Guja
d1e1b4b446
Update test-runner.md
Make code snippet consistent with the others on the page. Typically yarn is shown before npm, so this change will make the code snippet consistent with the rest.
2022-06-15 14:13:01 +02:00
Norbert de Langen
9457013827
Merge branch 'next' into future/base
# Conflicts:
#	lib/components/package.json
2022-06-14 13:10:11 +02:00
Matt Evenson
553b900665
Remove duplicate statement
`title: 'DocumentScreen',` appears twice in the component meta.
2022-06-12 21:55:52 -07:00
Michael Shilman
c43c933156 Add note about babelrc vs babel config 2022-06-10 17:36:06 +08:00
Michael Shilman
f0c2c8483f Merge branch 'future/base' into future-hybrid-stories-index 2022-06-09 11:10:04 +08:00
Norbert de Langen
abbd4f91ae
more removal of removed prepareForInline 2022-06-08 17:26:39 +02:00
Norbert de Langen
9c596c87ae
Merge branch 'next' into future/base
# Conflicts:
#	docs/faq.md
#	lib/cli/src/repro-generators/configs.ts
#	lib/cli/src/repro-generators/scripts.ts
2022-06-07 11:11:19 +02:00
jonniebigodes
17b8bf4250 Minor tweaks around SB env vars 2022-06-06 19:27:33 +01:00
Michael Shilman
1e8df04b85 Merge branch 'future/simplified-frameworks' into future/modern-frameworks 2022-06-06 20:08:46 +08:00
Michael Shilman
6bf256c56e Merge branch 'next' into future/base 2022-06-06 19:33:40 +08:00
Trang Le
07ca2aa948
Docs: Update link to Initial Setup section 2022-06-06 17:57:01 +07:00