789 Commits

Author SHA1 Message Date
Norbert de Langen
429fcc1cba
Merge branch 'next' into 5.0.0 2018-12-27 12:40:51 +01:00
Michael Shilman
beba7b3957 v4.2.0-alpha.7 2018-12-25 12:29:26 -08:00
Filipp Riabchun
48bdc8e24c
Merge branch 'next' into feature/fix-cra-webpack-import 2018-12-25 16:08:44 +01:00
Brody McKee
2a7c42b3d0 Fix error with new CRA Webpack config 2018-12-22 09:38:42 +02:00
Norbert de Langen
55db5a3beb
Merge pull request #4927 from storybooks/core/remove-basic-config
Core - Simplify custom webpack config
2018-12-21 20:37:42 +01:00
Michael Shilman
bb9b7b3d5b v4.2.0-alpha.6 2018-12-20 14:20:25 -08:00
Michael Shilman
fd600487eb v4.2.0-alpha.5 2018-12-19 08:03:30 -08:00
Tom Coleman
8053008270 CHANGE react[-dom] dependency to a peerDep in @storybook/react
This means we can be sure that the version of react[-dom] in the render.js file is the version that the user has a direct dependency on in their app, rather than some other version that our other packages depend on.
2018-12-19 20:36:12 +11:00
Michael Shilman
a5b4e89e4c v4.2.0-alpha.4 2018-12-18 23:21:12 -08:00
Michael Shilman
15d34d0f3e v4.2.0-alpha.3 2018-12-18 07:02:51 -08:00
Michael Shilman
abf2c4e125 v4.2.0-alpha.2 2018-12-16 08:36:30 -08:00
Michael Shilman
9d23c3dc1a v4.2.0-alpha.1 2018-12-12 17:58:53 -08:00
Michael Shilman
88f0534914 v4.2.0-alpha.0 2018-12-12 17:40:30 -08:00
Michael Shilman
75d45d3d10 v4.1.0 2018-12-12 10:59:49 -08:00
Michael Shilman
de9516f278 v4.1.0-alpha.13 2018-12-12 09:44:10 -08:00
Michael Shilman
4ed93b4baf v4.1.0-alpha.12 2018-12-11 09:27:58 -08:00
Michael Shilman
e6aa2e2cfa v4.1.0-alpha.11 2018-12-11 09:13:40 -08:00
igor-dv
cb15153810 Remove "defaultConfigName" prop and use "defaultConfig" as a single config to be extended 2018-12-05 12:32:54 +02:00
Norbert de Langen
3a06253e01
Merge pull request #4900 from storybooks/core/separate-manager-preview-p6
REPLACE babel/runtime with core-js
2018-12-04 21:47:08 +01:00
Hypnosphi
7c73d0c985 Add regenerator-runtime 2018-12-04 16:27:02 +01:00
Norbert de Langen
18a578477a
SORT packge.json 2018-12-03 12:49:26 +01:00
Norbert de Langen
2593033488
REPLACE @babel/runtime with core-js 2018-12-03 12:48:59 +01:00
Brody McKee
5273cb8c79 Resolve config from CLI and add tests 2018-12-03 10:33:05 +02:00
Brody McKee
013d9b7ecb Add CRA TypeScript support for .storybook folder 2018-12-02 16:17:56 +02:00
Michael Shilman
3cd3ae347e v4.1.0-alpha.10 2018-12-01 11:23:45 +08:00
Michael Shilman
6b224a2cc6 v4.1.0-alpha.9 2018-11-29 17:48:05 +08:00
Michael Shilman
0833a4b8a9 v4.1.0-alpha.8 2018-11-25 11:00:57 +09:00
igor-dv
c331ec8160 Set docgen to the end 2018-11-24 21:18:11 +02:00
igor-dv
c8cf219e43 Bring back babel-preset-react-app 2018-11-24 21:13:13 +02:00
igor-dv
a452c860aa Move test + try to fix 2018-11-24 20:35:15 +02:00
igor-dv
328a1eb96a Support CRA's new format of webpack.config 2018-11-24 20:28:01 +02:00
igor-dv
012bfa7364 Use "fs" to check if the r-s/pkg.json exists 2018-11-24 20:04:37 +02:00
igor-dv
842dcc72b6 Refactor fallback in CRA preset a bit 2018-11-24 14:28:11 +02:00
igor-dv
55946c4dae Move svgr and dynamic-imports to cra setup 2018-11-24 12:29:01 +02:00
igor-dv
ef18eb08fc Fallback to regular react-scripts in case it fails on a custom 2018-11-24 12:27:42 +02:00
igor-dv
36a044649c Support svgr 2018-11-23 15:44:16 +02:00
igor-dv
159ab43713 Change babel default preset in react app to use babel configuration like in CRA. 2018-11-23 12:14:51 +02:00
Michael Shilman
d507e2edaa v4.1.0-alpha.7 2018-11-22 12:33:15 +08:00
Michael Shilman
8a9c0db4fd v4.1.0-alpha.6 2018-11-22 12:05:40 +08:00
Michael Shilman
337eac8671 v4.1.0-alpha.5 2018-11-22 11:53:10 +08:00
Igor
a9b787e6f6
Merge pull request #4824 from mrmckeb/feature/add-cra-ts-support
Add TypeScript support for react-scripts
2018-11-21 18:23:24 +02:00
Michael Shilman
d8dbfcdbb5 v4.1.0-alpha.4 2018-11-21 18:42:38 +08:00
Brody McKee
77dd97e3f0 Add TypeScript support for react-scripts 2018-11-21 10:38:15 +02:00
Igor
d6095513d7
Merge pull request #4773 from storybooks/vue-knobs-optimize-on-force-render
Vue / Knobs - optimize on force render
2018-11-20 11:52:25 +02:00
Norbert de Langen
fdb673d831
ADD support for all versions of react, manager will always use 1 version we control 2018-11-19 13:57:52 +01:00
Michael Shilman
ddecb0b7f6 v4.1.0-alpha.3 2018-11-15 22:11:08 +08:00
igor-dv
d9e2de559c Merge remote-tracking branch 'origin/next' into vue-knobs-optimize-on-force-render 2018-11-13 17:05:29 +02:00
Michael Shilman
cdb9e485eb v4.1.0-alpha.2 2018-11-13 19:33:19 +08:00
igor-dv
94e200b57f Fix typo 2018-11-12 18:39:52 +02:00
Brody McKee
21888fa6b4 Add tests for custom react-scripts packages 2018-11-11 16:47:07 +02:00