259 Commits

Author SHA1 Message Date
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
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
7aff6dfbe2
rename /register to /manager 2022-03-18 10:27:04 +01: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
bfc728c48d Updates the env vars docs for sb env field 2022-03-16 21:08:56 +00: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
Luca Cras
e1ecf24718 fix snippet comments 2022-03-06 14:11:48 +01:00
Luca Cras
70ec6bb1e5 Update the documentation with info on auto generating titles 2022-03-06 13:52:38 +01:00
Michael Shilman
24f340c054 Merge branch 'next' into 11984-conditional-controls 2022-02-28 11:33:42 +08:00
Michael Shilman
5fbdb0ab23 Conditional args: Rename include/exclude to add/remove, add tests 2022-02-25 00:28:16 +08:00
jonniebigodes
195faebb25 docs changes for doc blocks 2022-02-22 23:02:42 +00:00
Michael Shilman
4194981765 Controls: Add conditional args, docs, examples 2022-02-18 20:46:41 +08:00
Michael Shilman
f4af62a7bc
Merge pull request #17358 from storybookjs/chore_docs_fix_storybook_config_overview
Chore: (Docs) Updates Storybook configuration docs for TS and flags.
2022-02-11 17:51:45 +08:00
jonniebigodes
5fe5b45fe7 snippet adjustments per feedback 2022-02-07 20:16:13 +00:00
Michael Shilman
312e79d081
Merge pull request #17387 from storybookjs/chore_docs_updates_for_angular
Chore: (Docs) Updates to the Angular documentation
2022-02-07 23:03:40 +08:00
jonniebigodes
ffc2cb4dfc minor updates to the Essentials introduction 2022-02-03 21:23:49 +00:00
jonniebigodes
b65161364c Updates to the Angular documentation 2022-02-01 22:25:21 +00:00
Jonathan Beller
14c9e6be58 fix other instances of typo 2022-01-31 11:55:14 -05:00
jonniebigodes
9c8238bafe Removes copy of file 2022-01-27 21:30:34 +00:00
jonniebigodes
75175a48c2 updates Storybook configuration docs for TS and flags. 2022-01-27 21:23:33 +00:00
jonniebigodes
bb22c9a113 minor adjustments to the install addons docs 2022-01-12 21:57:43 +00:00
jonniebigodes
72bcc2caa6 Minor tweaks to the addon knowledge base 2022-01-12 18:08:49 +00:00
jonniebigodes
daae37225d Minor updates to the syntax highlight documentation. 2022-01-12 00:04:21 +00:00
domyen
f5656469d7 Fix exceptions 2021-12-23 14:50:59 -05:00
domyen
0f98d0c1a0 Update /sharing docs 2021-12-23 14:45:48 -05:00
Tom Coleman
25b68d4c43 Changes from code review 2021-12-20 15:09:46 +11:00
Dave
8a79e815bc
Add require line for TsconfigPathsPlugin
you also need const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin'); in main.js. Obvious, perhaps, but it could save someone a step if they miss it (like I did :-) )
2021-11-23 16:45:21 -05:00
jonniebigodes
c7066122d8 Merge branch '6-4-docs' into next 2021-11-18 16:09:41 +00:00
jonniebigodes
076b81b241 API CLI adjustments and minor tweaks to the snippets 2021-11-09 23:18:56 +00:00
jonniebigodes
62f7253dfd Minor polishes for consistency 2021-11-09 01:41:54 +00:00
jonniebigodes
73a27af64a
Merge pull request #16621 from storybookjs/chore_configure_docs_6_4_port_CSF2
Chore: (Docs) Adjustments for the Configure Section for 6.4
2021-11-07 15:12:01 +00:00
jonniebigodes
7463960a69 Minor adjustments for the Configure Section for 6.4 2021-11-06 03:20:29 +00:00
jonniebigodes
10e5372f23
Merge pull request #16561 from storybookjs/chore_updates_writing_tests_CSF_2
Chore: (6.4 Docs) Updates the Writing tests section for CSF 2.0
2021-11-05 16:48:15 +00:00
jonniebigodes
34862c8eb3
Merge pull request #16583 from storybookjs/chore_updates_writing_stories_CSF_2
Chore: (Docs) Updates writing stories section for CSF2
2021-11-05 16:47:30 +00:00
jonniebigodes
8513c009cf
Merge pull request #16597 from storybookjs/docs_fix_writing_docs_for_6_4
Chore: (Docs) Writing docs section updates
2021-11-05 16:46:25 +00:00