1278 Commits

Author SHA1 Message Date
Michael Shilman
25f36c6492 v5.3.0-rc.6 2019-12-31 16:23:38 +08:00
Michael Shilman
078366baef
Main.js: Combine presets/registers in addons field (#9246)
Main.js: Combine presets/registers in `addons` field
2019-12-31 16:14:37 +08:00
Michael Shilman
a289ef64c1 Main.js: Combine addons/presets in CLI templates 2019-12-31 14:38:45 +08:00
Michael Shilman
49e0ffa811 v5.3.0-rc.5 2019-12-31 03:34:30 +08:00
Michael Shilman
1681a28c83 v5.3.0-rc.4 2019-12-28 21:06:53 +08:00
Michael Shilman
9c5005e16c v5.3.0-rc.3 2019-12-26 20:08:26 +08:00
Michael Shilman
996f0f8db1 Update version.ts to 5.3.0-rc.2 2019-12-26 20:01:12 +08:00
Michael Shilman
4b9d901add v5.3.0-rc.2 2019-12-26 19:55:40 +08:00
Michael Shilman
c64a498a62 v5.3.0-rc.1 2019-12-23 17:19:06 +08:00
Michael Shilman
9e2e584951 CLI: Update stories glob to be more permissive 2019-12-23 16:26:46 +08:00
Michael Shilman
7acb51d15d v5.3.0-rc.0 2019-12-19 16:49:34 +08:00
Michael Shilman
4d2d0bbb2d v5.3.0-beta.31 2019-12-16 21:14:52 +08:00
Michael Shilman
52147410f2 v5.3.0-beta.30 2019-12-16 17:36:51 +08:00
Michael Shilman
0eb3cff488 v5.3.0-beta.29 2019-12-16 14:43:49 +08:00
Michael Shilman
5666c2c62b v5.3.0-beta.28 2019-12-16 13:13:56 +08:00
Michael Shilman
ec095b015e v5.3.0-beta.27 2019-12-16 12:07:24 +08:00
Michael Shilman
d6a13a2287 v5.3.0-beta.26 2019-12-16 11:48:01 +08:00
Michael Shilman
c84bb43e87 v5.3.0-beta.25 2019-12-15 18:07:44 +08:00
Michael Shilman
d967903e65 Update version.ts to 5.3.0-beta.24 2019-12-15 18:02:20 +08:00
Michael Shilman
6ad2664adf v5.3.0-beta.24 2019-12-15 18:01:01 +08:00
Michael Shilman
e15eddb887 v5.3.0-beta.23 2019-12-14 22:08:31 +08:00
Michael Shilman
cb706f32ab v5.3.0-beta.22 2019-12-12 23:23:12 +08:00
Michael Shilman
b4332a39ee v5.3.0-beta.21 2019-12-11 00:45:08 +08:00
Michael Shilman
5e7c040e1a
CLI: Add Yarn workspaces support for init command (#9104)
CLI: Add Yarn workspaces support for init command
2019-12-11 00:32:24 +08:00
Shota Fuji
7804619c34
CLI: Use find-up for lookup yarn.lock
Use find-up instead of find-package-json because of simplicity and
performance (search lockfiles directly = less file I/O).
2019-12-10 16:25:19 +00:00
Norbert de Langen
712f7be0c2
fix: add web-components to cli init (#9106)
fix: add web-components to cli init
2019-12-10 11:33:49 +01:00
Norbert de Langen
600f7f397e
Ndelangen/remove css usage (#9003)
Ndelangen/remove css usage
2019-12-10 11:23:39 +01:00
Thomas Allmer
16ac92a9f3 chore: fix linting 2019-12-09 20:32:45 +01:00
Thomas Allmer
fa8511bcd0 fix: add web-components to cli init 2019-12-09 20:20:01 +01:00
Shota Fuji
c28dcc7084
CLI: Update README 2019-12-09 16:07:53 +00:00
Shota Fuji
98d7751f42
CLI: Add Yarn workspaces support for init command
This commit changes how the cli decide which package manager to use.

Previously, init command sees only the current directory. But for
projects using Yarn workspaces, this detection method doesn't work,
because Yarn does not emit yarn.lock on workspace directories.

To handle this case, I modified the lookup logic to also see ancestor
directories.

https://github.com/storybookjs/storybook/issues/9045
2019-12-09 16:00:59 +00:00
Michael Shilman
5d890bf37b v5.3.0-beta.20 2019-12-09 20:49:55 +08:00
Michael Shilman
9843746f3a v5.3.0-beta.19 2019-12-07 16:47:47 +08:00
Michael Shilman
ab6ef53330 v5.3.0-beta.18 2019-12-06 23:05:00 +08:00
Michael Shilman
796951f038 v5.3.0-beta.17 2019-12-06 22:39:53 +08:00
Norbert de Langen
7c5858c7f7 CHANGE cli generators to triconfig 2019-12-05 13:46:19 +01:00
Michael Shilman
eeb36ed822 v5.3.0-beta.16 2019-12-05 11:37:35 +08:00
Michael Shilman
95fba51683 v5.3.0-beta.15 2019-12-04 11:54:17 +08:00
Michael Shilman
1c93a96d8e v5.3.0-beta.14 2019-12-02 11:40:56 +08:00
Michael Shilman
830455efa9 v5.3.0-beta.13 2019-11-30 17:36:02 +08:00
Michael Shilman
393d982253 CLI: Code cleanup 2019-11-29 15:09:05 +08:00
Norbert de Langen
03d4074313 CHANGE css values that are numbers to actual numbers 2019-11-29 02:11:46 +01:00
Michael Shilman
0577c421a7 v5.3.0-beta.12 2019-11-29 01:03:08 +08:00
Michael Shilman
fd66177005
Merge branch 'next' into remove-docs-deprecated-presets 2019-11-28 07:38:23 +08:00
Michael Shilman
51b1739038 v5.3.0-beta.11 2019-11-28 07:07:27 +08:00
Michael Shilman
e446ec42ac Addon-docs: Use framework-independent preset everywhere 2019-11-27 23:33:05 +08:00
Norbert de Langen
f5e6dc1fce MIGRATE rax example to triconfig 2019-11-27 12:53:10 +01:00
Norbert de Langen
2f8c9d2575 REMOVE options with default values & deprecated options from examples 2019-11-27 12:00:05 +01:00
Michael Shilman
e098a12bf8 v5.3.0-beta.10 2019-11-27 09:19:11 +08:00
Michael Shilman
82c574db78 v5.3.0-beta.9 2019-11-26 17:47:59 +08:00