245 Commits

Author SHA1 Message Date
Michael Shilman
6a353dec8f Source-loader: Disable eslint entirely for generated code (#9410)
Source-loader: Disable eslint entirely for generated code
2020-01-13 23:24:55 +08:00
Michael Shilman
14f9760411 v5.3.1 2020-01-12 23:32:39 +08:00
Michael Shilman
ee7b9591ba v5.3.0 2020-01-11 17:27:43 +08:00
Michael Shilman
aaef883c47 v5.3.0-rc.14 2020-01-11 16:46:54 +08:00
Michael Shilman
9042106880 v5.3.0-rc.13 2020-01-11 10:14:46 +08:00
Michael Shilman
2c0b28727a v5.3.0-rc.12 2020-01-08 22:48:35 +08:00
Michael Shilman
a44240e420 v5.3.0-rc.11 2020-01-07 21:55:35 +08:00
Michael Shilman
70b3a7aa30 v5.3.0-rc.10 2020-01-06 22:29:30 +08:00
Michael Shilman
bb96262bd8
Revert "Source-loader: Disable no-implicit-any linting" 2020-01-06 17:54:26 +08:00
Michael Shilman
16da56cf90 v5.3.0-rc.9 2020-01-04 20:55:28 +08:00
Michael Shilman
755e90db0f v5.3.0-rc.8 2020-01-03 16:46:30 +08:00
Michael Shilman
f54e19061b v5.3.0-rc.7 2020-01-02 11:00:58 +08:00
Michael Shilman
25f36c6492 v5.3.0-rc.6 2019-12-31 16:23:38 +08:00
Michael Shilman
49e0ffa811 v5.3.0-rc.5 2019-12-31 03:34:30 +08:00
Michael Shilman
d31b414a47 Source-loader: Disable no-impliicit-any linting 2019-12-31 02:42:45 +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
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
5d890bf37b v5.3.0-beta.20 2019-12-09 20:49:55 +08:00
Michael Shilman
23283b81bf Source-loader: Tighten up include/exclude handling 2019-12-09 18:55:29 +08:00
Michael Shilman
fc01ec35b8 Handle RegExpLiteral include/exclude 2019-12-09 17:30:42 +08:00
Michael Shilman
971809db71 Source-loader: Handle includeStories/excludeStories in CSF 2019-12-09 16:45:55 +08:00
Michael Shilman
267a47f4de Extract @storybook/csf from monorepo 2019-12-09 15:02:56 +08:00
Michael Shilman
022816d3f0 Remove test code 2019-12-09 12:25:26 +08:00
Michael Shilman
b436339376 Refactor router utils into CSF library 2019-12-09 12:16:01 +08:00
Michael Shilman
8cca68d3fa
Merge pull request #9092 from pocka/fix/function-export-no-source
Source-loader: Support function declaration story exports
2019-12-07 20:18:26 +08:00
Shota Fuji
d9fad400a1
Source-loader: Support function declaration exports
Added support for named exports with function declaration in
source-loader, in order to fix that the story's source code doesn't show
up in Docs mode's code preview.

The changes in generate-helpers.js is necessary because we can't wrap
named export functions:

```
export function foo() {}

// turns into this if we just wrapped it

export wrapper(function foo() {}) // syntax error!
```
2019-12-07 11:43:45 +00: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
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
be3baa1e1c Merge branch 'next' into pr/8995 2019-12-02 10:10:36 +08:00
atanasster
bcf66e3524 restore snapshot file 2019-11-30 10:11:17 -05:00