24733 Commits

Author SHA1 Message Date
Norbert de Langen
82c0abfce7
Correct the file path for the Button story (#9325)
Correct the file path for the Button story
2020-02-04 10:02:57 +01:00
Michael Shilman
7393fc18ce v6.0.0-alpha.5 v6.0.0-alpha.5 2020-02-04 16:51:13 +08:00
Michael Shilman
cf2f5dd304 Update peer dependencies to 6.0.0-alpha.5 2020-02-04 16:47:19 +08:00
Michael Shilman
1999cc6767 6.0.0-alpha.5 changelog 2020-02-04 16:47:07 +08:00
Michael Shilman
05e66cb317
Core: Add Yarn 2 compatibility (#9667)
Core: Add Yarn 2 compatibility
2020-02-04 16:42:59 +08:00
Michael Shilman
5ae4dae91c
Addon-a11y: Add preset (#9697)
Addon-a11y: Add preset
2020-02-04 16:27:35 +08:00
Michael Shilman
b8fdc3e31d Addon-a11y: Update preset registration & document in MIGRATION.md 2020-02-04 16:26:36 +08:00
Michael Shilman
cfeb47d055
Svelte: Fix Svelte 3 slots for decorators (#9724)
Svelte: Fix Svelte 3 slots for decorators
2020-02-04 15:37:53 +08:00
Michael Shilman
1b8dc9625b Merge branch 'next' into pr/9697 2020-02-04 15:19:26 +08:00
Michael Shilman
e3a0b4bbb2
Cra-ts-kitchen-sink: Fix stories glob pattern (#9706)
Cra-ts-kitchen-sink: Fix stories glob pattern
2020-02-04 14:50:09 +08:00
Gaëtan Maisse
a978bd2985 chore: add missing or fix implicit transitive peerDependencies
Yarn 2 introduce an error for this during `yarn install`: YN0002 - MISSING_PEER_DEPENDENCY

For details see https://dev.to/arcanis/implicit-transitive-peer-dependencies-ed0

TL;DR: If you write a package that depends on Foo, and if Foo has a peer dependency, then you must provide it in either of the dependencies or peerDependencies fields. You won't "implicitly inherit" the peer dependencies declared in Foo.
2020-02-04 07:45:12 +01:00
Gaëtan Maisse
782bf45477 feat(core): update webpack config to handle Yarn PnP mode out of the box
Add PnpWebpackPlugin in manager and preview webpack configurations
2020-02-04 07:44:43 +01:00
Gaëtan Maisse
8af8666638 feat(core): move webpack default output from storybook/core own package folder to SB cache folder
Using Yarn 2 packages are read only, and more globally it's better to not alter the package with its own execution, so the output is moved outside the packages.
2020-02-04 07:44:43 +01:00
Gaëtan Maisse
b46444edce refactor(core): avoid duplication of code used to get path of files/dirs in cache 2020-02-04 07:44:43 +01:00
Gaëtan Maisse
8b4fe4fa8d feat(core): create a function to resolve path of a file/dir in storybook cache directory
`find-cache-dir` is not used anymore because it returns `undefined` when there is no `node_modules` folder at project root, as in projects managed with Yarn 2.
2020-02-04 07:44:41 +01:00
Michael Shilman
fc07ec1740
Server: Initial support for @storybook/server (#9722)
Server: Initial support for @storybook/server
2020-02-04 14:08:38 +08:00
Michael Shilman
3007fe5066 Update yarn.lock 2020-02-04 13:37:43 +08:00
Michael Shilman
c7532e237a
Update package.json 2020-02-04 13:35:06 +08:00
Michael Shilman
d12beea104
Update package.json 2020-02-04 13:30:56 +08:00
Tom Coleman
f0c71e09a7 Merge remote-tracking branch 'origin/next' into jonspalmer-storybook_server 2020-02-04 16:23:49 +11:00
Norbert de Langen
5e8070c1e5
Merge branch 'next' into next 2020-02-04 00:13:53 +01:00
Michael Shilman
107d813cc3 6.0.0-alpha.4 next.json version file 2020-02-04 00:34:26 +08:00
Tony CABAYE
447e2354e8 Fix Svelte 3 slots for decorators. 2020-02-03 17:10:02 +01:00
Michael Shilman
1e9ecaba33 Update version.ts to 6.0.0-alpha.4 2020-02-03 23:56:54 +08:00
Michael Shilman
d7f493b305 v6.0.0-alpha.4 v6.0.0-alpha.4 2020-02-03 23:47:53 +08:00
Michael Shilman
8ffc8ce38c Update peer dependencies to 6.0.0-alpha.4 2020-02-03 23:43:53 +08:00
Michael Shilman
f4a6a2ad15 6.0.0-alpha.4 changelog 2020-02-03 23:43:40 +08:00
Michael Shilman
60ae570079
Angular: Emit decorator metadata by default (#9701)
Angular: Emit decorator metadata by default
2020-02-03 23:40:58 +08:00
Dave Cross
c8a8fd550e
Merge branch 'next' into 9471-A11y-preset 2020-02-03 08:37:31 -07:00
Kai Röder
6cba51fa3b chore(app/angular): update ts config test to match the new default config 2020-02-03 15:49:24 +01:00
Norbert de Langen
212e1fb41f
Upgrades (#9688)
Upgrades
2020-02-03 15:04:02 +01:00
Norbert de Langen
712118ef7d
Merge branch 'next' into upgrades 2020-02-03 13:42:13 +01:00
Norbert de Langen
746b2a4f11
Merge branch 'next' into upgrades
# Conflicts:
#	addons/essentials/package.json
#	addons/notes/package.json
#	addons/storyshots/storyshots-core/package.json
#	app/angular/package.json
#	app/html/package.json
#	app/marko/package.json
#	app/preact/package.json
#	app/react/package.json
#	app/vue/package.json
#	app/web-components/package.json
#	examples/riot-kitchen-sink/package.json
#	examples/vue-kitchen-sink/package.json
#	lib/cli/package.json
#	lib/core/package.json
#	yarn.lock
2020-02-03 13:40:26 +01:00
Norbert de Langen
aa7fa009e8
CHANGE lint-staged config after upgrading 2020-02-03 13:15:59 +01:00
Tom Coleman
c15feb6b0d Rename id to path to be a bit more general 2020-02-03 23:11:35 +11:00
Tom Coleman
0a65a5a01c Fix typo 2020-02-03 23:08:38 +11:00
Tom Coleman
a0f51c868f Merge branch 'storybook_server' of https://github.com/jonspalmer/storybook into jonspalmer-storybook_server 2020-02-03 23:07:54 +11:00
Norbert de Langen
c78b4f9e8c
fix #8128: addon-centered clashing with addon-docs for react (#8388)
fix #8128: addon-centered clashing with addon-docs for react
2020-02-03 12:59:12 +01:00
Norbert de Langen
a76346b76c
Add angular 8 and 9 cli fixtures (#8769)
Add angular 8 and 9 cli fixtures
2020-02-03 12:42:27 +01:00
Michael Shilman
42717e1cef
Add docs re storyshots "disable" parameter (#9717)
Add docs re storyshots "disable" parameter
2020-02-03 14:17:48 +08:00
Matt Fisher
f9192e348d
Add docs re storyshots "disable" parameter 2020-02-03 14:49:31 +11:00
Michael Shilman
3a36f3805e Merge branch 'next' into pr/9706 2020-02-02 16:04:07 +08:00
Michael Shilman
455765a594 Update yarn.lock 2020-02-02 16:03:26 +08:00
Michael Shilman
de5baccc13 5.3.10 changelog 2020-02-02 15:28:06 +08:00
swlee
df1770a767 Change stories match pattern in the cra-ts-kitchen-sink example 2020-02-02 15:26:28 +09:00
Michael Shilman
a409980df2 6.0.0-alpha.3 next.json version file 2020-02-02 14:19:24 +08:00
Michael Shilman
1f0ea05b26 Update version.ts to 6.0.0-alpha.3 2020-02-02 13:55:03 +08:00
Michael Shilman
7f11ee2d76 v6.0.0-alpha.3 v6.0.0-alpha.3 2020-02-02 13:47:43 +08:00
Michael Shilman
cd3e575441 Update peer dependencies to 6.0.0-alpha.3 2020-02-02 13:47:19 +08:00
Michael Shilman
fa3bc4a4fd 6.0.0-alpha.3 changelog 2020-02-02 13:39:27 +08:00