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
Michael Shilman
d8f22cdb85
v3.1.6
2017-06-26 16:32:38 +10:00
Michael Shilman
188876ee43
Merge pull request #1350 from storybooks/1254-storyshots-babel-problem
...
Remove the `cacheDirectory` option from babel config
2017-06-26 15:50:50 +10:00
Michael Shilman
8e6df76a2e
Tweaked Welcome message and snapshot to fix the build
2017-06-26 15:28:03 +10:00
Michael Terry
fcdc98e660
Fix pointer to Button definition location
2017-06-25 19:08:24 -07:00
Tom Coleman
1c0978f83a
Only add the cacheDirectory
option as we assemble the webpack config.
2017-06-26 10:49:19 +10:00
Norbert de Langen
96031cd552
Merge branch 'master' into add-app-vue
...
# Conflicts:
# .gitignore
# addons/knobs/package.json
# addons/notes/package.json
# lib/cli/package.json
2017-06-23 13:38:36 +02:00
Michael Shilman
b20e6f5091
Remove package-lock.json
2017-06-23 01:03:45 +10:00
Michael Shilman
a620cfed2a
v3.1.5
2017-06-22 16:36:43 +10:00
Michael Shilman
f496deba0b
Create @storybook/react/demo
exports
2017-06-22 15:05:19 +10:00
Michael Shilman
e5041fa06a
Add package-lock.json
...
Per discussion with @tmeasday 😉
2017-06-22 11:17:16 +10:00
Michael Shilman
600b9bd79c
Move demo components from @storybook/components
to @storybook/react
2017-06-17 23:49:04 +10:00
Michael Shilman
cd297c33e1
Export demo components from @storybook/react
...
We do this so we can have a uniform way to do this across frameworks
(e.g. RN, vue)
2017-06-17 22:50:44 +10:00
Alexandre BODIN
bac1905875
Add support for addonKnobs, rename withX to addonX to avoid name collision
2017-06-16 22:33:07 +02:00
Norbert de Langen
294923bac3
Use new common demo-components
2017-06-12 18:09:37 +02:00
Michael Shilman
b32cae6846
v3.1.3
2017-06-10 23:47:36 +12:00
Michael Shilman
d39713519b
Fix manager-/preview-head.hTML bugs introduced in #1134
2017-06-10 13:21:44 +12:00
Michael Shilman
c289d15bc7
v3.1.2
2017-06-09 23:53:03 +12:00
Michael Shilman
ea616369eb
v3.1.1
2017-06-09 23:31:52 +12:00
Michael Shilman
56052112c3
v3.1.0
2017-06-09 22:52:20 +12:00
Michael Shilman
6807b5e7f8
Cherry-pick linting update from #1224
2017-06-09 19:58:01 +12:00
Norbert de Langen
468515b6f9
Use util-deprecate over custom implementation (will only log once)
2017-06-07 21:47:39 +02:00
Matthew Clemens
5c0eb412c2
rename of head.html to preview-head.html with fallback warning
2017-06-07 10:20:44 -07:00
Matthew Clemens
e1f21bc4ac
rename bodyscript to manager-head to better align with existing conventions
2017-06-07 09:46:28 -07:00
Matthew Clemens
b2a3ee565c
Merge branch 'master' into master
2017-06-07 09:41:43 -07:00
Matthew Clemens
cf06544dc9
Merge branch 'master' into master
2017-06-07 09:16:09 -07:00
Norbert de Langen
207eb44232
Merge branch 'master' into client-chunk-support
2017-06-07 18:03:51 +02:00
Norbert de Langen
a3af5b9e6f
Merge branch 'master' into client-chunk-support
2017-06-07 17:15:24 +02:00
Alexey
8d56f8314b
Merge branch 'master' into master
2017-06-08 00:49:37 +10:00
Norbert de Langen
7c707f6de2
ADD webpack progressbar && show server ready message after webpack
...
FIX 'urlsFromAssets'
2017-06-07 16:48:52 +02:00
Li0liQ
51fe09f0a3
Fixed links to storybook.js.org.
2017-06-07 22:29:17 +10:00
Daniel Duan
038bca3ee5
Merge branch 'master' into babel-docgen-upgrade
2017-06-07 08:06:44 -04:00