1650 Commits

Author SHA1 Message Date
Gert Hengeveld
cf61235279
Merge branch 'next' into 12702-instant-on-manager 2020-10-26 15:48:27 +01:00
Michael Shilman
44db4db088 Update git head to 6.1.0-alpha.29 2020-10-23 18:47:26 +08:00
Michael Shilman
c4c9f9bf50 v6.1.0-alpha.29 2020-10-23 18:41:35 +08:00
Michael Shilman
16c03ff631 Update git head to 6.1.0-alpha.28 2020-10-23 15:36:27 +08:00
Michael Shilman
9f44d66ee8 v6.1.0-alpha.28 2020-10-23 15:30:35 +08:00
Michael Shilman
77e14e3b6a Update git head to 6.1.0-alpha.27 2020-10-19 18:51:47 +08:00
Michael Shilman
0bbd323784 v6.1.0-alpha.27 2020-10-19 18:46:00 +08:00
Michael Shilman
62be9577e6 Update git head to 6.1.0-alpha.26 2020-10-18 18:42:55 +08:00
Michael Shilman
4a32476204 v6.1.0-alpha.26 2020-10-18 18:37:23 +08:00
Michael Shilman
f41f52f3f7 Update git head to 6.1.0-alpha.25 2020-10-16 21:13:58 +08:00
Michael Shilman
b061cc62a3 v6.1.0-alpha.25 2020-10-16 21:07:59 +08:00
Michael Shilman
2b9ff49490
Merge pull request #12781 from storybookjs/feature/reactStrictModeOption
React: Add strictMode option
2020-10-16 20:57:29 +08:00
Clément DUNGLER
69df7209db Fix React 15 2020-10-16 12:09:18 +02:00
Michael Shilman
cd9a3044ce Fix deepscan 2020-10-16 17:22:56 +08:00
Clément DUNGLER
973cbadf29 Fix unit tests 2020-10-15 20:21:40 +02:00
Clément DUNGLER
a8c4e18062 fix storyshots 2020-10-15 19:17:19 +02:00
Clément DUNGLER
200a7c2453 fix unit tests 2020-10-15 18:32:49 +02:00
Clément DUNGLER
d4dc0d80de React: Add strictMode option 2020-10-15 17:40:44 +02:00
Michael Shilman
2887b6f465 Update git head to 6.1.0-alpha.24 2020-10-15 22:54:13 +08:00
Michael Shilman
da8ff0573a v6.1.0-alpha.24 2020-10-15 22:47:26 +08:00
Michael Shilman
81cf936f8c Upgrade babel-plugin-react-docgen 2020-10-13 02:37:13 +08:00
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
Gert Hengeveld
0a4e5bcc45 Nicer log messages. 2020-10-09 14:42:38 +02: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