6084 Commits

Author SHA1 Message Date
Norbert de Langen
e4b6e45cfb
FIX && IMPROVE typings 2020-03-16 11:21:00 +01:00
Norbert de Langen
24a2a849f9
Merge branch 'next' into pr/lmaze/9942
# Conflicts:
#	lib/core/src/client/preview/start.js
2020-03-16 09:34:37 +01:00
Michael Shilman
1f31433211 Global args: Remove problematic object spread 2020-03-14 10:05:08 +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
cbccf3e09e Update version.ts to 6.0.0-alpha.27 2020-03-13 20:40:55 +08:00
Michael Shilman
3d1d35534e v6.0.0-alpha.27 2020-03-13 20:29:55 +08:00
Michael Shilman
3bcc384af5 Addons API: Add useArgTypes/useGlobalArgTypes helpers 2020-03-13 18:53:31 +08:00
Michael Shilman
e2d18cf990 Merge branch 'next' into feature/addon-toolbars 2020-03-13 18:08:51 +08:00
Michael Shilman
a17ab268e3 Merge branch 'next' into feature/addon-toolbars 2020-03-13 17:44:55 +08:00
Michael Shilman
e06b2e7aa0 Addon-actions: Use argType.action instead of action.args 2020-03-13 17:32:40 +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
5d4a101d3b Update version.ts to 6.0.0-alpha.26 2020-03-12 21:03:28 +08:00
Michael Shilman
870ff062f3 v6.0.0-alpha.26 2020-03-12 20:53:10 +08:00
Michael Shilman
396f1962ac
Merge pull request #10099 from yannbf/feat/main-ts-support
Core: Improve support for main.ts/preview.ts files
2020-03-12 18:10:52 +08:00
Michael Shilman
d39ed3e851 Merge branch 'next' into pr/10099 2020-03-12 18:08:30 +08:00
Michael Shilman
a0dd54bdfa Remove unused import 2020-03-12 18:00:26 +08:00
Michael Shilman
5e76eb71ca Merge branch 'next' into feature/addon-toolbars 2020-03-12 15:43:51 +08:00
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
394af5bb90 Update version.ts to 6.0.0-alpha.25 2020-03-11 19:04:50 +08:00
Michael Shilman
cbe0da787a v6.0.0-alpha.25 2020-03-11 18:53:09 +08:00
Michael Shilman
50d7dd2d5f Fix test cases 2020-03-11 18:33:03 +08:00
Michael Shilman
b09ad026b0 fullAPI is always set 2020-03-11 18:18:33 +08:00
Michael Shilman
3ade3a3d17 Fix bad merge: initialization of global args per #10085 2020-03-11 18:14:16 +08:00
Michael Shilman
83111091bd Merge branch 'next' into 7101-docs-svelte-preset 2020-03-11 17:44:59 +08:00
Michael Shilman
6815d88cb8 Update version.ts to 6.0.0-alpha.24 2020-03-11 17:07:55 +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
d171d8376f
Merge pull request #10013 from wKich/fix-storyinput-params-types
Core: Fix StoryInput parameters typings
2020-03-11 15:19: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
Michael Shilman
6dbdf7f546 Fix bad merge 2020-03-11 11:16:40 +08:00
Michael Shilman
1fb159bdd4 Merge branch 'next' into feature/global-args 2020-03-11 10:57:37 +08:00
Michael Shilman
15279518c0 Core: Throw error when docs page is set but no container 2020-03-11 09:35:31 +08:00
Yann Braga
c695a8a6fa chore: add @babel/register to core
- it's useful to add support to load files within storybook config.
- with this you have support for .ts files!
2020-03-10 21:28:21 +01:00
Norbert de Langen
c1e10435f2
FIX handle not draggable in sidebar 2020-03-10 19:38:03 +01:00
Norbert de Langen
7b24721b75
OPTIMIZE scrollareastyles 2020-03-10 19:37:46 +01:00
Norbert de Langen
21711ade48
Merge branch 'next' into migrate-from-simplebar-to-overlaybars-2
# Conflicts:
#	lib/components/package.json
#	package.json
#	yarn.lock
2020-03-10 18:11:23 +01:00
Norbert de Langen
f0f21f4d5d
FIX tsconfig 2020-03-10 18:02:14 +01:00
Norbert de Langen
9a3b15c0df
REMOVE refractor dependencies 2020-03-10 17:10:39 +01:00
Norbert de Langen
98170845b6
Merge branch 'next' into pr/Rikpat/9292
# Conflicts:
#	lib/components/package.json
#	yarn.lock
2020-03-10 16:45:53 +01:00
Norbert de Langen
0cbede6ce0
FIX rendering "no story selected" initially 2020-03-10 14:35:46 +01:00
Norbert de Langen
e3fad44c91
REMOVE unneeded type 2020-03-10 14:35:21 +01:00
Norbert de Langen
60ed5aabd2
REMOVE unused return value of initProviderApi 2020-03-10 14:30:59 +01:00