3854 Commits

Author SHA1 Message Date
Alexandre BODIN
929eb389be Merge branch 'master' of github.com:storybooks/storybook into add-app-vue 2017-07-01 10:39:29 +02:00
Alexandre BODIN
d2f259b727 Merge branch 'add-app-vue' of github.com:storybooks/storybook into add-app-vue 2017-07-01 10:29:26 +02:00
Michael Shilman
6df3dea8e5 Merge pull request #1390 from storybooks/tmeasday-patch-1
Add a FAQ entry for shared config with next
2017-06-30 07:08:45 -07:00
Tom Coleman
59507770fa Add a FAQ entry for shared config with next 2017-06-30 13:12:11 +10:00
Michael Shilman
638392c9af Merge pull request #1386 from tko/docs-typescript
Documented webpack customization example for typescript
2017-06-29 12:19:57 -07:00
Tommi Komulainen
69aeb964ff docs: add webpack customization example for typescript support
Provides a copypastable starting point for a quick start and typescript
for those who want it.
2017-06-29 20:41:12 +02:00
Oleg Proskurin
d6f791c5d7 Merge pull request #1380 from storybooks/readme-update
Update readme
2017-06-29 15:43:49 +03:00
Oleg Proskurin
ee3e992fab Update readme 2017-06-29 00:17:37 +03:00
Michael Shilman
cfa20f947e Merge pull request #1373 from ummahusla/patch-1
📝 Updated link to point to the correct place
2017-06-28 05:38:11 -07:00
Edvins Antonovs
0585290f14 Updated link to point to the correct place 2017-06-28 13:32:37 +01:00
Michael Shilman
dbd6842bbb v3.1.7 v3.1.7 2017-06-28 05:23:31 -07:00
Michael Shilman
cced0648d2 CHANGELOG v3.1.7 2017-06-28 05:13:10 -07:00
Michael Shilman
4dde75b9ba Merge pull request #1348 from storybooks/release-process
Document Storybook release process
2017-06-28 05:03:30 -07:00
Michael Shilman
1cfedc3a62 Merge branch 'master' into release-process 2017-06-28 05:03:19 -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
Michael Shilman
768f9ffb7b Merge pull request #1363 from joscha/joscha/fix-extract-text-webpack-plugin-usage
fix: allow multiple assets with different types
2017-06-28 04:55:29 -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
Norbert de Langen
e1ea371a10 Merge branch 'master' into release-process 2017-06-28 11:30:41 +02:00
kazuya kawaguchi
ec67cc5b0f
🆙 update(server): tweak consoleoutputing 2017-06-27 21:15:08 +09:00
Joscha Feth
6c8898e7bf Merge branch 'master' into joscha/fix-extract-text-webpack-plugin-usage 2017-06-27 14:13:54 +02:00
Oleg Proskurin
da6bd6555e Merge pull request #1366 from kebot/patch-1
typo fix in deprecate message
2017-06-27 14:35:51 +03: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 v3.1.6 2017-06-26 16:32:38 +10:00
Michael Shilman
6414487370 Clarify 3.1.6 CHANGELOG 2017-06-26 16:25:01 +10:00
Michael Shilman
cc4abb1b98 Linting fixes 2017-06-26 16:06:30 +10:00
Michael Shilman
307205a2e1 CHANGELOG for 3.1.6 2017-06-26 16:05:54 +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
4752119868 Merge pull request #1359 from storybooks/fix-welcome-message
Fixed welcome instructions
2017-06-26 15:43:42 +10:00
Michael Shilman
8e6df76a2e Tweaked Welcome message and snapshot to fix the build 2017-06-26 15:28:03 +10:00
Michael Shilman
6b87d3d66c Merge pull request #1358 from formido/patch-1
Fix pointer to Button definition location
2017-06-26 15:15:58 +10:00
Michael Shilman
be77100af8 Merge pull request #1347 from marcfallows/marc-actions-uuid
Use uuid for action IDs instead of Math.random (fixes #1109)
2017-06-26 14:38:56 +10:00
Michael Shilman
f0b4141330 Merge branch 'master' into 1254-storyshots-babel-problem 2017-06-26 14:22:33 +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
Michael Shilman
886dfbf6a8 Merge branch 'master' into marc-actions-uuid 2017-06-25 16:17:50 +10:00
Norbert de Langen
997f3d9171 FIX multiple versions of react & vue && CLEANUP 2017-06-23 22:39:33 +02:00
Norbert de Langen
152630be57 Merge pull request #1351 from thomasbertet/fix-1307-invalid-node-type-to-props
Fix invalid prop 'node.type' supplied to 'Props'
2017-06-23 17:18:53 +02:00
Norbert de Langen
0605107006 CLEANUP 2017-06-23 16:55:25 +02:00
Norbert de Langen
cafa395e57 FIX multiple version react in vue app 2017-06-23 16:54:35 +02:00
Alexandre BODIN
f2926f4d2e bump to alpha 4 2017-06-23 16:16:52 +02:00
Alexandre BODIN
c7ddd09f1e clean up build and wording 2017-06-23 16:15:27 +02:00
Michael Shilman
4710321b9c Merge pull request #1326 from blairanderson/patch-1
fixes #1299 - addons/info: update readme
2017-06-23 23:56:46 +10:00
Alexandre BODIN
d41655a3ea Merge branch 'master' of github.com:storybooks/storybook into add-app-vue 2017-06-23 15:45:42 +02:00
Norbert de Langen
51f4c9de71 Merge branch 'master' into fix-1307-invalid-node-type-to-props 2017-06-23 15:45:07 +02:00