Michael Shilman
5642b7df6f
v3.2.0-alpha.5
2017-07-02 10:22:53 -07:00
Michael Shilman
d8f22cdb85
v3.1.6
2017-06-26 16:32:38 +10:00
Michael Shilman
f0b4141330
Merge branch 'master' into 1254-storyshots-babel-problem
2017-06-26 14:22:33 +10: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
cf4f2205c1
Merge branch 'refs/heads/remove-package-lock' into rn-storybook-websocket-url
2017-06-23 01:24:39 +10:00
Michael Shilman
b20e6f5091
Remove package-lock.json
2017-06-23 01:03:45 +10:00
Gytis Vinclovas
562e608538
websockets (ws) had removed socket.upgradeReq property, so instead we use req now.
2017-06-22 14:30:24 +03:00
Michael Shilman
a620cfed2a
v3.1.5
2017-06-22 16:36:43 +10:00
Michael Shilman
e5041fa06a
Add package-lock.json
...
Per discussion with @tmeasday 😉
2017-06-22 11:17:16 +10:00
Michael Shilman
c7f7e07128
Remove unnecessary @storybook/react
dep in @storybook/react-native
2017-06-21 21:46:31 +10:00
Michael Shilman
600b9bd79c
Move demo components from @storybook/components
to @storybook/react
2017-06-17 23:49:04 +10:00
Michael Shilman
58a11ecbb0
Merge branch 'master' into haul-support
2017-06-16 22:25:57 +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
Eric Wooley
d97699fcdc
add haul support
2017-06-15 17:17:54 -07: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
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
86405f72bd
Document stories not showing up on storybook UI until device connects
2017-06-08 23:49:49 +12:00
Li0liQ
51fe09f0a3
Fixed links to storybook.js.org.
2017-06-07 22:29:17 +10: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
7765c4534b
Merge branch 'master' into eslint-strict
...
# Conflicts:
# app/react-native/src/manager/components/PreviewHelp.js
2017-06-06 17:43:50 +02:00
Norbert de Langen
d75bcb896f
FIX linting
2017-06-06 15:55:44 +02:00
Norbert de Langen
dfabb185ec
FIX linting
2017-06-06 10:15:25 +02:00
Michael Shilman
5ec0dad1a3
Updated repository URL to address broken npm images
2017-06-06 01:48:54 +12:00
Michael Shilman
77e167599e
v3.0.1
2017-06-06 00:58:57 +12:00
Tom Coleman
233b3d6612
Merge branch 'master' into shilman-patch-1
2017-06-05 21:04:58 +10:00
Norbert de Langen
e40ef62aa5
Merge branch 'master' into eslint-strict
2017-06-05 11:33:01 +02:00
Michael Shilman
d7b9cf604c
Fixed typo in react-native browser instructions
2017-06-05 12:45:16 +12:00
Norbert de Langen
8fef4bb2d8
FIX linting
2017-06-05 00:58:23 +02:00
Norbert de Langen
da961dc508
FIX linting
2017-06-03 21:06:48 +02:00
Joey Baker
57abc9d4f2
Chore(deps) install ws
...
It's a dependency already!
2017-06-01 13:12:59 -07:00
Joey Baker
21ceaa4c58
Fix(react-native) add missing new
...
Fixes this error on startup:
```
this.wsServer = _ws2.default.Server({ server: this.httpServer });
^
TypeError: Class constructor WebSocketServer cannot be invoked without 'new'
at new Server (.../node_modules/@storybook/react-native/dist/server/index.js:48:34)
```
2017-05-31 14:36:35 -07: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
Michael Shilman
af41dd1c48
v3.0.0
2017-05-31 01:39:35 +12:00
Michael Shilman
470c22f92a
v3.0.0-rc.3
2017-05-30 20:46:11 +12:00
Matt Oakes
5ed72e8445
Add some help text into the react-native preview panel
2017-05-28 13:19:28 +01:00
Norbert de Langen
db3cd0b6eb
FIX spelling
2017-05-27 22:10:34 +02:00
Norbert de Langen
4a2bc9333a
v3.0.0-rc.2
2017-05-27 13:46:50 +02:00
Norbert de Langen
7964734eb6
IMPROVE docs
2017-05-26 18:24:53 +02:00
Norbert de Langen
67d902f237
FIX listing for markdown
2017-05-26 11:21:46 +02:00
Norbert de Langen
474d6c7945
FIX linting
2017-05-26 10:05:20 +02:00
Norbert de Langen
8d5c4bacf8
FIX linting
2017-05-26 09:36:45 +02:00
Norbert de Langen
f88dfc37ea
v3.0.0-rc.0
2017-05-25 18:28:23 +02:00
Michael Shilman
3e2673b962
Add CRNA support
...
1. detect CRNA projects
2. simplify RN and CRNA templates by consolidating app into single
`index.js` instead of `index.ios.js` and `index.android.js`
3. notify user of extra setup steps in CLI
4. document CRNA idiosyncrasies in README
2017-05-24 23:34:29 +10:00
Michael Shilman
ffe31ef676
Update all package.json with monorepo metadata
...
- correct repository/homepage/bugs info
2017-05-24 13:48:13 +10:00
Norbert de Langen
57809215f6
v3.0.0-alpha.4
2017-05-23 00:09:21 +02:00
Norbert de Langen
8e9809823f
v3.0.0-alpha.3
2017-05-23 00:08:11 +02:00