544 Commits

Author SHA1 Message Date
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
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
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
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
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
jonniebigodes
c5c64b4984 Storybook 6.5 testing updates 2022-04-14 19:08:57 +01: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
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
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
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
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
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
hiroyuki kikuchi
233568cc1d fix(typo): ammount -> amount 2022-04-01 19:08:36 +09:00
hiroyuki kikuchi
945cf7b47c fix(typo): ammount -> amount 2022-04-01 19:08:31 +09:00
hiroyuki kikuchi
77095e786d fix(typo): implmentation -> implementation 2022-04-01 19:08:10 +09:00
hiroyuki kikuchi
ecb8e8bc7a fix(typo): ammount -> amount 2022-04-01 19:05:38 +09:00
hiroyuki kikuchi
01ca3c8bed fix(typo): implmentation -> implementation 2022-04-01 19:05:23 +09:00
hiroyuki kikuchi
7fb9c8d537 fix(typo): implmentation -> implementation 2022-04-01 19:05:15 +09:00
hiroyuki kikuchi
392a97a82c fix(typo): implmentation -> implementation 2022-04-01 19:05:10 +09:00
hiroyuki kikuchi
7491f61391 fix(typo): sucess -> success 2022-04-01 19:04:12 +09:00
hiroyuki kikuchi
10eb10b03b fix(typo): ammount -> amount 2022-04-01 19:03:06 +09:00
hiroyuki kikuchi
a59882bd59 fix(typo): ammount -> amount 2022-04-01 19:02:13 +09:00
hiroyuki kikuchi
4bd659d2e9 fix(typo): ammount -> amount 2022-04-01 19:02:05 +09:00
hiroyuki kikuchi
e972e552e8 fix(typo): ammount -> amount 2022-04-01 19:01:35 +09:00
hiroyuki kikuchi
e5cdedfafd fix(typo): ammount -> amount 2022-04-01 19:01:29 +09:00
hiroyuki kikuchi
b5aaf9526a fix(typo): ammount -> amount 2022-04-01 19:01:20 +09:00
Alessandro Rabitti
62439ad2a2 Added support of Brand target in create configuration 2022-03-29 10:47:45 +02:00
Norbert de Langen
b4c24689fc
change some references back to register, and update a few docs 2022-03-25 10:30:57 +01:00
Norbert de Langen
789a272204
Merge branch 'next' into tech/refactor-simplified-addons-api
# Conflicts:
#	addons/actions/package.json
#	addons/controls/package.json
#	addons/interactions/package.json
#	addons/jest/package.json
#	addons/toolbars/package.json
#	examples/web-components-kitchen-sink/yarn.lock
#	yarn.lock
2022-03-24 16:44:34 +01:00
Michael Shilman
1a37df7daf Restore table.disable for now 2022-03-23 15:12:59 +08:00
Michael Shilman
4bb108f51c Merge branch 'next' into 11984-conditional-controls 2022-03-23 14:04:50 +08:00
jonniebigodes
5cacd0e5e9
Merge pull request #16992 from storybookjs/11697-document-project-arg-argTypes
First cut at documentation of project arg/argTypes for discussion
2022-03-22 18:07:16 +00:00
Norbert de Langen
bbbb1b5104
Merge branch 'next' into tech/refactor-simplified-addons-api 2022-03-22 12:19:51 +01:00
jonniebigodes
761ec25a95
Merge pull request #17718 from JodiWarren/patch-1
Fix typo in docs
2022-03-21 22:01:57 +00:00
jonniebigodes
a46b4a022d Fixes the incorrect path in the snippets 2022-03-21 21:50:56 +00:00