1555 Commits

Author SHA1 Message Date
Michael Shilman
dac6752d47 v6.0.0-alpha.20 2020-02-27 08:26:52 +08:00
Tom Coleman
20920b58e6
Fix configFilename containing backticks
In windows the path sep is '\' which will lead to weird stuff like: https://github.com/chromaui/learnstorybook.com/issues/284
2020-02-26 20:12:39 +11:00
Michael Shilman
b5b1bda641 v6.0.0-alpha.19 2020-02-24 22:28:05 +08:00
Michael Shilman
480370557a v6.0.0-alpha.18 2020-02-22 04:31:14 +08:00
Michael Shilman
36327ee08e v6.0.0-alpha.17 2020-02-21 11:58:31 +08:00
Michael Shilman
b2d08977a3 v6.0.0-alpha.16 2020-02-21 11:45:13 +08:00
Michael Shilman
efd0256348 v6.0.0-alpha.15 2020-02-20 11:54:32 +08:00
Norbert de Langen
e8c41383a1
Merge branch 'next' into refactor-client-api 2020-02-19 15:13:13 +01:00
Tom Coleman
0a2d972673 Ensure our generated entry loads *after* polyfills 2020-02-19 21:43:26 +11:00
Tom Coleman
dd103ad87c Extract the framework to an initial entry to ensure it *always* runs first.
cc @shilman
2020-02-19 20:40:13 +11:00
Michael Shilman
4341bc65f7 v6.0.0-alpha.14 2020-02-19 06:53:15 +08:00
Lynn Chyi
23b7d9fde9 Add ts3.5 to package.json's "files" attr
(cherry picked from commit f0edad2d0cb5c74d2f03a13e1ca1cb27287f3625)
2020-02-18 20:37:59 +01:00
Tom Coleman
95a12ce116 Ensure the store is initiated before loading store APIs 2020-02-18 21:42:14 +11:00
Tom Coleman
884b865779 Allow importing addParameters/Decorators from client-api after all 2020-02-18 17:21:41 +11:00
Tom Coleman
2717fb02cb Switch presets to exporting decorators 2020-02-18 12:37:56 +11:00
Tom Coleman
332be430a7 Add ability to export parameters + decorators from config files 2020-02-17 16:59:08 +11:00
Michael Shilman
5b11df0638 v6.0.0-alpha.13 2020-02-15 20:43:01 +08:00
Michael Shilman
ba5430acb5 v6.0.0-alpha.12 2020-02-14 01:00:02 +08:00
Norbert de Langen
32db33302c
FIX deepscan issues 2020-02-13 12:33:09 +01:00
Michael Shilman
f46cdcf7f4 v6.0.0-alpha.11 2020-02-13 12:07:31 +08:00
Michael Shilman
558371ae9d v6.0.0-alpha.10 2020-02-11 22:29:59 +08:00
Michael Shilman
4f0a75c824 v6.0.0-alpha.9 2020-02-09 01:24:54 +08:00
Michael Shilman
582b5c4f43 v6.0.0-alpha.8 2020-02-08 00:22:00 +08:00
Michael Shilman
45c0400457 v6.0.0-alpha.7 2020-02-07 23:46:35 +08:00
Norbert de Langen
997c224d55
FIX paths 2020-02-07 11:31:05 +01:00
Norbert de Langen
b3b5c814af
FIX compilation of node_modules & dist 2020-02-06 13:45:49 +01:00
Norbert de Langen
1c4de80a39
ADD TS support 2020-02-06 12:00:52 +01:00
Norbert de Langen
353c4dba1f
Merge branch 'next' into fix/9421-local-addons
# Conflicts:
#	lib/core/package.json
#	lib/core/src/server/manager/manager-webpack.config.js
#	lib/core/src/server/preview/iframe-webpack.config.js
2020-02-06 10:29:00 +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
34bfe84397 v6.0.0-alpha.6 2020-02-05 07:42:41 +08:00
Michael Shilman
07f95af942 Fix dev server error - back out bad change 2020-02-05 06:57:26 +08:00
Michael Shilman
7393fc18ce v6.0.0-alpha.5 2020-02-04 16:51:13 +08: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
d7f493b305 v6.0.0-alpha.4 2020-02-03 23:47:53 +08: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
Michael Shilman
7f11ee2d76 v6.0.0-alpha.3 2020-02-02 13:47:43 +08:00
Norbert de Langen
faec9214c5
UPGRADE lint-staged && UPGRADE ejs 2020-01-30 22:19:52 +01:00
Norbert de Langen
781c5dedf6
UPGRADE webpack loaders 2020-01-30 20:19:30 +01:00
Norbert de Langen
d5b6a4f0a1
UPGRADE ts-dedent 2020-01-30 19:27:42 +01:00
Norbert de Langen
523286dda7
UPGRADE node 2020-01-30 17:02:29 +01:00
Norbert de Langen
c4945f315e
UPGRADE webpack 2020-01-30 16:50:18 +01:00
Norbert de Langen
6a2ad85290
UPGRADE babel 2020-01-30 16:29:41 +01:00
Michael Shilman
779ef4791d v6.0.0-alpha.2 2020-01-30 21:36:20 +08:00
Norbert de Langen
4a7135cc33
CLEANUP 2020-01-29 22:07:28 +01:00
Norbert de Langen
55f7f8ea0a
FIX ember - seems to merging of preview babel config and manager babel config is just too dangerous, as predicted :( 2020-01-29 21:33:38 +01:00
Norbert de Langen
93307640b1
SORT package.json 2020-01-29 18:12:25 +01:00