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
Matt Oakes
43a665c5a9
Upgrade React Native webpack config
2017-05-22 22:25:58 +01:00
Norbert de Langen
6a41f71b0a
FIX postcss options missing && UPDATE dependencies
2017-05-21 19:38:34 +02:00
Cameron Little
38b9dfabfb
Add support for multiple webpack chunks in iframe
...
This allows an arbitrary number of files to be loaded into the iframe,
not just the single `preview.bundle.js` file.
Webpack plugins can output chunks in a separate file. In dev, since
file names are predictable, I can add the js file into a head.html file.
When building storybook statically, however, js files have a hash added
to them, so this doesn't work.
This change makes the static build parse all webpack chunks and load
them in the iframe (excluding the manager script), instead of only
including known files.
2017-05-21 14:46:26 +02:00
Michael Shilman
ac0892c69b
Merge branch 'master' into 1046-3.0-release-notes
2017-05-20 11:03:53 +10:00
Norbert de Langen
a81757b333
v3.0.0-alpha.1
2017-05-19 22:40:47 +02:00
Norbert de Langen
08a49db8c0
Merge branch 'master' into eslint-strict
2017-05-19 22:10:51 +02:00
Norbert de Langen
63e5dc2789
Merge branch 'master' into postcss-config
2017-05-19 22:02:18 +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
Benedikt D Valdez
915d337cd4
Merge branch 'master' into storyname
2017-05-18 21:16:59 +00:00
Daniel Duan
9535e02ca1
Upgraded webpack PostCSS plugin definition
2017-05-18 12:39:07 -04:00
Norbert de Langen
d55bc6ad4b
FIX linting
2017-05-18 18:33:51 +02:00
Michael Shilman
f9310f4689
Merge remote-tracking branch 'storybooks/master' into 1046-3.0-release-notes
...
# Conflicts:
# ROADMAP.md
2017-05-18 23:35:29 +10:00
Andrew Hyndman
03c3babe60
1052-resolve-output-path
...
Fixes #1052
I've tested this locally and it resolves the issue I encountered.
2017-05-18 22:58:27 +10:00
Norbert de Langen
2bcaae9d81
FIX linting
2017-05-18 09:14:29 +02:00
Norbert de Langen
09747c667b
Merge branch 'master' into eslint-strict
...
# Conflicts:
# addons/centered/package.json
# addons/graphql/package.json
# addons/info/package.json
# addons/knobs/package.json
# addons/links/.storybook/config.js
# addons/notes/package.json
# addons/notes/src/index.js
# addons/notes/src/register.js
# addons/options/src/manager/index.js
# addons/storyshots/src/index.js
# addons/storyshots/stories/required_with_context/Button.stories.js
# addons/storyshots/stories/required_with_context/Welcome.js
# app/react-native/package.json
# app/react-native/src/manager/index.js
# lib/channel-postmessage/package.json
# lib/channel-postmessage/src/index.js
# lib/channel-websocket/package.json
# lib/channel-websocket/src/index.js
# lib/cli/generators/METEOR/index.js
# lib/cli/generators/REACT/template/stories/Welcome.js
# lib/cli/generators/REACT_SCRIPTS/index.js
# lib/cli/generators/WEBPACK_REACT/template/stories/Welcome.js
# packages/react-storybook/src/server/track_usage.js
# packages/storybook-ui/src/modules/ui/components/layout/usplit.js
# scripts/prepublish.js
2017-05-17 23:41:09 +02:00
Daniel Duan
64892e3604
Added error message for missing or invalid storyName
2017-05-17 16:39:18 -04:00
Norbert de Langen
bf7db99e6d
v3.0.0-alpha.0
2017-05-17 21:49:25 +02:00
Michael Shilman
b5659cecb6
First draft of release notes
2017-05-18 01:48:11 +10:00
Norbert de Langen
33197654ad
MOVE & RENAME and storyshots && CHANGE “React Storybook” > “Storybook”
2017-05-17 09:04:22 +02:00
Norbert de Langen
e2c7a9cbe8
CLEANUP
2017-05-17 00:24:14 +02:00
Norbert de Langen
991edf3f45
UPDATE readmes
2017-05-17 00:21:36 +02:00
Norbert de Langen
51ad5d5e8d
Single source of truth for LICENCE for all packages
2017-05-16 08:16:22 +02:00
Norbert de Langen
32a530c4d1
REMOVE track_usage
2017-05-16 07:47:44 +02:00
Norbert de Langen
69b91f6e53
CHANGE folder structure && CHANGE package-names
2017-05-15 00:08:46 +02:00