647 Commits

Author SHA1 Message Date
Michael Shilman
5b26d301f3 v6.0.0-alpha.45 2020-04-28 11:25:49 +08:00
Michael Shilman
7ac696c5fa Pass args first as default: update tests 2020-04-27 22:52:55 +08:00
Michael Shilman
0f7c9036d5 Merge branch 'next' into 6639-pass-args-first-by-default 2020-04-27 22:23:32 +08:00
Michael Shilman
af271cf5e3 v6.0.0-alpha.44 2020-04-27 12:07:47 +08:00
Michael Shilman
c32b263d03 v6.0.0-alpha.43 2020-04-24 06:24:53 +08:00
Michael Shilman
aa2ceda338 v6.0.0-alpha.42 2020-04-23 08:13:24 +08:00
Michael Shilman
869f451558 v6.0.0-alpha.41 2020-04-21 07:10:51 +08:00
Michael Shilman
75c02952b4 v6.0.0-alpha.40 2020-04-20 16:11:50 +08:00
Michael Shilman
fcc28a2485 v6.0.0-alpha.39 2020-04-18 19:28:04 +08:00
Michael Shilman
2398b8d65d v6.0.0-alpha.38 2020-04-18 19:24:36 +08:00
Michael Shilman
6f5a305dae v6.0.0-alpha.37 2020-04-17 02:43:03 +08:00
Michael Shilman
c3e848b542 Core: Pass args first to stories by default 2020-04-17 01:53:27 +08:00
Michael Shilman
bd058f88d4 v6.0.0-alpha.36 2020-04-16 08:31:05 +08:00
Michael Shilman
86f8c33023 v6.0.0-alpha.35 2020-04-16 00:07:22 +08:00
Michael Shilman
c4da5401d2 v6.0.0-alpha.34 2020-04-15 16:58:32 +08:00
Michael Shilman
c8f38e55f6 Merge branch 'next' into 6639-args-table-controls 2020-04-14 14:49:03 +08:00
Michael Shilman
5b90cb7bf2 v6.0.0-alpha.33 2020-04-14 07:52:18 +08:00
Michael Shilman
dd4fa2bc8e ArgsTable: Misc fixes 2020-04-14 05:09:31 +08:00
Michael Shilman
0b940bf216
Merge pull request #10383 from storybookjs/10374-remove-source-enhancer
Addon-docs: Format Source at render time
2020-04-13 16:02:06 +08:00
Michael Shilman
1b832cfd99 ArgTypes enhancers: Simplify application logic 2020-04-13 14:37:00 +08:00
Michael Shilman
6e51f9463b Merge branch '10374-arg-types-enhancer' of github.com:storybookjs/storybook into 10374-arg-types-enhancer 2020-04-13 14:33:34 +08:00
Michael Shilman
fc730695dc ArgTypes enhancer: added falsey test case 2020-04-13 14:33:09 +08:00
Michael Shilman
aefc29c520
Update lib/client-api/README.md
Co-Authored-By: Tom Coleman <tom@thesnail.org>
2020-04-13 14:30:58 +08:00
Michael Shilman
94cf165466 Core: Args enhancer => ArgTypesEnhancer 2020-04-13 12:06:10 +08:00
Michael Shilman
1c6262a4a0 Rename ParameterEnhancer to ArgsEnhancer 2020-04-13 08:33:36 +08:00
Michael Shilman
e517a6322a v6.0.0-alpha.32 2020-04-11 16:07:53 +08:00
Michael Shilman
ff99e99f39 v6.0.0-alpha.31 2020-04-07 18:18:56 +08:00
Michael Shilman
76cf7e263d v6.0.0-alpha.30 2020-03-31 19:07:53 +08:00
Norbert de Langen
f9abc6a986
Merge branch 'next' into tech/remove-deprecations-6
# Conflicts:
#	addons/events/src/deprecated.js
#	addons/options/src/register.ts
#	examples/official-storybook/stories/core/decorators.stories.js
#	examples/official-storybook/stories/deprecated/addon-events.stories.js
#	lib/addons/src/make-decorator.test.ts
#	lib/api/src/modules/layout.ts
#	lib/cli/src/generate.js
#	lib/core/package.json
2020-03-31 09:40:58 +02:00
Norbert de Langen
341fc2d90d
FIX linting 2020-03-27 20:04:50 +01:00
Norbert de Langen
d30020cab7
REMOVE deprecated APIs from lib/client-api 2020-03-26 10:32:35 +01:00
Michael Shilman
205c897579 v6.0.0-alpha.29 2020-03-26 10:38:49 +08:00
Norbert de Langen
036ee99ea1
FIX https://github.com/storybookjs/storybook/issues/10113 2020-03-23 09:14:43 +01:00
Michael Shilman
482764665b v6.0.0-alpha.28 2020-03-23 13:54:49 +08:00
Michael Shilman
01545dd723 Re-enable failing args tests 2020-03-14 09:16:12 +08:00
Norbert de Langen
961240d275
FIX tests & REMOVE test that fail relating to globalArgs 2020-03-13 15:30:01 +01:00
Michael Shilman
3d1d35534e v6.0.0-alpha.27 2020-03-13 20:29:55 +08:00
Michael Shilman
a431c91902 Merge branch 'next' into feature/action-args 2020-03-13 16:34:24 +08:00
Michael Shilman
7552ab0717 Better logging 2020-03-13 16:30:03 +08:00
Michael Shilman
ac1a98c38e Core: Added args/argTypes sanity checks with warnings/errors 2020-03-13 13:26:21 +08:00
Michael Shilman
6b07833a9a Core: Add globalArgs/globalArgTypes exports to preview.js 2020-03-13 12:41:13 +08:00
Michael Shilman
870ff062f3 v6.0.0-alpha.26 2020-03-12 20:53:10 +08:00
Michael Shilman
5c0cbb3936 CSF: Promote args/argTypes to first-class metadata 2020-03-12 15:25:29 +08:00
Michael Shilman
cbe0da787a v6.0.0-alpha.25 2020-03-11 18:53:09 +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
0858d97db6 Merge branch 'next' into feature/action-args 2020-03-11 16:36:08 +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
2b3f137336 Merge branch 'next' into feature/action-args 2020-03-11 15:07:00 +08:00
Michael Shilman
8d922c7a81 Use parameter enhancers for Source block 2020-03-11 14:08:15 +08:00