Tom Coleman
616a46dff3
Added more packages to deal with npm@5
2017-06-07 21:19:18 +10:00
Tom Coleman
8cef3d5c03
Separate out testing the RN app and the rest.
...
Although RN uses Jest for testing, it uses a Jest preset which messes with the environment. AFIACT it's not possible to selectively apply the environment to different tests so we just separate them.
2017-06-07 21:19:17 +10:00
Tom Coleman
fe2c868eec
Added a vanilla React Native example app.
...
For #1012 . Includes storyshots and the use of addon-options
2017-06-07 21:17:55 +10:00
Norbert de Langen
8216f66b04
REMOVE example from code & MOVE to cra-storybook example
2017-06-07 00:51:15 +02:00
Norbert de Langen
28a4b32323
CHANGE all package.jsons so they are uniformly sorted
2017-06-06 17:46:55 +02:00
Norbert de Langen
e4e639e0c2
FIX linting
2017-06-06 16:34:36 +02:00
Norbert de Langen
8fef4bb2d8
FIX linting
2017-06-05 00:58:23 +02:00
Norbert de Langen
81b4cb85dc
FIX unit tests snapshots && FIX linting
2017-06-03 23:03:19 +02:00
Norbert de Langen
da961dc508
FIX linting
2017-06-03 21:06:48 +02:00
Norbert de Langen
49bb8ea829
Merge branch 'master' into eslint-strict
2017-06-01 07:53:54 +02:00
Norbert de Langen
a61e0bc0d5
UPDATE cra-storybook example to latest
2017-06-01 07:16:41 +02:00
Norbert de Langen
af1b0c11d2
Merge branch 'master' into eslint-strict
...
# Conflicts:
# .eslintignore
# .travis.yml
# addons/actions/src/containers/ActionLogger/index.js
# addons/centered/package.json
# addons/graphql/package.json
# addons/info/src/components/PropTable.js
# addons/info/src/components/Props.js
# addons/knobs/package.json
# addons/knobs/src/components/Panel.js
# addons/notes/package.json
# addons/notes/src/index.js
# addons/notes/src/register.js
# addons/storyshots/package.json
# addons/storyshots/src/index.js
# app/react-native/package.json
# app/react/package.json
# examples/cra-storybook/package.json
# examples/cra-storybook/src/stories/Welcome.js
# examples/test-cra/src/stories/Button.js
# examples/test-cra/src/stories/Welcome.js
# lib/channel-postmessage/package.json
# lib/channel-websocket/package.json
# lib/cli/bin/generate.js
# lib/cli/generators/METEOR/index.js
# lib/cli/generators/REACT/index.js
# lib/cli/generators/REACT/template/stories/index.js
# lib/cli/generators/REACT_NATIVE/index.js
# lib/cli/generators/REACT_SCRIPTS/index.js
# lib/cli/generators/REACT_SCRIPTS/template/src/stories/Welcome.js
# lib/cli/generators/WEBPACK_REACT/index.js
# lib/cli/lib/helpers.js
# lib/cli/package.json
# package.json
2017-05-31 07:45:04 +02:00
Norbert de Langen
db3cd0b6eb
FIX spelling
2017-05-27 22:10:34 +02:00
Norbert de Langen
67d902f237
FIX listing for markdown
2017-05-26 11:21:46 +02:00
Tom Coleman
b915b54397
Added a snapshotWithOptions
test body and example
...
See for instance https://github.com/storybooks/storybook/pull/896/ -- it's a common problem to need mocked nodes.
This solution is probably a bit of a bandaid, as large projects would probably want to set options per-story, this is a lot better than nothing in the meantime.
2017-05-22 15:25:58 +10:00
Norbert de Langen
6a41f71b0a
FIX postcss options missing && UPDATE dependencies
2017-05-21 19:38:34 +02:00
Norbert de Langen
c7e676ff3b
CHANGE to prop-types package for notes & test-cra
2017-05-21 14:16:21 +02:00
Tom Coleman
b5d7247128
Set up test-cra app to use storyshots
...
A few things involved:
1. Remove dependencies from storyshots
Storyshots wants to plugin to the version used by the app, not have its own version. So it should probably use a peer dep; however as some deps are optional (i.e. react vs react-native) this will lead to confusing warnings to the user.
This seems like an OK approach until we hear differently from users.
2. Update test-cra's react-scripts to get it's Jest version up to date
3. Add a `mode` option to storyshots to avoid it auto-detecting if `@storybooks/react[-native]` is installed (this was breaking Jest run from the top-level).
4. Ensure that travis installs the `test-cra` properly
2017-05-21 20:44:59 +10:00
Norbert de Langen
8b3f8556c2
update dependencies in cra-storybook
2017-05-20 17:59:34 +02:00
Norbert de Langen
0142e4b116
FIX linting
2017-05-19 01:04:48 +02:00
Norbert de Langen
03c56b446c
FIX linting
2017-05-19 00:43:58 +02:00
Norbert de Langen
24544af38d
FIX linting
2017-05-19 00:21:13 +02:00
Norbert de Langen
22a92882b4
FIX linting
2017-05-18 22:40:11 +02:00
Norbert de Langen
e03aa55b84
FIX linting
2017-05-18 21:54:50 +02:00
Norbert de Langen
d55bc6ad4b
FIX linting
2017-05-18 18:33:51 +02:00
Norbert de Langen
69b91f6e53
CHANGE folder structure && CHANGE package-names
2017-05-15 00:08:46 +02:00
Norbert de Langen
b5d2e219b8
Merge branch 'master' into am-change-npm-organisation
...
# Conflicts:
# examples/cra-storybook/package.json
# examples/cra-storybook/src/stories/index.js
# examples/test-cra/package.json
# examples/test-cra/src/stories/index.js
# packages/addon-actions/.storybook/addons.js
# packages/addon-comments/.storybook/addons.js
# packages/addon-comments/package.json
# packages/addon-info/.storybook/addons.js
# packages/addon-info/example/story.js
# packages/addon-info/package.json
# packages/addon-knobs/.storybook/addons.js
# packages/addon-knobs/README.md
# packages/addon-notes/README.md
# packages/addon-notes/package.json
# packages/addon-options/.storybook/addons.js
# packages/getstorybook/generators/METEOR/template/.stories/index.js
# packages/getstorybook/generators/REACT/template/stories/index.js
# packages/getstorybook/generators/REACT_NATIVE/template/storybook/addons.js
# packages/getstorybook/generators/REACT_NATIVE/template/storybook/stories/index.js
# packages/getstorybook/generators/REACT_SCRIPTS/template/src/stories/index.js
# packages/react-native-storybook/docs/manual-setup.md
# packages/react-native-storybook/package.json
# packages/react-native-storybook/src/index.js
# packages/react-native-storybook/src/server/addons.js
# packages/react-storybook/demo/package.json
# packages/react-storybook/demo/src/stories/index.js
# packages/react-storybook/src/client/index.js
# packages/react-storybook/src/server/addons.js
# packages/storyshots/package.json
# packages/storyshots/stories/required_with_context/Button.stories.js
# packages/storyshots/stories/required_with_context/Welcome.stories.js
2017-05-14 21:40:38 +02:00
Michael Shilman
e846dc6af7
Deprecate built-in addons
...
Use `action` and `linkTo` addons just like any other storybook addon.
Update examples, docs, and add deprecation warning to code.
2017-05-12 23:58:50 +10:00
Norbert de Langen
d26c086593
CHANGE cra-storybook example to use prop-types
2017-05-10 22:02:23 +02:00
Norbert de Langen
f466b71d96
UPDATE everything
2017-05-09 22:29:57 +02:00
Aaron Mc Adam
e989538bdd
refactor: update more old references
2017-05-06 11:41:46 +01:00
Aaron Mc Adam
88fdf7e9fa
refactor: update imports in examples
2017-05-06 11:29:19 +01:00
Gerard Meijer
b59db9cd62
Updated getstorybook.io links to storybooks.js.org
2017-05-03 11:15:21 +02:00
Norbert de Langen
205b0f8093
the test-cra was breaking the build, because it’s dependencies are not managed by lerna.
2017-04-28 13:36:05 +02:00
Norbert de Langen
5cac10b1bb
FIX problem with duplicate package names
2017-04-28 00:21:56 +02:00
Norbert de Langen
e50dbd1cdf
FIX webpack overriding && CLEANUP && ADD example
...
for testing a non-linked example based on create-react-app
2017-04-27 21:08:13 +02:00
Norbert de Langen
481c4a5994
CHANGE package.json ordering of properties
2017-04-16 22:48:30 +02:00
Norbert de Langen
9e53b87e42
MOVE examples out of packages
2017-04-16 17:42:30 +02:00