3711 Commits

Author SHA1 Message Date
Michael Shilman
f496deba0b Create @storybook/react/demo exports 2017-06-22 15:05:19 +10:00
Michael Shilman
d1b625a08a Merge pull request #1332 from storybooks/1331-test-cra-on-tarballs
Use a pack -> install technique to recreate local packages
2017-06-22 13:40:36 +10:00
Tom Coleman
45300c361c Revert removing @storybook/react from storyshots 2017-06-22 12:20:25 +10:00
Tom Coleman
77974e0659 Added explanation of packs dir 2017-06-22 12:18:16 +10:00
Tom Coleman
b04849bc6e Use a pack -> install technique to recreate local packages
As suggested by https://github.com/npm/npm/pull/15900. This is a workaround until we get a better resolution of https://github.com/storybooks/storybook/issues/1286
2017-06-22 12:18:16 +10:00
Michael Shilman
e5041fa06a Add package-lock.json
Per discussion with @tmeasday 😉
2017-06-22 11:17:16 +10:00
Michael Shilman
b6de6ac954 Add placeholder tests to react-kitchen-sink 2017-06-22 10:54:16 +10:00
Michael Shilman
d04f2239bb Merge branch 'master' into 1266-fix-components-deps 2017-06-22 00:59:57 +10:00
Michael Shilman
5fcd85b311 Remove @storybook/react dependencies from storyshots
This is a hack. Currently the build is broken because `test-cra`
requires `@storybook/addon-storyshots` AND `@storybook/react`, but
`@storybook/addon-storyshots` requires `@storybook/react`. Before this
change, two versions of `@storybook/react` are getting loaded, and this
leads to a test error “Your test suite must contain at least one test.”

After this “fix” the error goes away. However,
`@storybook/addon-storyshots` should have a dev- dependency on
`@storybook/react`, because it uses it for its examples. But it only
has a peer-dep for now.
2017-06-22 00:24:33 +10:00
Michael Shilman
c7f7e07128 Remove unnecessary @storybook/react dep in @storybook/react-native 2017-06-21 21:46:31 +10:00
Michael Shilman
2c54e27b4a Merge pull request #1327 from natsathorn/master
add step for import addon-action to addons.js file before start using it
2017-06-21 20:52:34 +10:00
Natsathorn
62b2651456 add step for import addon-action to addons.js file before start using it 2017-06-21 13:08:31 +07:00
Norbert de Langen
b975fc3e94 Update ROADMAP.md 2017-06-20 12:05:04 +02:00
Norbert de Langen
939326581c Update ROADMAP.md 2017-06-20 12:04:45 +02:00
Norbert de Langen
37141d675f Merge branch 'master' into 1266-fix-components-deps 2017-06-19 11:50:23 +02:00
Tom Coleman
4b6a93acfb Merge pull request #1317 from epicallan/master
snapshot testing inverse regex example documentation
2017-06-19 11:45:14 +10:00
Allan Lukwago
3761ebb143 snapshot testing inverse regex example documentation 2017-06-18 16:36:43 +03:00
Michael Shilman
02f39b9131 Add a file to @storybook/components so that the build doesn't break 2017-06-18 00:25:48 +10:00
Michael Shilman
0ab1de3f6f Remove demo components from @storybook/components 2017-06-18 00:17:41 +10:00
Michael Shilman
83e9977701 Minor cleanup 2017-06-18 00:10:48 +10:00
Michael Shilman
600b9bd79c Move demo components from @storybook/components to @storybook/react 2017-06-17 23:49:04 +10:00
Michael Shilman
ed6d404a39 Update cra-kitchen-sink to use demo imports from @storybook/react 2017-06-17 23:02:08 +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
Michael Shilman
1f98ae91a2 3.1.5 changelog 2017-06-17 21:10:00 +10:00
Michael Shilman
0942a09e9c Merge pull request #1289 from AugustinLF/add-parser-option-getstorybook
Added flow support to getstorybook upgrade
2017-06-17 21:00:35 +10:00
Michael Shilman
4d2fd0c68e Merge branch 'master' into add-parser-option-getstorybook 2017-06-17 20:45:14 +10:00
Michael Shilman
29cc9d8d82 Merge pull request #1290 from storybooks/#1265-addon-knobs-proptypes-deserialization
Fix addon knobs proptypes deserialization
2017-06-17 20:35:51 +10:00
Michael Shilman
db5b5a6504 Fix prop-type warning in date knob 2017-06-17 19:46:16 +10:00
Michael Shilman
57f52b4993 Move broken date picker knob to the end 2017-06-17 19:29:45 +10:00
Michael Shilman
0664a7cd69 Add test cases to kitchen sink, fix object/boolean knobs 2017-06-17 18:36:25 +10:00
Michael Shilman
52befc6548 Merge branch 'master' into #1265-addon-knobs-proptypes-deserialization 2017-06-17 16:25:53 +10:00
Michael Shilman
36e0ba84da Merge branch 'master' into add-parser-option-getstorybook 2017-06-16 22:53:26 +10:00
Michael Shilman
f3b0636141 Merge pull request #1294 from ericwooley/haul-support
Added support for the `haul` react-native packager
2017-06-16 22:52:31 +10:00
Norbert de Langen
84dca9ab16 Merge branch 'master' into add-parser-option-getstorybook 2017-06-16 14:39:53 +02:00
Norbert de Langen
2424f90e09 Merge branch 'master' into #1265-addon-knobs-proptypes-deserialization 2017-06-16 14:39:30 +02:00
Michael Shilman
58a11ecbb0 Merge branch 'master' into haul-support 2017-06-16 22:25:57 +10:00
Norbert de Langen
40858bf4f2 Merge pull request #1266 from storybooks/add-lib-components
Add lib components
2017-06-16 14:25:00 +02:00
Michael Shilman
e022d87ee0 Merge branch 'master' into haul-support 2017-06-16 22:14:41 +10:00
Michael Shilman
f7e2e6257c Minor formatting 2017-06-16 22:13:37 +10:00
Michael Shilman
e2b06372a7 fix typos 2017-06-16 22:11:46 +10:00
Norbert de Langen
0be88294f1 Merge branch 'master' into add-lib-components 2017-06-16 11:54:20 +02:00
Norbert de Langen
436767d7e9 test 2017-06-16 11:29:00 +02:00
Norbert de Langen
b244f99baf Merge pull request #1256 from storybooks/add-search-to-docs
Add search to docs
2017-06-16 09:27:57 +02:00
Norbert de Langen
59d4cc2b15 Merge branch 'master' into add-lib-components
# Conflicts:
#	examples/cra-kitchen-sink/src/stories/Button.js
#	examples/cra-kitchen-sink/src/stories/Welcome.js
2017-06-16 08:49:59 +02:00
Norbert de Langen
c7ba1a2c56 Merge branch 'master' into add-search-to-docs 2017-06-16 08:43:33 +02:00
Eric Wooley
d97699fcdc add haul support 2017-06-15 17:17:54 -07:00
Norbert de Langen
81925f927f Merge branch 'master' into #1265-addon-knobs-proptypes-deserialization 2017-06-16 00:42:39 +02:00
Daniel Duan
253ce664be Merge pull request #1264 from kohlmannj/patch-1
Info add-on: update z-index of container
2017-06-15 12:15:49 -04:00
Gytis Vinclovas
7371ce8288 Simpler check. 2017-06-15 17:02:45 +03:00
Gytis Vinclovas
1ad0d2ba88 Fixed issue with bad propType on boolean knob.
Deserializing now doesn't return array anymore.
2017-06-15 17:01:34 +03:00