4169 Commits

Author SHA1 Message Date
Michael Shilman
5c0cbb3936 CSF: Promote args/argTypes to first-class metadata 2020-03-12 15:25:29 +08:00
Michael Shilman
70c3ac72d6 Merge branch 'next' into 7101-docs-svelte-preset 2020-03-11 19:12:34 +08:00
Michael Shilman
cbe0da787a v6.0.0-alpha.25 2020-03-11 18:53:09 +08:00
Michael Shilman
83111091bd Merge branch 'next' into 7101-docs-svelte-preset 2020-03-11 17:44:59 +08:00
Michael Shilman
7a68f72411 v6.0.0-alpha.24 2020-03-11 16:56:16 +08:00
Michael Shilman
fbd0c3c0b6 v6.0.0-alpha.23 2020-03-11 16:43:16 +08:00
Michael Shilman
38bc41f6bf
Merge pull request #10089 from storybookjs/7479-format-source-parameter
Addon-docs: formatSource snippet customization function
2020-03-11 16:35:02 +08:00
Michael Shilman
677b941e8a Fix docs & add docs.source.code example 2020-03-11 14:55:48 +08:00
Michael Shilman
8d922c7a81 Use parameter enhancers for Source block 2020-03-11 14:08:15 +08:00
Michael Shilman
80bae20670 Merge branch 'next' into 7479-format-source-parameter 2020-03-11 12:07:55 +08:00
Michael Shilman
1fb159bdd4 Merge branch 'next' into feature/global-args 2020-03-11 10:57:37 +08:00
Michael Shilman
041ef98eb3 Svelte example: configure docs height 2020-03-11 09:52:12 +08:00
Michael Shilman
b4f1a20145 Fix svelte example? 2020-03-11 09:35:00 +08:00
Michael Shilman
7bccc34944 Fix git weirdness? 2020-03-11 08:43:08 +08:00
Michael Shilman
2980d32ce2 Clarify README per #10081 2020-03-10 20:02:18 +08:00
Michael Shilman
6cb32b3d98 v6.0.0-alpha.22 2020-03-10 18:44:26 +08:00
Michael Shilman
a8676689a6 Merge branch 'next' into 7479-format-source-parameter 2020-03-10 14:55:28 +08:00
Michael Shilman
31fb72996e
Merge pull request #10014 from storybookjs/feature/args
Core: Add args feature
2020-03-10 14:08:40 +08:00
Michael Shilman
52e63ba4b9 Addon-docs: formatSource snippet customization function 2020-03-10 12:18:50 +08:00
Michael Shilman
7970836309 v6.0.0-alpha.21 2020-03-05 17:26:05 +08:00
Tom Coleman
9cb74bc010 More changed=>updated for global args 2020-03-04 19:38:57 +11:00
Norbert de Langen
6cc9a7abf5
ADD white background for dev-kits example 2020-03-03 12:05:33 +01:00
Norbert de Langen
a94ca8320c
CHANGE svg for dummy logo 2020-03-03 11:56:11 +01:00
Tom Coleman
5131e5cee9 Update snapshots 2020-03-03 18:17:30 +11:00
Tom Coleman
231dcffe28 Merge branch 'feature/args' into feature/global-args 2020-03-03 18:12:23 +11:00
Tom Coleman
0f0d8983ec Merge remote-tracking branch 'origin/next' into feature/args 2020-03-03 18:01:46 +11:00
Norbert de Langen
1722f54b7e
ADD storySort to preview.js again 2020-03-02 16:24:16 +01:00
Norbert de Langen
41ab5a45c8
Merge branch 'next' into manager-options 2020-03-02 15:42:01 +01:00
Tom Coleman
fb78f093ce Deepscan fixes 2020-03-03 00:18:07 +11:00
Tom Coleman
8b4076ecf0 Update snapshots 2020-03-03 00:07:35 +11:00
Tom Coleman
c5f0e6ba18 Whoops, correct path sep 2020-03-02 23:28:53 +11:00
Tom Coleman
363e0b88e8 Add useGlobalArgs hook for addons 2020-03-02 23:28:53 +11:00
Tom Coleman
71876af37d Re-render when global args change 2020-03-02 23:28:34 +11:00
Tom Coleman
bb9a88a1e0 Update snapshots 2020-03-02 22:48:51 +11:00
Tom Coleman
6c5b216be9 Merge remote-tracking branch 'origin/next' into feature/args 2020-03-02 17:42:51 +11:00
Michael Shilman
aee887311f
Merge pull request #9914 from storybookjs/refactor-client-api-events
Core: Overhaul start.js and event emitting/listening
2020-03-02 14:10:00 +08:00
Tom Coleman
ac9b13f377 Replace selectedKind/Story with kind/name in docs 2020-03-02 15:59:10 +11:00
Norbert de Langen
5abdfd866d
Merge pull request #9709 from dudusae/namedcolor-example
Cra-kitchen-sink : Add Named Color Palette Example(MDX)
2020-02-28 16:00:36 +01:00
Norbert de Langen
34784410d9
Merge branch 'next' into manager-options
# Conflicts:
#	lib/api/src/modules/stories.ts
#	package.json
#	yarn.lock
2020-02-28 09:51:54 +01:00
Michael Shilman
8657d7d25f
Merge pull request #9949 from jonspalmer/queryparams_preset
Addon-Queryparams: Add addon preset
2020-02-28 08:54:15 +08:00
Michael Shilman
27e2541048
Update colorpalette.stories.mdx 2020-02-28 08:48:16 +08:00
Norbert de Langen
1af3f2ca53
ADD story 2020-02-27 14:54:54 +01:00
Tom Coleman
cd89d722ad Merge remote-tracking branch 'origin/next' into feature/args 2020-02-27 13:54:07 +11:00
Michael Shilman
dac6752d47 v6.0.0-alpha.20 2020-02-27 08:26:52 +08:00
Norbert de Langen
92f9e23263
Merge pull request #9940 from storybookjs/add/stories-for-layout-mdx
ADD stories for layout in mdx as example and regression test
2020-02-26 13:55:27 +01:00
Jon Palmer
056e5de281 QueryParams addon preset 2020-02-25 11:52:35 -05:00
Norbert de Langen
aa201f6441
CLEANUP some more 2020-02-24 15:38:20 +01:00
Michael Shilman
b5b1bda641 v6.0.0-alpha.19 2020-02-24 22:28:05 +08:00
Norbert de Langen
1ab991582b
CLEANUP 2020-02-24 14:30:02 +01:00
Norbert de Langen
f2fb848a46
ADD stories for layout in mdx as example and regression test 2020-02-24 13:30:24 +01:00