177 Commits

Author SHA1 Message Date
hypnos
1c2ca25464 Run eslint --fix on master 2017-09-29 02:13:59 +03:00
hypnos
603c1bfac7 Fix polyfills loading order 2017-09-28 03:25:25 +03:00
Michael Shilman
33977480e7 v3.2.11 2017-09-27 00:53:29 +02:00
Filippo Sarzana
4d2fc56685 Update github link
This is broken in `yarn outdated`
2017-09-25 12:28:35 +02:00
Michael Shilman
748e5959ec v3.2.10 2017-09-22 22:42:13 +01:00
Rob Richard
7868ada098 Log correct url when using --https 2017-09-20 15:44:50 -04:00
Vesa Laakso
64e2f6b188
Add missing regenerator and runtime babel transform pkgs to package.json
app/react/src/server/config/babel.js uses require.resolve on both of
these packages, yet as they are not in the dependencies, they won't be
found unless they are installed alongside storybook itself
2017-09-15 11:39:13 +03:00
Filipp Riabchun
ab8340afd9 Merge branch 'master' into ndelangen/update-root-dependencies 2017-09-06 03:04:01 +03:00
Norbert de Langen
db96f28d0f UPGRADE root dependencies and SYNC with packages 2017-09-06 01:54:21 +02:00
Filipp Riabchun
e1cb69ba5f Merge branch 'master' into smoke-test-master 2017-09-06 02:47:07 +03:00
hypnos
8c5a813e9f Add smoke-test option to start-storybook commands
(cherry picked from commit dc2159d)
2017-09-06 02:42:24 +03:00
Norbert de Langen
665116009c Merge branch 'master' into ndelangen/fix-prettier-linting 2017-09-06 00:59:28 +02:00
Norbert de Langen
d0b752d8d3 FIX linting after prettier upgrade 2017-09-06 00:54:12 +02:00
Norbert de Langen
341cccad75 REMOVE mock-fs and replace it with jest.mock() 2017-09-06 00:39:33 +02:00
Dan Green
eefa1ecf21 Fixed Jest warnings
All Jest warnings fixed except one in `addons/info/src/index.test.js`
2017-08-26 14:57:53 -04:00
Michael Shilman
0159955ba7 v3.2.8 2017-08-23 13:55:09 -07:00
André Cruz
227dc9df1e Fix storyshots with new babel config 2017-08-23 20:55:38 +01:00
Michael Shilman
c6a690e037 v3.2.7 2017-08-23 09:23:41 -07:00
Igor
743fb3b65e Revert "Improved error checking in global addDecorator" 2017-08-23 15:49:02 +03:00
Norbert de Langen
2890dd35f3 FIX #1709 2017-08-23 00:52:49 +02:00
Michael Shilman
a3647be4a6 v3.2.6 2017-08-22 11:02:17 -07:00
Michael Shilman
c21a88b47a v3.2.6-alpha.0 2017-08-22 00:31:44 -07:00
Norbert de Langen
49514805a3 SYNC 4 dependencies between packages 2017-08-22 08:27:44 +02:00
Norbert de Langen
a190fc5a18 Merge branch 'master' into react-fix-url-for-assets-loading 2017-08-18 14:05:05 +02:00
Norbert de Langen
8ab7bda83e no message 2017-08-17 23:19:25 +02:00
Norbert de Langen
1f8e843e2d Merge branch 'master' into switchto-babel-preset-env 2017-08-17 18:19:45 +02:00
Norbert de Langen
39140d8742 REVERT mangle setting 2017-08-17 18:04:20 +02:00
Michael Shilman
2392767ffb v3.2.5 2017-08-16 21:50:44 -07:00
Norbert de Langen
a9b55dc714 ADD minify 2017-08-17 00:31:45 +02:00
Norbert de Langen
58b5d6d22f WIP 2017-08-16 21:58:17 +02:00
Dima Sobolev
9aeb13b19e Upgrade react-modal to v2.2.4 2017-08-16 19:11:07 +03:00
Blair Anderson
26f3134b50 links should navigate in the parent window
I found that creating normal `<a target="_blank" href="https://www.google.com">foo</a>` links inside of a story would update the iframe and not actually take the user out to the external link

`<base>`tag is supported by all browsers https://stackoverflow.com/a/2656798/1536309 

fixes #1122
2017-08-13 10:33:40 -07:00
Norbert de Langen
f3bef294e0 Merge branch 'master' into react-fix-url-for-assets-loading 2017-08-13 02:28:59 +02:00
Michael Shilman
4bd3312244 v3.2.4 2017-08-12 16:59:11 -07:00
Daniel Duan
26d3a4228e Proposal: Limit react versions to >=15 (#1613)
* Limit react peer dependencies to >=15

* added alpha version
2017-08-11 23:40:19 +03:00
Filipp Riabchun
a0235994f7 Remove only static dir (#1618) 2017-08-10 19:49:58 +03:00
George Pittarelli
4d4581bad1 Fix usage of parseInt for commander argument (#1627) 2017-08-09 02:23:08 +03:00
Filipp Riabchun
a1986eb209 Show outline when navigating with tab, but prevent focusing when clicking on menu items (#1583) 2017-08-03 08:26:39 +03:00
Norbert de Langen
d211d261e4 Merge branch 'master' into react-fix-url-for-assets-loading 2017-08-02 22:06:09 +02:00
Michael Shilman
ac2c8bdeaa v3.2.3 2017-08-01 13:38:10 -07:00
Michael Shilman
d527512ee4 v3.2.3-alpha.0 2017-08-01 13:13:24 -07:00
Ian McNally
17bcbd7dbc Fix: reacts urlForAssets loading non js,css files 2017-08-01 15:22:21 -04:00
Michael Shilman
8e03aacb68 v3.2.0 2017-07-31 07:12:08 -07:00
Michael Shilman
c7c7ccb2b9 v3.2.0-alpha.12 2017-07-30 16:35:43 -07:00
Michael Shilman
64d2976aef v3.2.0-alpha.11 2017-07-27 07:53:46 -07:00
Michael Shilman
0188ace87f v3.2.0-alpha.10 2017-07-27 01:06:54 -07:00
Norbert de Langen
21e4081182 Merge branch 'master' into release/3.2 2017-07-26 18:04:01 +02:00
Daniel Duan
19ced62ae7 Updated babel-plugin-react-docgen version 2017-07-26 11:31:06 -04:00
igor
d6f1b89828 Add warnings if 'module' is missing 2017-07-26 10:00:26 +03:00
Norbert de Langen
de75c5df89 Merge branch 'master' into release/3.2 2017-07-25 22:34:27 +02:00