144 Commits

Author SHA1 Message Date
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
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
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
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
Norbert de Langen
c11c189d7e UPDATE everything (including eslint 4) 2017-07-25 11:20:08 +02:00
Norbert de Langen
73130d4cd1 Merge branch 'master' into release/3.2 2017-07-25 09:34:12 +02:00
Norbert de Langen
cabc6ab9ed Merge branch 'master' into master 2017-07-22 12:25:51 +02:00
Michael Shilman
4513cc9f74 v3.2.0-alpha.8 2017-07-20 13:29:18 -07:00
Breno Rodrigues
e205b37ceb Update index.html.js
Fix blue outline at @sotybook/react
2017-07-20 11:21:52 -03:00
Norbert de Langen
3862c99541 Merge branch 'master' into release/3.2
# Conflicts:
#	addons/actions/package.json
#	addons/info/package.json
#	addons/knobs/package.json
#	addons/storyshots/package.json
#	app/react-native/package.json
#	app/react/package.json
#	lerna.json
#	lib/cli/package.json
#	lib/ui/package.json
2017-07-20 09:23:47 +02:00
Norbert de Langen
66f2546186 Merge branch 'master' into fixes-877 2017-07-19 23:58:58 +02:00
Norbert de Langen
299a53ac72 SWITCH to circleci over travisCI && CHANGE lerna bootstrap procedure:
- Use yarn for installation
- Hoist all dependencies to root
- Hoist known packages to root

- Test storyshots in cra-kitchen-sink
2017-07-19 08:01:50 +02:00
Felipe Vargas
6985e2ce7c Fix issue when extending webpack config 2017-07-17 14:27:08 -07:00
Matthew Leffler
8a48f80d78 Fixes #877
Throw on adding a global decorator after stories have already been added. The global decorator will not be applied.
2017-07-17 10:15:53 -06:00
Michael Shilman
c0933a7a99 v3.1.9 2017-07-16 13:50:00 -07:00
xavcz
90c6253a81 fix(deps): don't reinvent the wh... uh, lodash.flattendeep! 2017-07-15 15:21:11 -04:00
xavcz
67f496dc6d feat(app/react): check if the element is renderable / react version 2017-07-15 13:51:52 -04:00
Michael Shilman
1c59065b39 Merge branch 'master' into release/3.2
# Conflicts:
#	addons/actions/package.json
#	addons/knobs/package.json
#	addons/storyshots/package.json
#	app/react-native/package.json
#	app/react/package.json
#	examples/cra-kitchen-sink/package.json
#	lerna.json
#	lib/ui/src/modules/ui/components/layout/index.js
2017-07-14 10:40:54 -07:00
xavcz
e780cc5e67 fix(react-fiber): remove unnecessary element check in the preview rendering 2017-07-09 17:23:25 -04:00
Norbert de Langen
15540df990 CHANGE indentation rule eslint (prettier) 2017-07-08 22:57:21 +02:00
Michael Shilman
b0df780525 v3.1.8 2017-07-06 02:17:29 -07:00
Michael Shilman
f6e4c1167f v3.2.0-alpha.7 2017-07-06 01:39:33 -07:00
Michael Shilman
3d1926b461 Merge pull request #1419 from storybooks/master
Updating 3.2 alpha release with patches
2017-07-06 01:19:18 -07:00
Tarjei Huse
6a068d7018 Support webpack 3.0.0
Without this, the main webpack dependency will break for users using 3.0.0. See #1371
2017-07-05 12:39:37 +02:00
Michael Shilman
5642b7df6f v3.2.0-alpha.5 2017-07-02 10:22:53 -07:00
Alexandre BODIN
929eb389be Merge branch 'master' of github.com:storybooks/storybook into add-app-vue 2017-07-01 10:39:29 +02:00
Michael Shilman
dbd6842bbb v3.1.7 2017-06-28 05:23:31 -07:00
Michael Shilman
afc12f9e0c Merge pull request #1372 from storybooks/joscha/error-non-zero-on-stats-errors
fix: Fail on transpilation errors
2017-06-28 04:55:58 -07:00
Joscha Feth
50aac0520c allow guard 2017-06-28 13:39:25 +02:00
Joscha Feth
be7625a7d5 url -> assetUrl 2017-06-28 13:37:26 +02:00
Joscha Feth
9c57ae0d3d factor into one if 2017-06-28 13:18:40 +02:00
Joscha Feth
a9d88cf2f3 u -> url 2017-06-28 13:05:37 +02:00
Joscha Feth
302f15773e Update build.js 2017-06-28 12:57:44 +02:00
Joscha Feth
f3e7a0b02a fix: Fail on transpilation errors
Currently, storybook does not exit non-zero when there are errors in the pipeline, e.g. we are using TypeScript with `ts-loader` and a type error that fails tsc does not make storybook exit non-zero even though the transpilation failed.
2017-06-28 12:57:16 +02:00
Joscha Feth
6c8898e7bf Merge branch 'master' into joscha/fix-extract-text-webpack-plugin-usage 2017-06-27 14:13:54 +02:00
Keith Yao
4c4a2b07c2 typo fix 2017-06-27 11:27:27 +02:00
Joscha Feth
33472f9af2 fix: allow multiple assets with different types 2017-06-27 02:43:17 +02:00