819 Commits

Author SHA1 Message Date
Norbert de Langen
ef3b1b92dd
Merge branch 'next' into tech/storybook-theming
# Conflicts:
#	addons/a11y/package.json
#	addons/actions/package.json
#	addons/backgrounds/package.json
#	addons/events/package.json
#	addons/info/package.json
#	addons/jest/package.json
#	addons/knobs/package.json
#	addons/notes/package.json
#	addons/viewport/package.json
#	app/react/package.json
#	examples/official-storybook/package.json
#	lib/components/package.json
#	lib/core/package.json
#	lib/ui/package.json
2019-01-14 23:04:14 +01:00
Norbert de Langen
ae9e32f8d0
MIGRATE to wrap emotion into a @storybook/theming package
- This ensures a single version
- This adds a good place to add themes
- Addons can take a dependency on something storybook
- We could migrate to another styling lib without asking all users to migrate with us
2019-01-14 22:48:33 +01:00
Michael Shilman
70e528348e v5.0.0-alpha.1 2019-01-14 23:43:03 +08:00
Michael Shilman
0b296e141c
Merge pull request #5238 from storybooks/fix/dll
ADD a `no-dll` option to CLI to disable DllReferencePlugin, fix polyfills missing in manager
2019-01-14 23:32:53 +08:00
Norbert de Langen
3822e58364
FIX the reference path of the dll 2019-01-14 16:20:28 +01:00
Norbert de Langen
2dd4b2d0d7
ADD a no-dll option to CLI to disable DllReferencePlugin, fix polyfills missing in manager 2019-01-14 15:46:07 +01:00
Tom Coleman
d82afe6245 Added a deprecation message 2019-01-14 16:58:56 +11:00
Tom Coleman
5eaf939d88 FIX incorrect order of name/kind 2019-01-14 16:07:49 +11:00
Tom Coleman
4cad93844f Continue to support {name, kind} on the SET_CURRENT_STORY event
Tools like Chromatic use this to change the story programmatically
2019-01-14 16:01:54 +11:00
Michael Shilman
340df64b94 v5.0.0-alpha.0 2019-01-13 15:14:54 +08:00
Michael Shilman
01f4b88034 Merge branch 'next' into release/5.0 2019-01-13 12:12:23 +08:00
Michael Shilman
7e9669a0ba v5.0.0-debug.3 2019-01-12 15:24:48 +08:00
Michael Shilman
598ce9ac9e Merge branch 'release/5.0' of github.com:storybooks/storybook into release/5.0 2019-01-12 15:14:23 +08:00
Michael Shilman
7d7fcb32d5 v5.0.0-debug.2 2019-01-12 13:26:31 +08:00
Michael Shilman
f0217c18b8 Merge branch 'release/5.0' into 5.0-update-from-next 2019-01-12 10:49:45 +08:00
Tom Coleman
916bf0ca2b Fixup start tests 2019-01-11 20:17:33 +11:00
Tom Coleman
6630dfc35c Sort out image snapshot tests 2019-01-10 20:57:37 +11:00
dependabot[bot]
71797926ae
Bump react-dev-utils from 7.0.0 to 7.0.1
Bumps [react-dev-utils](https://github.com/facebook/create-react-app) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-1.x.md)
- [Commits](https://github.com/facebook/create-react-app/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-10 05:23:20 +00:00
Tom Coleman
c0b5372539 Don't push stories to the manager if there is no channel 2019-01-10 14:03:02 +11:00
Tom Coleman
72f0387217 Merge branch '5.0.0' into release/5.0 2019-01-10 12:01:42 +11:00
Filipp Riabchun
db65d17337
Merge pull request #5190 from storybooks/dependabot/npm_and_yarn/terser-webpack-plugin-1.2.1
Bump terser-webpack-plugin from 1.1.0 to 1.2.1
2019-01-09 18:55:18 +01:00
Michael Shilman
b252b50924 Merge changes from next into 5.0 2019-01-09 22:27:31 +08:00
Michael Shilman
207598ad16 v5.0.0-debug.1 2019-01-09 18:48:10 +08:00
Tom Coleman
34ef10f78c Don't require a channel from storystore 2019-01-09 21:36:45 +11:00
Tom Coleman
0417b1bd6f Fix start tests 2019-01-09 21:26:42 +11:00
dependabot[bot]
55f3a616e3
Bump chalk from 2.4.1 to 2.4.2
Bumps [chalk](https://github.com/chalk/chalk) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](https://github.com/chalk/chalk/compare/v2.4.1...v2.4.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-09 10:08:21 +00:00
dependabot[bot]
e1e5f1c0ab
Bump terser-webpack-plugin from 1.1.0 to 1.2.1
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 1.1.0 to 1.2.1.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v1.1.0...v1.2.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-09 10:05:39 +00:00
Michael Shilman
edcb85f861 v4.2.0-alpha.11 2019-01-09 18:02:04 +08:00
Michael Shilman
8bef61c674 Merge react versions fix from master to next 2019-01-09 15:59:57 +08:00
Filipp Riabchun
cbb8b6fd1e
Merge pull request #5177 from storybooks/dependabot/npm_and_yarn/babel-plugin-macros-2.4.5
Bump babel-plugin-macros from 2.4.4 to 2.4.5
2019-01-08 12:30:09 +01:00
Filipp Riabchun
c2c00f9342
Merge pull request #5175 from storybooks/dependabot/npm_and_yarn/interpret-1.2.0
Bump interpret from 1.1.0 to 1.2.0
2019-01-08 12:25:24 +01:00
dependabot[bot]
0c3eb46055
Bump babel-plugin-macros from 2.4.4 to 2.4.5
Bumps [babel-plugin-macros](https://github.com/kentcdodds/babel-plugin-macros) from 2.4.4 to 2.4.5.
- [Release notes](https://github.com/kentcdodds/babel-plugin-macros/releases)
- [Changelog](https://github.com/kentcdodds/babel-plugin-macros/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kentcdodds/babel-plugin-macros/compare/v2.4.4...v2.4.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-08 08:39:53 +00:00
dependabot[bot]
ea00c8c596
Bump interpret from 1.1.0 to 1.2.0
Bumps [interpret](https://github.com/gulpjs/interpret) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/gulpjs/interpret/releases)
- [Changelog](https://github.com/gulpjs/interpret/blob/master/CHANGELOG)
- [Commits](https://github.com/gulpjs/interpret/compare/v1.1.0...v1.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-08 08:39:50 +00:00
dependabot[bot]
6afcbf07d0
Bump file-loader from 2.0.0 to 3.0.1
Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 2.0.0 to 3.0.1.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases)
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v2.0.0...v3.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-08 08:39:48 +00:00
Norbert de Langen
75d9cf50b9
Merge branch '5.0.0' into tech/overhaul-ui
# Conflicts:
#	examples/angular-cli/package.json
#	lib/channel-postmessage/src/index.ts
#	lib/core/package.json
#	package.json
#	yarn.lock
2019-01-07 15:25:30 +01:00
Norbert de Langen
413941955b
Merge branch 'next' into 5.0.0 2019-01-07 15:12:16 +01:00
Filipp Riabchun
224f53cd4a
Merge pull request #5160 from storybooks/dependabot/npm_and_yarn/dotenv-webpack-1.6.0
Bump dotenv-webpack from 1.5.7 to 1.6.0
2019-01-07 13:38:31 +01:00
Norbert de Langen
2178a07e77
Merge branch '5.0.0' into tech/overhaul-ui
# Conflicts:
#	addons/a11y/package.json
#	addons/actions/package.json
#	addons/backgrounds/package.json
#	addons/cssresources/package.json
#	addons/events/package.json
#	addons/google-analytics/package.json
#	addons/info/package.json
#	addons/jest/package.json
#	addons/knobs/package.json
#	addons/knobs/src/components/__tests__/Panel.js
#	addons/links/package.json
#	addons/notes/package.json
#	addons/ondevice-backgrounds/package.json
#	addons/ondevice-knobs/package.json
#	addons/ondevice-notes/package.json
#	addons/options/package.json
#	addons/storyshots/storyshots-core/package.json
#	addons/storyshots/storyshots-puppeteer/package.json
#	addons/storysource/package.json
#	addons/viewport/package.json
#	app/react/package.json
#	examples/angular-cli/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/mithril-kitchen-sink/package.json
#	examples/official-storybook/package.json
#	examples/preact-kitchen-sink/package.json
#	lib/addons/package.json
#	lib/channel-websocket/package.json
#	lib/client-logger/src/index.js
#	lib/components/package.json
#	lib/core-events/index.js
#	lib/core/package.json
#	lib/ui/package.json
#	lib/ui/src/modules/ui/components/stories_panel/stories_tree/__snapshots__/index.stories.storyshot
#	lib/ui/src/modules/ui/components/stories_panel/stories_tree/tree_decorators.js
#	lib/ui/src/modules/ui/components/stories_panel/stories_tree/tree_decorators_utils.js
#	lib/ui/src/modules/ui/components/stories_panel/stories_tree/tree_decorators_utils.test.js
#	yarn.lock
2019-01-07 10:05:59 +01:00
Norbert de Langen
a199a42e83
Merge branch 'next' into 5.0.0 2019-01-07 09:53:23 +01:00
dependabot[bot]
d3282075b7
Bump babel-plugin-macros from 2.4.3 to 2.4.4
Bumps [babel-plugin-macros](https://github.com/kentcdodds/babel-plugin-macros) from 2.4.3 to 2.4.4.
- [Release notes](https://github.com/kentcdodds/babel-plugin-macros/releases)
- [Changelog](https://github.com/kentcdodds/babel-plugin-macros/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kentcdodds/babel-plugin-macros/compare/v2.4.3...v2.4.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-07 05:41:54 +00:00
dependabot[bot]
c11debe7e0
Bump dotenv-webpack from 1.5.7 to 1.6.0
Bumps [dotenv-webpack](https://github.com/mrsteele/dotenv-webpack) from 1.5.7 to 1.6.0.
- [Release notes](https://github.com/mrsteele/dotenv-webpack/releases)
- [Commits](https://github.com/mrsteele/dotenv-webpack/compare/v1.5.7...v1.6.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-07 05:39:56 +00:00
Michael Shilman
0fcb70b58c v4.2.0-alpha.10 2019-01-06 18:57:12 +08:00
Norbert de Langen
63d574b367
FIX story_store tests 2019-01-04 20:53:48 +01:00
Norbert de Langen
3540112887
Merge branch '5.0.0' into tech/overhaul-ui
# Conflicts:
#	addons/a11y/README.md
#	addons/a11y/package.json
#	addons/a11y/src/index.js
#	addons/actions/package.json
#	addons/actions/src/lib/decycle.js
#	addons/actions/src/lib/retrocycle.js
#	addons/actions/src/lib/reviver.js
#	addons/backgrounds/package.json
#	addons/cssresources/package.json
#	addons/events/package.json
#	addons/google-analytics/package.json
#	addons/info/package.json
#	addons/jest/package.json
#	addons/knobs/package.json
#	addons/links/package.json
#	addons/notes/package.json
#	addons/ondevice-backgrounds/package.json
#	addons/ondevice-knobs/package.json
#	addons/ondevice-notes/package.json
#	addons/options/package.json
#	addons/storyshots/storyshots-core/package.json
#	addons/storyshots/storyshots-puppeteer/package.json
#	addons/storysource/package.json
#	addons/viewport/package.json
#	app/react-native/package.json
#	app/react/package.json
#	examples/angular-cli/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/mithril-kitchen-sink/package.json
#	examples/official-storybook/package.json
#	examples/preact-kitchen-sink/package.json
#	lib/addons/package.json
#	lib/channel-websocket/package.json
#	lib/components/package.json
#	lib/core/package.json
#	lib/ui/package.json
#	yarn.lock
2019-01-04 20:22:31 +01:00
Norbert de Langen
08017ca189
Merge branch 'next' into 5.0.0 2019-01-04 20:03:38 +01:00
dependabot[bot]
797e337c0c
Bump react-dev-utils from 6.1.1 to 7.0.0
Bumps [react-dev-utils](https://github.com/facebook/create-react-app) from 6.1.1 to 7.0.0.
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-1.x.md)
- [Commits](https://github.com/facebook/create-react-app/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-04 05:43:32 +00:00
Michael Shilman
ee0f498dba v4.2.0-alpha.9 2019-01-04 12:35:49 +08:00
Norbert de Langen
41cc70753d
REFACTOR story_store
- CHANGE path to id
- MOVE code regarding to hierarchy into manager
- FIX HMR causing stories to be overridden (logging a warning)
2019-01-03 20:56:14 +01:00
Norbert de Langen
40222857ba
UPGRADE dependencies 2019-01-03 13:03:38 +01:00
Norbert de Langen
a00419ba80
Merge branch '5.0.0' into tech/overhaul-ui
# Conflicts:
#	addons/a11y/package.json
#	addons/actions/package.json
#	addons/backgrounds/package.json
#	addons/cssresources/package.json
#	addons/events/package.json
#	addons/google-analytics/package.json
#	addons/info/package.json
#	addons/jest/package.json
#	addons/knobs/package.json
#	addons/links/package.json
#	addons/notes/package.json
#	addons/storyshots/storyshots-core/package.json
#	addons/viewport/package.json
#	app/react/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/official-storybook/package.json
#	examples/preact-kitchen-sink/package.json
#	lib/addons/package.json
#	lib/channel-websocket/package.json
#	lib/components/package.json
#	lib/core/package.json
#	lib/ui/package.json
#	yarn.lock
2019-01-03 12:26:34 +01:00