1628 Commits

Author SHA1 Message Date
Michael Shilman
86c800573f Update git head to 6.1.0-alpha.23 2020-10-12 19:47:48 +08:00
Michael Shilman
1ec9d957ee v6.1.0-alpha.23 2020-10-12 19:41:32 +08:00
Michael Shilman
1a979e4dc5 Update git head to 6.1.0-alpha.22 2020-10-10 10:31:12 +08:00
Michael Shilman
062478198c v6.1.0-alpha.22 2020-10-10 10:25:15 +08:00
Michael Shilman
1fa6b2b2cb Update git head to 6.1.0-alpha.21 2020-10-08 23:27:41 +08:00
Michael Shilman
0ab71655be v6.1.0-alpha.21 2020-10-08 23:21:24 +08:00
Michael Shilman
050f879301 Update git head to 6.1.0-alpha.20 2020-10-05 13:20:30 +08:00
Michael Shilman
cc1c152e54 v6.1.0-alpha.20 2020-10-05 13:15:11 +08:00
Michael Shilman
ab314fe928 Update git head to 6.1.0-alpha.19 2020-10-03 21:53:39 +08:00
Michael Shilman
6a3203004a v6.1.0-alpha.19 2020-10-03 21:47:45 +08:00
Michael Shilman
22f978940c Update git head to 6.1.0-alpha.18 2020-09-30 19:05:24 +08:00
Michael Shilman
7bd08008b5 v6.1.0-alpha.18 2020-09-30 18:57:46 +08:00
Michael Shilman
a5d2b5d8d0 Update git head to 6.1.0-alpha.17 2020-09-26 20:07:51 +08:00
Michael Shilman
328283b5cc v6.1.0-alpha.17 2020-09-26 20:02:29 +08:00
Michael Shilman
a51ee21a99 Update git head to 6.1.0-alpha.16 2020-09-25 17:41:59 +08:00
Michael Shilman
fe75aa7185 v6.1.0-alpha.16 2020-09-25 17:32:04 +08:00
Michael Shilman
9f6152c82f Upgrade react-docgen-typescript-plugin to 0.6.0 2020-09-25 16:00:59 +08:00
Michael Shilman
0aeea59755 Update git head to 6.1.0-alpha.15 2020-09-24 20:57:51 +08:00
Michael Shilman
0d994a5ce6 v6.1.0-alpha.15 2020-09-24 20:49:40 +08:00
Michael Shilman
83732595d1 Update git head to 6.1.0-alpha.14 2020-09-22 01:07:11 +08:00
Michael Shilman
4571582a90 v6.1.0-alpha.14 2020-09-22 00:59:06 +08:00
Michael Shilman
eac0c6b9aa v6.1.0-alpha.13 2020-09-22 00:55:25 +08:00
Yann Braga
f55b4b61d4 test(preset-react): update tests for new implementation 2020-09-21 18:09:37 +02:00
Yann Braga
deb453ecb7 fix(fast-refresh): set babel plugin correctly in the preset
- Rather than in the webpack config, set it in babel, so that
 there aren't multiple loaders and instead just the plugin is added
 together with the presets.
 Examples were moved to cra-kitchen-sink because official removes
 the babel-loader taht comes from storybook.
2020-09-21 16:53:12 +02:00
Michael Shilman
275810d1da Update git head to 6.1.0-alpha.12 2020-09-21 00:28:33 +08:00
Michael Shilman
76ebd96c33 v6.1.0-alpha.12 2020-09-21 00:22:53 +08:00
Michael Shilman
336a1f3753
Merge branch 'next' into react/refresh2 2020-09-20 23:39:24 +08:00
Gaëtan Maisse
3406c88cf9
Merge branch 'next' into deps 2020-09-20 16:14:28 +02:00
Gaëtan Maisse
f91e8d36c4
refactor: rename downleveled TS directory to ts3.4
As of 0.6.0, `downlevel-dts` targets TypeScript 3.4 and there is no option to change that.
So I renamed all the output dirs to `ts3.4` to better represent what's inside them.
2020-09-20 15:54:35 +02:00
Michael Shilman
b84a545075 Update git head to 6.1.0-alpha.11 2020-09-19 23:34:22 +08:00
Michael Shilman
38fc33bac6 v6.1.0-alpha.11 2020-09-19 23:28:55 +08:00
Clément DUNGLER
13e5e183ee cleanup and doc 2020-09-19 14:59:59 +02:00
Clément DUNGLER
aba7ba68ff fix typings 2020-09-19 14:52:19 +02:00
Andrew Lisowski
c8a60565b0 upgrade typescript + babel 2020-09-17 08:50:44 -07:00
Clément DUNGLER
8db20c7596 Merge remote-tracking branch 'origin/next' into react/refresh2 2020-09-17 08:10:19 +02:00
Clément DUNGLER
9406734c76 export as type 2020-09-17 08:08:58 +02:00
Michael Shilman
ddd4498df2 Update git head to 6.1.0-alpha.10 2020-09-16 12:59:18 +08:00
Michael Shilman
57798a108e v6.1.0-alpha.10 2020-09-16 12:53:47 +08:00
AndrewLeedham
3ab18b54b3 fix(react): reactDocgen option when false 2020-09-16 00:40:24 +01:00
Clément DUNGLER
45e106f8ef fix build 2020-09-15 20:31:26 +02:00
Yann Braga
146617c3fc test(preset-react): test fast refresh scenarios 2020-09-14 23:37:30 +02:00
Clément DUNGLER
d789ea53fa Merge remote-tracking branch 'origin/next' into react/refresh2 2020-09-14 23:02:08 +02:00
Clément DUNGLER
b41f3a6060 Add frameworkOptions and fastRefresh option 2020-09-14 22:56:12 +02:00
Clément DUNGLER
2ae46dc6a5 Limit to development 2020-09-14 14:10:21 +02:00
Clément DUNGLER
115fbb44a4 Remove details 2020-09-14 11:55:25 +02:00
Clément DUNGLER
688b3891cb WIP 2020-09-14 09:11:44 +02:00
Michael Shilman
9f6cb63080 Update git head to 6.1.0-alpha.9 2020-09-13 01:46:51 +08:00
Michael Shilman
91446c812d v6.1.0-alpha.9 2020-09-13 01:41:44 +08:00
Michael Shilman
f53f4dcabb Update git head to 6.1.0-alpha.8 2020-09-12 00:49:31 +08:00
Michael Shilman
3a636538b7 v6.1.0-alpha.8 2020-09-12 00:43:54 +08:00