670 Commits

Author SHA1 Message Date
Michael Shilman
e9a2305de1 Merge branch 'next' into future/base 2022-04-28 11:12:36 +08:00
Michael Shilman
1a6ea867d2
Merge pull request #17789 from cocco3/toolbar-dynamic-title
Toolbars: Add dynamicTitle option
2022-04-28 10:30:45 +08:00
jonniebigodes
dbb0dab387 fixes svelte example story 2022-04-27 05:19:23 +01:00
jonniebigodes
0ce382b4b8 vue cleanup iframe 2022-04-27 04:52:21 +01:00
jonniebigodes
072f25397c cleanup snippets 2022-04-27 04:34:58 +01:00
jonniebigodes
9653ca48d6 cleanup react story 2022-04-27 04:04:44 +01:00
jonniebigodes
76be573b59 update story name mdx 2022-04-27 04:02:46 +01:00
jonniebigodes
da61e2f941 url vue updated 2022-04-27 04:01:33 +01:00
jonniebigodes
1599754444 adds missing snippets 2022-04-27 03:58:45 +01:00
jonniebigodes
8de15a1ee9 Add initial instructions for addon 2022-04-27 01:12:30 +01:00
Norbert de Langen
4494797813
Merge branch 'future/minimize-webpack-deps' into future/modern-esm
# Conflicts:
#	addons/a11y/package.json
#	addons/actions/package.json
#	addons/backgrounds/package.json
#	addons/controls/package.json
#	addons/docs/package.json
#	addons/essentials/package.json
#	addons/interactions/package.json
#	addons/jest/package.json
#	addons/links/package.json
#	addons/measure/package.json
#	addons/outline/package.json
#	addons/storyshots/storyshots-core/package.json
#	addons/storysource/package.json
#	addons/toolbars/package.json
#	addons/viewport/package.json
#	app/ember/package.json
#	app/html/package.json
#	app/preact/package.json
#	app/react/package.json
#	app/server/package.json
#	app/svelte/package.json
#	app/vue/package.json
#	app/vue3/package.json
#	app/web-components/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/cra-react15/package.json
#	examples/cra-ts-essentials/package.json
#	examples/cra-ts-kitchen-sink/package.json
#	examples/ember-cli/package.json
#	examples/official-storybook/package.json
#	lib/addons/package.json
#	lib/api/package.json
#	lib/builder-webpack4/package.json
#	lib/builder-webpack5/package.json
#	lib/channel-postmessage/package.json
#	lib/channel-websocket/package.json
#	lib/channels/package.json
#	lib/cli/src/versions.ts
#	lib/client-api/package.json
#	lib/client-logger/package.json
#	lib/codemod/package.json
#	lib/components/package.json
#	lib/core-client/package.json
#	lib/core-common/package.json
#	lib/core-events/package.json
#	lib/core-server/package.json
#	lib/csf-tools/package.json
#	lib/docs-tools/package.json
#	lib/instrumenter/package.json
#	lib/manager-webpack4/package.json
#	lib/manager-webpack5/package.json
#	lib/node-logger/package.json
#	lib/postinstall/package.json
#	lib/preview-web/package.json
#	lib/router/package.json
#	lib/source-loader/package.json
#	lib/store/package.json
#	lib/theming/package.json
#	lib/ui/package.json
#	presets/react-webpack/package.json
#	yarn.lock
2022-04-26 15:15:02 +02:00
Michael Shilman
7e222026b1 Merge branch 'next' into future/minimize-webpack-deps 2022-04-26 18:52:20 +08:00
jonniebigodes
f567a7d95c
Merge pull request #17967 from storybookjs/chore_docs_testing_docs_updates_6_5
Chore: (Docs) Storybook 6.5 testing updates
2022-04-25 13:18:47 +01:00
jonniebigodes
5793055e26 minor tweaks 2022-04-25 12:47:47 +01:00
Michael Shilman
3c4983150e Merge branch 'future/sb-start-build' into future/remove-start-build-storybook 2022-04-24 14:34:36 +08:00
Valentin Palkovič
02ec983231 Apply requested PR changes 2022-04-23 08:48:25 +02:00
Valentin Palkovič
216825a859 docs: Add documentation to use Typescript with Vue 2/3 on Write Stories page 2022-04-23 08:36:30 +02:00
jonniebigodes
1d3cb782b5
Merge branch 'next' into chore_docs_testing_docs_updates_6_5 2022-04-22 21:12:11 +01:00
jonniebigodes
20c664845e Additional feedback addressed 2022-04-22 20:55:31 +01:00
Norbert de Langen
38fa196d09
upgrade everything in the monorepo to webpack5 2022-04-22 11:40:44 +02:00
jonniebigodes
32b01120ef addressing Yann's feedback 2022-04-19 21:43:05 +01:00
Matthew Borgman
7fb8699305
Remove errant , that's causing compilation errors
```
Error: Module build failed (from ../../node_modules/@mdx-js/loader/index.js):
SyntaxError: unknown: Unexpected token (195:16)

  193 |   language='css'
  194 |   dark
> 195 |   format={false},
      |                 ^
  196 |   code={`
  197 |      .container {
  198 |        display: grid | inline-grid;
```
2022-04-19 15:27:25 -05:00
Kyle Gach
18ef57b407
Merge pull request #17944 from lhew/patch-1
documentation: Update react/storybook-testing-addon-optional-config.js.mdx
2022-04-19 08:58:13 -06:00
Joe Cocco
b1e94486a5
Merge branch 'storybookjs:next' into toolbar-dynamic-title 2022-04-19 01:50:55 -07:00
Leonardo Marques
172a8e8102
Update storybook-testing-addon-optional-config.3.js.mdx
As requested for this PR
2022-04-19 10:31:20 +02:00
Leonardo Marques
406950fee0
Update storybook-testing-addon-optional-config.2.js.mdx
As per requested for completion of this PR
2022-04-19 10:29:49 +02:00
jonniebigodes
a7ada3b979 feedback addressed 2022-04-19 00:21:04 +01:00
Michael Shilman
eb05bfbb37 Merge branch 'future/sb-start-build' into future/remove-start-build-storybook 2022-04-16 07:55:19 +08:00
jonniebigodes
c5c64b4984 Storybook 6.5 testing updates 2022-04-14 19:08:57 +01:00
Michael Shilman
4273ba4135 Merge branch 'next' into addon-highlight 2022-04-14 22:23:55 +08:00
jonniebigodes
3e1874a82d
Merge pull request #17905 from josh-degraw/next
docs: Fix reference to essentials configuration
2022-04-14 15:06:48 +01:00
winkerVSbecks
96af3d9807 Merge branch 'next' into addon-highlight 2022-04-14 09:39:04 -04:00
Michael Shilman
ea10896c41 Merge branch 'future/sb-start-build' into future/remove-start-build-storybook 2022-04-14 17:24:48 +08:00
Michael Shilman
26e7c4e6a3 Merge branch 'next' into index-stories-imports 2022-04-14 17:21:52 +08:00
jonniebigodes
c00b191512 adds missing package and renames snippet 2022-04-13 15:30:15 +01:00
Leonardo Marques
ff4ef90ba3
Update react/storybook-testing-addon-optional-config.js.mdx
This would match what the documentation describes on this page:
https://storybook.js.org/docs/react/writing-tests/importing-stories-in-tests

The code snipped below this one (on the website) mentions `setupFile.js` and the current mention (`setupTests.js`) might lead people to mistakes.
2022-04-12 18:35:37 +02:00
Michael Shilman
25bbfcd9b3 Fix snippet 2022-04-12 17:05:35 +08:00
winkerVSbecks
1c478f9ff3 Merge branch 'next' into addon-highlight 2022-04-11 19:26:41 -04:00
Josh DeGraw
bbfc53736b
Update storybook-main-register-essentials-addon.js.mdx 2022-04-08 13:49:58 -06:00
jonniebigodes
0460fb4194
Merge branch 'next' into documentation-fixes 2022-04-08 19:26:04 +01:00
Joe Cocco
8825319b42 Merge branch 'next' into toolbar-dynamic-title 2022-04-07 17:43:45 +00:00
winkerVSbecks
30e06e6dd7 Merge branch 'next' into addon-highlight 2022-04-07 10:21:39 -04:00
Josh DeGraw
1ad7a77397 Fix reference to essentials configuration 2022-04-06 10:17:14 -06:00
Michael Shilman
5698bd5bbb
Merge pull request #17875 from storybookjs/core-client
Core: Avoid framework imports from core/client
2022-04-06 23:52:40 +08:00
Yann Braga
090a00c601 Merge branch 'next' into addon-highlight 2022-04-05 23:00:20 +02:00
Michael Shilman
d1edd8d6ba
Merge pull request #17883 from storybookjs/tech/condintial-args-rework
Controls: Rework conditional controls with globals, queries
2022-04-05 18:06:24 +08:00
Yann Braga
3c2858ac94 Merge branch 'next' into addon-highlight 2022-04-05 11:29:43 +02:00
Michael Shilman
5dee0358ff Controls: Rework conditional controls with globals, queries 2022-04-05 14:23:09 +08:00
Kyle Gach
20114ab68b
Merge pull request #17814 from silversonicaxel/feature/brand-target
feature request: Added support of Brand target in create configuration
2022-04-04 20:16:26 -07:00
Ian VanSchooten
e957ea220a Avoid forcing CJS import from core/client 2022-04-04 10:36:30 -04:00