448 Commits

Author SHA1 Message Date
Bryan J. Ross
d97dbb284e reset console colors explicitly
Due to a bug in how Windows handles escape codes, the console output disappears after the version number (chalk/chalk#145 and Microsoft/BashOnWindows#2174). Resetting the output explicitly fixes storybook output on Windows.
2017-06-02 16:10:55 -06:00
Norbert de Langen
16605b94e2 ADD https import & remove tracking code remains 2017-06-01 07:23:51 +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
8899be641b Merge branch 'master' into fix/babel-config 2017-05-31 00:30:51 +02:00
Michael Shilman
af41dd1c48 v3.0.0 2017-05-31 01:39:35 +12:00
Alvaro Pinot
e28bf2593b FIX babel_config plugin reading and creation. 2017-05-30 15:27:04 +04:00
Alvaro Pinot
a0f0d04ecc TEST babel_config plugins creation. 2017-05-30 15:27:00 +04:00
Michael Shilman
470c22f92a v3.0.0-rc.3 2017-05-30 20:46:11 +12:00
Norbert de Langen
51d6e66abd Merge branch 'master' into master 2017-05-30 07:54:34 +02:00
Norbert de Langen
db3cd0b6eb FIX spelling 2017-05-27 22:10:34 +02:00
Norbert de Langen
1dd345ba5f Merge branch 'master' into master 2017-05-27 20:36:23 +02:00
Norbert de Langen
bbda879303 Merge branch 'master' into 1046-3.0-release-notes 2017-05-27 15:51:05 +02:00
Norbert de Langen
4a2bc9333a v3.0.0-rc.2 2017-05-27 13:46:50 +02:00
Norbert de Langen
17e31210ea Merge branch 'master' into master 2017-05-27 09:59:42 +02:00
Michael Shilman
a90b36f65d Merge branch 'storybooks/master' into 1046-3.0-release-notes
# Conflicts:
#	HISTORY.md
#	ROADMAP.md
2017-05-27 14:52:10 +10:00
Matthew Clemens
b390c34306 Allow including a js files just before manager.bundle.js
Context & Why?
The process went like this:
1. Why are storybook's build times so slow (5 sec or more)?
2. Lets try adding the webpack dll plugin
3. Oh wait, now I need to include a vendor.js (it has the react bits) prior to storybook
4. This commit
5. Now build times are sub 200ms.
2017-05-26 12:37:57 -07: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
9462027f28 FIX linting 2017-05-26 10:06:06 +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
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
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
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