525 Commits

Author SHA1 Message Date
jonniebigodes
c5c64b4984 Storybook 6.5 testing updates 2022-04-14 19:08:57 +01:00
jonniebigodes
c00b191512 adds missing package and renames snippet 2022-04-13 15:30:15 +01:00
jonniebigodes
0460fb4194
Merge branch 'next' into documentation-fixes 2022-04-08 19:26:04 +01: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
Michael Shilman
b8ccc17534
Merge pull request #17729 from ch3coo2ca/fix-missing-await
fix : add missing await for an async function
2022-03-21 22:58:59 +08:00
Pepijn
aef43db88e Fix many typos in the documentation 2022-03-18 19:22:17 +01:00
Norbert de Langen
7aff6dfbe2
rename /register to /manager 2022-03-18 10:27:04 +01:00
Michael Shilman
f1e39e054e
Merge pull request #17734 from storybookjs/chore_docs_env_vars_updates
Chore: (Docs) Updates the env vars docs for sb env field
2022-03-18 13:37:15 +08:00
Michael Shilman
161bf4d8d5
Update docs/snippets/common/storybook-main-env-field-config.js.mdx 2022-03-18 13:36:49 +08:00
jonniebigodes
0035a934f4 reverts aside and polishes the example 2022-03-18 01:00:17 +00:00
jonniebigodes
d98a6b44a3 Fix typo in preact snippets 2022-03-17 00:12:13 +00:00
jonniebigodes
bfc728c48d Updates the env vars docs for sb env field 2022-03-16 21:08:56 +00:00
Kyle Gach
f096fb34ee
Merge pull request #17658 from fbredius/preact-code-snippet
Docs: Add remaining Preact code snippets for Get-Started section
2022-03-16 12:19:16 -06:00
jylee
05fd898625 fix : add missing await for an async function 2022-03-16 21:13:43 +09:00
fbredius-hp
c37d1cfea6 Docs: Add remaining Preact code snippets for Get-Started section 2022-03-16 09:35:21 +01:00
Jodi Warren
7d17ecdc66
Fix typo in docs 2022-03-15 13:16:22 +00:00
jylee
4c6e17ddbd fix : typo in props name 2022-03-15 19:04:57 +09:00
jonniebigodes
a0f1dc18ea
Merge pull request #17638 from LucaCras/17596-document-csf3.0-auto-title
Update the documentation with info on auto generating titles
2022-03-14 19:40:58 +00:00
Michael Shilman
f2cc6c340b
Merge pull request #17707 from storybookjs/docs/webpack-builder-options
Add documentation about WP5 and builder options
2022-03-14 22:39:36 +08:00
Tom Coleman
91926f05e7 Fix issue with key name 2022-03-14 23:10:24 +11:00
Tom Coleman
467705c7af Add documentation about WP5 and builder options 2022-03-14 22:59:21 +11:00
Michael Shilman
21b6e67f7d Merge branch 'next' into 11984-conditional-controls 2022-03-14 15:41:03 +08:00
jonniebigodes
05b898cb68 Additional polish to the Controls documentation 2022-03-11 15:50:03 +00:00