871 Commits

Author SHA1 Message Date
Benoit Dion
4b35ffc9fb Use rn-host-detect to identify host 2019-03-14 21:30:52 -04:00
Norbert de Langen
72d345f743 SORT all package.json files 2019-03-14 23:14:42 +01:00
Shaun Donnelly
a39b0f39dc Bump RN dependency version to 0.57.x 2019-03-14 13:58:57 +00:00
Norbert de Langen
f4a4e2ba21 Merge branch 'next' into react-native/use-core-for-server
# Conflicts:
#	addons/ondevice-knobs/package.json
#	app/react-native/package.json
2019-03-14 10:21:51 +01:00
Shaun Donnelly
e52970600b Use community AsyncStorage instead of deprecated React Native one 2019-03-14 08:34:01 +00:00
Michael Shilman
daccff8919 v5.1.0-alpha.6 2019-03-14 08:48:59 +08:00
Norbert de Langen
7da871d04b CHANGE the react-native package to use the dist 2019-03-13 14:48:55 +01:00
Norbert de Langen
219e6cf31f Merge branch 'next' into react-native/use-core-for-server
# Conflicts:
#	addons/ondevice-knobs/package.json
#	app/react-native/package.json
2019-03-13 11:50:54 +01:00
Benoit Dion
33ac94a5ea Fix server story list rendering 2019-03-12 20:51:31 -04:00
Michael Shilman
81f7d94fc5 v5.1.0-alpha.5 2019-03-13 05:25:31 +08:00
Benoit Dion
2e52e7ae25 fix android host 2019-03-12 00:35:34 -04:00
Benoit Dion
1780e929e4 Merge remote-tracking branch 'upstream/next' into react-native/use-core-for-server 2019-03-11 21:58:38 -04:00
Michael Shilman
aab869c4d8 v5.1.0-alpha.4 2019-03-11 22:29:26 +08:00
dependabot[bot]
393beca783
build(deps): bump react-dev-utils from 7.0.3 to 8.0.0
Bumps [react-dev-utils](https://github.com/facebook/create-react-app) from 7.0.3 to 8.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/compare/react-dev-utils@7.0.3...react-dev-utils@8.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-11 05:26:36 +00:00
Michael Shilman
978caa7450 v5.1.0-alpha.3 2019-03-09 23:25:09 +08:00
Michael Shilman
394cc91637 v5.1.0-alpha.2 2019-03-08 18:36:07 +08:00
Michael Shilman
04f1b79a97 Merge branch 'next' into 5831-add-corejs-to-everything 2019-03-08 11:28:55 +08:00
Tom Coleman
9c71efb3fe Add core JS dependencies across the stack where it was missing
For #5831
2019-03-08 11:40:29 +11:00
Michael Shilman
ed9b342742 v5.1.0-alpha.1 2019-03-07 22:13:18 +08:00
Michael Shilman
a05491b07a v5.1.0-alpha.0 2019-03-06 10:39:47 +08:00
Norbert de Langen
396348a2c1 Merge branch 'next' into react-native/use-core-for-server
# Conflicts:
#	addons/a11y/package.json
#	addons/actions/package.json
#	addons/events/package.json
#	addons/info/package.json
#	addons/jest/package.json
#	addons/knobs/package.json
#	addons/links/package.json
#	addons/ondevice-knobs/package.json
#	addons/ondevice-notes/package.json
#	app/react-native/package.json
#	app/react/package.json
#	examples-native/crna-kitchen-sink/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/official-storybook/package.json
#	lib/components/package.json
#	lib/theming/package.json
#	lib/ui/package.json
#	package.json
#	yarn.lock
2019-03-06 00:29:19 +01:00
Norbert de Langen
95b8cadc3a Merge branch 'next' into tech/upgrades
# Conflicts:
#	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/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/ember/package.json
#	examples/angular-cli/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/cra-ts-kitchen-sink/package.json
#	examples/ember-cli/package.json
#	examples/mithril-kitchen-sink/package.json
#	examples/official-storybook/package.json
#	examples/riot-kitchen-sink/package.json
#	examples/vue-kitchen-sink/package.json
#	lib/core/package.json
#	yarn.lock
2019-03-05 22:48:38 +01:00
Michael Shilman
f2b625bab0 Merge master into next after 5.0.0 release 2019-03-06 02:08:02 +08:00
Norbert de Langen
b7140eff3d UPGRADE stuff 2019-03-05 13:37:27 +01:00
Norbert de Langen
37e3172512 UPGRADE more 2019-02-25 11:59:36 +01:00
Norbert de Langen
288b445f44 UPGRADE stuff 2019-02-24 21:49:05 +01:00
Benoit Dion
e6aa78db91 Fix app/react-native
- Bind fns in constructors and initialize StoryStore
- Make channel optional, we might not have one yet.
- Use getElements instead of getPanels
2019-02-23 15:10:29 -05:00
Norbert de Langen
869fc802f5 BRING the reactnative example into the workspace 2019-02-23 14:07:38 +01:00
Norbert de Langen
589fa90f82 Merge branch 'next' into react-native/use-core-for-server
# Conflicts:
#	app/react-native/package.json
#	yarn.lock
2019-02-23 12:03:07 +01:00
Grey Baker
70925b9895 Add directory attribute to repositories in package.json files 2019-02-18 10:26:03 +00:00
Michael Shilman
d4e0688dff WIP: Set up RN story store in getStorybookUI 2019-02-15 18:17:25 +08:00
dependabot[bot]
b94fa616a0
Bump webpack from 4.29.0 to 4.29.3
Bumps [webpack](https://github.com/webpack/webpack) from 4.29.0 to 4.29.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.29.0...v4.29.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-14 15:27:42 +00:00
Michael Shilman
2c6d6ba511 Merge branch 'release/5.0' into next 2019-02-13 17:47:16 +08:00
Michael Shilman
247dd6a353 v5.0.0-beta.3 2019-02-13 11:22:25 +08:00
Michael Shilman
0a965e21b3 v5.0.0-beta.2 2019-02-13 11:15:55 +08:00
dependabot[bot]
9b3d5f817e
Bump webpack-dev-middleware from 3.5.1 to 3.5.2
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v3.5.1...v3.5.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-12 05:53:34 +00:00
Norbert de Langen
1962c9fb6f ADD prepare to react-native package 2019-02-09 23:50:16 +01:00
Norbert de Langen
0ead28cacf Merge branch 'next' into react-native/use-core-for-server
# Conflicts:
#	app/react-native/package.json
#	yarn.lock
2019-02-09 12:20:07 +01:00
Michael Shilman
025b9f4888 v5.0.0-beta.2 2019-02-09 11:29:43 +08:00
igor
5a56263b44 Merge remote-tracking branch 'origin/next' into react-native/use-core-for-server
# Conflicts:
#	addons/ondevice-knobs/package.json
#	app/react-native/package.json
#	app/react-native/readme.md
#	examples-native/crna-kitchen-sink/package.json
#	lib/addons/package.json
#	lib/addons/src/make-decorator.test.ts
#	lib/client-api/package.json
#	lib/client-api/src/client_api.test.js
#	lib/client-api/src/index.js
#	lib/client-api/src/story_store.js
#	lib/client-api/src/story_store.test.js
#	lib/core/package.json
#	lib/core/src/client/preview/index.js
#	lib/core/src/client/preview/start.js
#	lib/core/src/server/build-dev.js
#	lib/core/src/server/dev-server.js
#	lib/core/src/server/manager/manager-preset.js
#	yarn.lock
2019-02-08 22:47:10 +02:00
Filipp Riabchun
9bc5d9a8b4
Merge pull request #5451 from storybooks/dependabot/npm_and_yarn/case-sensitive-paths-webpack-plugin-2.2.0
Bump case-sensitive-paths-webpack-plugin from 2.1.2 to 2.2.0
2019-02-01 12:59:55 +01:00
Michael Shilman
a146ec37a2 v5.0.0-beta.1 2019-02-01 14:40:26 +08:00
Michael Shilman
50e02297f4 v5.0.0-beta.0 2019-02-01 14:33:30 +08:00
dependabot[bot]
d2a76e3d85
Bump case-sensitive-paths-webpack-plugin from 2.1.2 to 2.2.0
Bumps [case-sensitive-paths-webpack-plugin](https://github.com/Urthen/case-sensitive-paths-webpack-plugin) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/releases)
- [Changelog](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-01 05:19:53 +00:00
Michael Shilman
6ecf42b4e7 v5.0.0-alpha.11 2019-02-01 02:34:42 +08:00
dependabot[bot]
09eb7903c5
Bump ws from 6.1.2 to 6.1.3
Bumps [ws](https://github.com/websockets/ws) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/6.1.2...6.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-28 05:23:24 +00:00
Michael Shilman
aed4c6c3c5 v5.0.0-alpha.10 2019-01-28 12:44:31 +08:00
Michael Shilman
dadd88fdec v5.0.0-alpha.9 2019-01-23 21:37:56 +08:00
dependabot[bot]
1114286a20
Bump webpack from 4.28.4 to 4.29.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.28.4 to 4.29.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.28.4...v4.29.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-22 09:18:58 +00:00
Michael Shilman
80cb13b705 v5.0.0-alpha.8 2019-01-22 17:09:13 +08:00