24766 Commits

Author SHA1 Message Date
Norbert de Langen
686c2bfe61
REMOVE addon-notes remnants 2020-02-07 00:06:57 +01:00
Norbert de Langen
8a959de743
Merge pull request #9770 from storybookjs/fix/dll-generation
Build: Fix DLL generation race condition
2020-02-06 23:11:33 +01:00
Michael Shilman
3a1b46d4e2
Merge pull request #9708 from yeseouler/next
Insert 'yarn' command between 'cd storybook' and 'yarn bootstrap (--core)'
2020-02-06 21:01:08 +08:00
Michael Shilman
e79e80fb1c
Update CONTRIBUTING.md 2020-02-06 20:57:10 +08:00
Michael Shilman
e307ca4c41
Update CONTRIBUTING.md 2020-02-06 20:55:02 +08:00
Michael Shilman
951283bdc4
Merge pull request #9646 from storybookjs/fix/9443-assets-in-manager
Core: Fix manager assets to be routed in express
2020-02-06 11:27:59 +08:00
Norbert de Langen
0c5066a57e
well, it's not pretty, but seems to work 2020-02-05 19:39:44 +01:00
Norbert de Langen
df58b102df
Merge branch 'next' into fix/9443-assets-in-manager
# Conflicts:
#	lib/core/src/server/dev-server.js
2020-02-05 16:21:18 +01:00
Norbert de Langen
9da592591c
IMPROVE rejection 2020-02-05 16:16:29 +01:00
Michael Shilman
50844dd461 6.0.0-alpha.6 next.json version file 2020-02-05 08:06:35 +08:00
Michael Shilman
c1582cb302 Update version.ts to 6.0.0-alpha.6 2020-02-05 07:52:03 +08:00
Michael Shilman
34bfe84397 v6.0.0-alpha.6 v6.0.0-alpha.6 2020-02-05 07:42:41 +08:00
Michael Shilman
71160c63d9 Update peer dependencies to 6.0.0-alpha.6 2020-02-05 07:37:46 +08:00
Michael Shilman
bb7fbf11d3 6.0.0-alpha.6 changelog 2020-02-05 07:37:39 +08:00
Michael Shilman
c6c93964ce Merge pull request #9716 from sakito21/fix/docs-configurations-typescript-config
[Docs] configurations/TypeScript Config awesome-typescript-loader to ts-loader
2020-02-05 07:36:56 +08:00
Michael Shilman
fce1f5352f Update Custom Body Documentation (#9613)
Update Custom Body Documentation
2020-02-05 07:36:54 +08:00
Michael Shilman
b899fcad89 Added missing = in angular guide (#9601)
Added missing = in angular guide
2020-02-05 07:36:53 +08:00
Michael Shilman
5258cff27c 5.3.12 changelog 2020-02-05 07:36:34 +08:00
Michael Shilman
7ca2482460
Merge pull request #9753 from storybookjs/9749-fix-dev-server
Fix dev server error - back out bad change
2020-02-05 07:08:38 +08:00
Michael Shilman
07f95af942 Fix dev server error - back out bad change 2020-02-05 06:57:26 +08:00
Michael Shilman
ce04e69991 5.3.11 changelog 2020-02-05 00:27:31 +08:00
Norbert de Langen
5a1707b9a2
CHANGE example urls to netlify urls (#9653)
CHANGE example urls to netlify urls
2020-02-04 11:03:07 +01:00
Michael Shilman
d50501eef1 Fix typo 2020-02-04 17:13:08 +08:00
Michael Shilman
51e3144b6e Merge branch 'next' of github.com:storybookjs/storybook into next 2020-02-04 17:04:11 +08:00
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
631a394184 6.0.0-alpha.5 next.json version file 2020-02-04 17:02:55 +08:00
Michael Shilman
6d99a52485 Update version.ts to 6.0.0-alpha.5 2020-02-04 16:59:56 +08: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