Norbert de Langen
adf4799fd4
change usage
2022-11-24 00:02:56 +01:00
jonniebigodes
6b6a860806
Merge pull request #18726 from JReinhold/patch-2
...
docs(addon-controls): custom matchers are no longer default
2022-11-23 14:02:05 +00:00
Jeppe Reinhold
9cb56e940f
change wording
2022-11-23 13:08:11 +01:00
jonniebigodes
acf8a8592a
Removes mdx stories from the docs and misc updates
2022-11-16 18:24:16 +00:00
Michael Shilman
f7edd49250
Add csf-plugin to replace source-loader
2022-10-29 11:00:44 +08:00
jonniebigodes
edc83fd6c9
Adds link to configure controls with argtypes
2022-10-20 21:44:35 +01:00
ImgBotApp
c15a699c65
[ImgBot] Optimize images
...
*Total -- 6,734.47kb -> 5,541.22kb (17.72%)
/docs/essentials/addon-interactions-installed-registered.png -- 192.42kb -> 91.28kb (52.56%)
/docs/sharing/embed-ghost.png -- 26.27kb -> 13.63kb (48.09%)
/docs/get-started/example-welcome.png -- 771.02kb -> 425.18kb (44.86%)
/docs/writing-tests/storybook-a11y-addon-unoptimized.png -- 84.18kb -> 51.25kb (39.12%)
/docs/writing-tests/storybook-addon-interactions-steps.png -- 94.59kb -> 63.12kb (33.27%)
/docs/essentials/highlight.png -- 768.06kb -> 520.53kb (32.23%)
/docs/sharing/figma-plugin-open-in-figma.png -- 17.89kb -> 13.34kb (25.41%)
/docs/builders/storybook-builder-workflow.png -- 178.12kb -> 146.62kb (17.69%)
/docs/sharing/embed-notion.png -- 12.86kb -> 10.59kb (17.59%)
/docs/sharing/design-addon-panel.png -- 411.09kb -> 342.33kb (16.73%)
/docs/sharing/storybook-zeplin-addon.png -- 157.87kb -> 135.76kb (14.01%)
/docs/sharing/storybook-zeroheight.gif -- 1,367.28kb -> 1,195.17kb (12.59%)
/docs/builders/storybook-builders.png -- 83.95kb -> 74.43kb (11.34%)
/docs/sharing/figma-plugin-paste-url.png -- 107.03kb -> 95.13kb (11.11%)
/docs/sharing/storybook-invision-dsm.gif -- 477.16kb -> 442.43kb (7.28%)
/docs/writing-tests/storybook-interaction-tests.gif -- 504.18kb -> 475.39kb (5.71%)
/docs/writing-tests/stories-are-tests-cropped.gif -- 587.61kb -> 560.76kb (4.57%)
/docs/writing-tests/addon-interactions-play-back-controls-allstates.gif -- 127.06kb -> 125.10kb (1.54%)
/code/examples/external-docs/public/vercel.svg -- 1.08kb -> 1.06kb (1%)
/docs/sharing/storybook-figma-addon.png -- 764.78kb -> 758.14kb (0.87%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2022-09-08 13:15:31 +00:00
Gert Hengeveld
6f4ca1785d
Merge branch 'next' into ghengeveld/ap-1859-generic-step-function
2022-08-04 13:22:53 +02:00
Norbert de Langen
d08c11c6a3
lint the newly linted code
2022-07-25 18:51:24 +02:00
Jeppe Reinhold
8cc06acecd
Fix regex typo
2022-07-16 23:19:51 +02:00
Jeppe Reinhold
897f09fd1c
docs(addon-controls): custom matchers are no longer default
...
A PR at https://github.com/storybookjs/storybook/pull/14182 removed the default custom regex matchers for colors and dates Controls, and instead added them to the generated output from the CLI.
However the docs don't reflect this change, and felt quite confusing for me working in a project that didn't use a recent version of the CLI, and therefore didn't have the "default" matchers from the CLI.
I've tried to change the wording to reflect that they are only "defaults" if the reader actually sees them in the `.storybook/preview.js` file.
I'm open to inputs on wording, or basically anything.
2022-07-16 22:57:23 +02:00
Michael Shilman
40ccd92403
Merge branch 'next' into future/base
2022-07-15 11:09:15 -07:00
Gert Hengeveld
b64677450b
Document step function
2022-07-05 14:50:25 +02:00
jonniebigodes
89ba297d34
removes snippets references to svelte native
2022-07-01 15:36:14 +01: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
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
2a3ef9a3d2
Updates to docs for better UX
2022-05-31 18:19:16 +01:00
jonniebigodes
0cbf2e43ba
broken links fixed in monorepo
2022-04-27 17:33:29 +01:00
Yann Braga
065cc587c4
Merge branch 'next' into chore_docs_fix_dead_links_monorepo
2022-04-22 16:54:59 +02: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
Olivia Voler
c96ab6b3ea
Fix typo in Annotation section
2022-04-13 15:05:03 -04:00
winkerVSbecks
1c478f9ff3
Merge branch 'next' into addon-highlight
2022-04-11 19:26:41 -04: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
Yann Braga
090a00c601
Merge branch 'next' into addon-highlight
2022-04-05 23:00:20 +02:00
Michael Shilman
783e5aaf26
Merge branch 'next' of github.com:storybookjs/storybook into next
2022-04-05 18:07:29 +08:00
Michael Shilman
7f59abbe0f
Update controls.md
2022-04-05 18:07:07 +08:00
Michael Shilman
5dee0358ff
Controls: Rework conditional controls with globals, queries
2022-04-05 14:23:09 +08:00
jonniebigodes
7dee763b8c
fixes links across the monorepo
2022-04-01 00:37:02 +01:00
winkerVSbecks
dff40ca16c
add code snippets for core frameworks
2022-03-28 14:43:02 -04:00
winkerVSbecks
2bdbecc00d
use snippet for docs
2022-03-28 11:22:33 -04:00
winkerVSbecks
94142bf807
document the highlight addon
2022-03-24 20:57:06 -04:00
Pepijn
aef43db88e
Fix many typos in the documentation
2022-03-18 19:22:17 +01: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
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
jonniebigodes
ffc2cb4dfc
minor updates to the Essentials introduction
2022-02-03 21:23:49 +00:00
Andreas Kohn
c7ff687d71
docs: Point to the measure-and-outline page
2022-01-19 16:44:34 +01:00
jonniebigodes
f83c5b9100
Removes missing note from asides
2022-01-05 00:40:19 +00:00
domyen
4fa6d91919
Docs: Don't print "Note" in <aside>s because it's redundant
2021-12-27 13:28:22 -05:00
jonniebigodes
2716b1688f
Fixes links
2021-12-24 16:23:41 +00:00
jonniebigodes
42cc198aff
Interactions polish and linking
2021-11-26 23:25:14 +00:00
jonniebigodes
c7066122d8
Merge branch '6-4-docs' into next
2021-11-18 16:09:41 +00:00
jonniebigodes
62f7253dfd
Minor polishes for consistency
2021-11-09 01:41:54 +00:00