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
jonniebigodes
f1fedb8836
minor updates to the essentials section for 6.4
2021-11-04 21:07:00 +00:00
Gert Hengeveld
8b1c44a4a1
Extend docs for Interactions
2021-11-04 11:52:35 +01:00
Gert Hengeveld
c12513d00d
Update docs/essentials/interactions.md
...
Co-authored-by: Yann Braga <yannbf@gmail.com>
2021-11-04 10:11:48 +01:00
Gert Hengeveld
7d8daa577e
Add outline for Interactions doc
2021-11-03 16:20:50 +01:00
jonniebigodes
d178f38487
removes dangling space
2021-09-15 20:07:24 +01:00
jonniebigodes
209bb5684e
polish the essentials section
2021-09-15 17:48:27 +01:00
jonniebigodes
56f2d3a72a
removes snippets from vue docs
2021-08-12 23:07:01 +01:00